Shades of Light Sky Blue #87D8FF
Tints of Light Sky Blue #87D8FF
RGB
CMYK
RGB Variations
Color information
#87D8FF (or 0x87D8FF) is known color: Light Sky Blue. HEX triplet: 87, D8 and FF. RGB value is (135,216,255). Sum of RGB (Red+Green+Blue) = 135+216+255=606 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.28% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #87D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87D8FF is #782700. Grayscale: #C3C3C3. Windows color (decimal): -7874305 or 16767111. OLE color: 16767111.
HSL color Cylindrical-coordinate representation of color #87D8FF: hue angle of 199.5º 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 #87D8FF is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 216 | 255 | - |
| CMYK | 0.47 | 0.15 | 0 | 0 |
| HSL | 199.5º | 1% | 0.76% | - |
| HSV(B) | 199.5º | 0.47% | 1% | - |
| XYZ | 52.6 | 61.48 | 103.7 | - |
| YUV | 196.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 216 | 255 | 0.47 | 0.15 | 0 | 0 | 199.5 | 1 | 0.76 |
| Hex | 87 | D8 | FF | 2F | F | 0 | 0 | C8 | 64 | 4C |
| Octal | 207 | 330 | 377 | 57 | 17 | 0 | 0 | 310 | 144 | 114 |
| Binary | 10000111 | 11011000 | 11111111 | 101111 | 1111 | 0 | 0 | 11001000 | 1100100 | 1001100 |
Color Harmonies of #87D8FF
Complementary color
Monochromatic Colors of #87D8FF
Black with #87D8FF
Text Example
Text Example
White with #87D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D8FF; }
p { color: rgb(135,216,255); }
H1.HeaderClassName
{
color: #87D8FF;
}
.AnyTagClassName
{
color: #87D8FF;
}
</style>
background-color css
<style>
a { background-color: #87D8FF; }
a { background-color: rgb(135,216,255); }
div.DivClassName
{
background-color: #87D8FF;
}
.BgClassName
{
background-color: #87D8FF;
}
</style>
border-color css
<style>
span { border-color: #87D8FF; }
span { border-color: rgb(135,216,255); }
td.TdClassName
{
border-color: #87D8FF;
}
.TagClassName
{
border-color: #87D8FF;
}
</style>