Shades of Light Sky Blue #87D0FE
Tints of Light Sky Blue #87D0FE
RGB
CMYK
RGB Variations
Color information
#87D0FE (or 0x87D0FE) is known color: Light Sky Blue. HEX triplet: 87, D0 and FE. RGB value is (135,208,254). Sum of RGB (Red+Green+Blue) = 135+208+254=597 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.61% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #87D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87D0FE is #782F01. Grayscale: #BFBFBF. Windows color (decimal): -7876354 or 16699527. OLE color: 16699527.
HSL color Cylindrical-coordinate representation of color #87D0FE: hue angle of 203.19º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87D0FE is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 208 | 254 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.00 |
| HSL | 203.19º | 0.98% | 0.76% | - |
| HSV(B) | 203.19º | 0.47% | 1% | - |
| XYZ | 50.44 | 57.42 | 102.19 | - |
| YUV | 191.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 208 | 254 | 0.47 | 0.18 | 0 | 0.00 | 203.19 | 0.98 | 0.76 |
| Hex | 87 | D0 | FE | 2F | 12 | 0 | 0 | CB | 62 | 4C |
| Octal | 207 | 320 | 376 | 57 | 22 | 0 | 0 | 313 | 142 | 114 |
| Binary | 10000111 | 11010000 | 11111110 | 101111 | 10010 | 0 | 0 | 11001011 | 1100010 | 1001100 |
Color Harmonies of #87D0FE
Complementary color
Monochromatic Colors of #87D0FE
Black with #87D0FE
Text Example
Text Example
White with #87D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D0FE; }
p { color: rgb(135,208,254); }
H1.HeaderClassName
{
color: #87D0FE;
}
.AnyTagClassName
{
color: #87D0FE;
}
</style>
background-color css
<style>
a { background-color: #87D0FE; }
a { background-color: rgb(135,208,254); }
div.DivClassName
{
background-color: #87D0FE;
}
.BgClassName
{
background-color: #87D0FE;
}
</style>
border-color css
<style>
span { border-color: #87D0FE; }
span { border-color: rgb(135,208,254); }
td.TdClassName
{
border-color: #87D0FE;
}
.TagClassName
{
border-color: #87D0FE;
}
</style>