Shades of Light Sky Blue #87D1FF
Tints of Light Sky Blue #87D1FF
RGB
CMYK
RGB Variations
Color information
#87D1FF (or 0x87D1FF) is known color: Light Sky Blue. HEX triplet: 87, D1 and FF. RGB value is (135,209,255). Sum of RGB (Red+Green+Blue) = 135+209+255=599 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.54% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #87D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87D1FF is #782E00. Grayscale: #BFBFBF. Windows color (decimal): -7876097 or 16765319. OLE color: 16765319.
HSL color Cylindrical-coordinate representation of color #87D1FF: hue angle of 203º 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 #87D1FF is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 209 | 255 | - |
| CMYK | 0.47 | 0.18 | 0 | 0 |
| HSL | 203º | 1% | 0.76% | - |
| HSV(B) | 203º | 0.47% | 1% | - |
| XYZ | 50.84 | 57.97 | 103.12 | - |
| YUV | 192.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 209 | 255 | 0.47 | 0.18 | 0 | 0 | 203 | 1 | 0.76 |
| Hex | 87 | D1 | FF | 2F | 12 | 0 | 0 | CB | 64 | 4C |
| Octal | 207 | 321 | 377 | 57 | 22 | 0 | 0 | 313 | 144 | 114 |
| Binary | 10000111 | 11010001 | 11111111 | 101111 | 10010 | 0 | 0 | 11001011 | 1100100 | 1001100 |
Color Harmonies of #87D1FF
Complementary color
Monochromatic Colors of #87D1FF
Black with #87D1FF
Text Example
Text Example
White with #87D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D1FF; }
p { color: rgb(135,209,255); }
H1.HeaderClassName
{
color: #87D1FF;
}
.AnyTagClassName
{
color: #87D1FF;
}
</style>
background-color css
<style>
a { background-color: #87D1FF; }
a { background-color: rgb(135,209,255); }
div.DivClassName
{
background-color: #87D1FF;
}
.BgClassName
{
background-color: #87D1FF;
}
</style>
border-color css
<style>
span { border-color: #87D1FF; }
span { border-color: rgb(135,209,255); }
td.TdClassName
{
border-color: #87D1FF;
}
.TagClassName
{
border-color: #87D1FF;
}
</style>