HEX
#
RGB
HSL

#87CEFA CSS / HTML Preview

Text with hexadecimal color #87CEFA

This text has a font color of #87CEFA.

<span style="color:#87CEFA;">Your text here</span>
#87CEFA border color

This element has a border color of #87CEFA.

<div style="border:2px solid #87CEFA;">Content here</div>
#87CEFA background color

This paragraph has a background color of #87CEFA.

<p style="background-color:#87CEFA;">Content here</p>
CSS codes
.text {color:#87CEFA;}
.background {background-color:#87CEFA;}
.border {border:1px solid #87CEFA;}