Shades of Light Sky Blue #87DCFF
Tints of Light Sky Blue #87DCFF
RGB
CMYK
RGB Variations
Color information
#87DCFF (or 0x87DCFF) is known color: Light Sky Blue. HEX triplet: 87, DC and FF. RGB value is (135,220,255). Sum of RGB (Red+Green+Blue) = 135+220+255=610 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.13% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #87DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87DCFF is #782300. Grayscale: #C6C6C6. Windows color (decimal): -7873281 or 16768135. OLE color: 16768135.
HSL color Cylindrical-coordinate representation of color #87DCFF: hue angle of 197.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 #87DCFF is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 220 | 255 | - |
| CMYK | 0.47 | 0.14 | 0 | 0 |
| HSL | 197.5º | 1% | 0.76% | - |
| HSV(B) | 197.5º | 0.47% | 1% | - |
| XYZ | 53.63 | 63.56 | 104.05 | - |
| YUV | 198.58 | 159.84 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 255 | 0.47 | 0.14 | 0 | 0 | 197.5 | 1 | 0.76 |
| Hex | 87 | DC | FF | 2F | E | 0 | 0 | C6 | 64 | 4C |
| Octal | 207 | 334 | 377 | 57 | 16 | 0 | 0 | 306 | 144 | 114 |
| Binary | 10000111 | 11011100 | 11111111 | 101111 | 1110 | 0 | 0 | 11000110 | 1100100 | 1001100 |
Color Harmonies of #87DCFF
Complementary color
Monochromatic Colors of #87DCFF
Black with #87DCFF
Text Example
Text Example
White with #87DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCFF; }
p { color: rgb(135,220,255); }
H1.HeaderClassName
{
color: #87DCFF;
}
.AnyTagClassName
{
color: #87DCFF;
}
</style>
background-color css
<style>
a { background-color: #87DCFF; }
a { background-color: rgb(135,220,255); }
div.DivClassName
{
background-color: #87DCFF;
}
.BgClassName
{
background-color: #87DCFF;
}
</style>
border-color css
<style>
span { border-color: #87DCFF; }
span { border-color: rgb(135,220,255); }
td.TdClassName
{
border-color: #87DCFF;
}
.TagClassName
{
border-color: #87DCFF;
}
</style>