Shades of Light Sky Blue #87C0F0
Tints of Light Sky Blue #87C0F0
RGB
CMYK
RGB Variations
Color information
#87C0F0 (or 0x87C0F0) is known color: Light Sky Blue. HEX triplet: 87, C0 and F0. RGB value is (135,192,240). Sum of RGB (Red+Green+Blue) = 135+192+240=567 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.81% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #87C0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87C0F0 is #783F0F. Grayscale: #B4B4B4. Windows color (decimal): -7880464 or 15777927. OLE color: 15777927.
HSL color Cylindrical-coordinate representation of color #87C0F0: hue angle of 207.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87C0F0 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 192 | 240 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.06 |
| HSL | 207.43º | 0.78% | 0.74% | - |
| HSV(B) | 207.43º | 0.44% | 0.94% | - |
| XYZ | 44.57 | 49.14 | 89.57 | - |
| YUV | 180.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 240 | 0.44 | 0.20 | 0 | 0.06 | 207.43 | 0.78 | 0.74 |
| Hex | 87 | C0 | F0 | 2C | 14 | 0 | 6 | CF | 4E | 4A |
| Octal | 207 | 300 | 360 | 54 | 24 | 0 | 6 | 317 | 116 | 112 |
| Binary | 10000111 | 11000000 | 11110000 | 101100 | 10100 | 0 | 110 | 11001111 | 1001110 | 1001010 |
Color Harmonies of #87C0F0
Complementary color
Monochromatic Colors of #87C0F0
Black with #87C0F0
Text Example
Text Example
White with #87C0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0F0; }
p { color: rgb(135,192,240); }
H1.HeaderClassName
{
color: #87C0F0;
}
.AnyTagClassName
{
color: #87C0F0;
}
</style>
background-color css
<style>
a { background-color: #87C0F0; }
a { background-color: rgb(135,192,240); }
div.DivClassName
{
background-color: #87C0F0;
}
.BgClassName
{
background-color: #87C0F0;
}
</style>
border-color css
<style>
span { border-color: #87C0F0; }
span { border-color: rgb(135,192,240); }
td.TdClassName
{
border-color: #87C0F0;
}
.TagClassName
{
border-color: #87C0F0;
}
</style>