Shades of Light Sky Blue #87CBFF
Tints of Light Sky Blue #87CBFF
RGB
CMYK
RGB Variations
Color information
#87CBFF (or 0x87CBFF) is known color: Light Sky Blue. HEX triplet: 87, CB and FF. RGB value is (135,203,255). Sum of RGB (Red+Green+Blue) = 135+203+255=593 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.77% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #87CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87CBFF is #783400. Grayscale: #BCBCBC. Windows color (decimal): -7877633 or 16763783. OLE color: 16763783.
HSL color Cylindrical-coordinate representation of color #87CBFF: hue angle of 206º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87CBFF is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 203 | 255 | - |
| CMYK | 0.47 | 0.20 | 0 | 0 |
| HSL | 206º | 1% | 0.76% | - |
| HSV(B) | 206º | 0.47% | 1% | - |
| XYZ | 49.4 | 55.08 | 102.64 | - |
| YUV | 188.6 | 165.47 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 203 | 255 | 0.47 | 0.20 | 0 | 0 | 206 | 1 | 0.76 |
| Hex | 87 | CB | FF | 2F | 14 | 0 | 0 | CE | 64 | 4C |
| Octal | 207 | 313 | 377 | 57 | 24 | 0 | 0 | 316 | 144 | 114 |
| Binary | 10000111 | 11001011 | 11111111 | 101111 | 10100 | 0 | 0 | 11001110 | 1100100 | 1001100 |
Color Harmonies of #87CBFF
Complementary color
Monochromatic Colors of #87CBFF
Black with #87CBFF
Text Example
Text Example
White with #87CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CBFF; }
p { color: rgb(135,203,255); }
H1.HeaderClassName
{
color: #87CBFF;
}
.AnyTagClassName
{
color: #87CBFF;
}
</style>
background-color css
<style>
a { background-color: #87CBFF; }
a { background-color: rgb(135,203,255); }
div.DivClassName
{
background-color: #87CBFF;
}
.BgClassName
{
background-color: #87CBFF;
}
</style>
border-color css
<style>
span { border-color: #87CBFF; }
span { border-color: rgb(135,203,255); }
td.TdClassName
{
border-color: #87CBFF;
}
.TagClassName
{
border-color: #87CBFF;
}
</style>