Shades of Light Sky Blue #87C0FC
Tints of Light Sky Blue #87C0FC
RGB
CMYK
RGB Variations
Color information
#87C0FC (or 0x87C0FC) is known color: Light Sky Blue. HEX triplet: 87, C0 and FC. RGB value is (135,192,252). Sum of RGB (Red+Green+Blue) = 135+192+252=579 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.32% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #87C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87C0FC is #783F03. Grayscale: #B5B5B5. Windows color (decimal): -7880452 or 16564359. OLE color: 16564359.
HSL color Cylindrical-coordinate representation of color #87C0FC: hue angle of 210.77º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87C0FC is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 192 | 252 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.01 |
| HSL | 210.77º | 0.95% | 0.76% | - |
| HSV(B) | 210.77º | 0.46% | 0.99% | - |
| XYZ | 46.41 | 49.88 | 99.28 | - |
| YUV | 181.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 252 | 0.46 | 0.24 | 0 | 0.01 | 210.77 | 0.95 | 0.76 |
| Hex | 87 | C0 | FC | 2E | 18 | 0 | 1 | D3 | 5F | 4C |
| Octal | 207 | 300 | 374 | 56 | 30 | 0 | 1 | 323 | 137 | 114 |
| Binary | 10000111 | 11000000 | 11111100 | 101110 | 11000 | 0 | 1 | 11010011 | 1011111 | 1001100 |
Color Harmonies of #87C0FC
Complementary color
Monochromatic Colors of #87C0FC
Black with #87C0FC
Text Example
Text Example
White with #87C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0FC; }
p { color: rgb(135,192,252); }
H1.HeaderClassName
{
color: #87C0FC;
}
.AnyTagClassName
{
color: #87C0FC;
}
</style>
background-color css
<style>
a { background-color: #87C0FC; }
a { background-color: rgb(135,192,252); }
div.DivClassName
{
background-color: #87C0FC;
}
.BgClassName
{
background-color: #87C0FC;
}
</style>
border-color css
<style>
span { border-color: #87C0FC; }
span { border-color: rgb(135,192,252); }
td.TdClassName
{
border-color: #87C0FC;
}
.TagClassName
{
border-color: #87C0FC;
}
</style>