Shades of Sky Blue #87CEF0
Tints of Sky Blue #87CEF0
RGB
CMYK
RGB Variations
Color information
#87CEF0 (or 0x87CEF0) is known color: Sky Blue. HEX triplet: 87, CE and F0. RGB value is (135,206,240). Sum of RGB (Red+Green+Blue) = 135+206+240=581 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.24% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #87CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87CEF0 is #78310F. Grayscale: #BCBCBC. Windows color (decimal): -7876880 or 15781511. OLE color: 15781511.
HSL color Cylindrical-coordinate representation of color #87CEF0: hue angle of 199.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 #87CEF0 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 206 | 240 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.06 |
| HSL | 199.43º | 0.78% | 0.74% | - |
| HSV(B) | 199.43º | 0.44% | 0.94% | - |
| XYZ | 47.79 | 55.58 | 90.65 | - |
| YUV | 188.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 206 | 240 | 0.44 | 0.14 | 0 | 0.06 | 199.43 | 0.78 | 0.74 |
| Hex | 87 | CE | F0 | 2C | E | 0 | 6 | C7 | 4E | 4A |
| Octal | 207 | 316 | 360 | 54 | 16 | 0 | 6 | 307 | 116 | 112 |
| Binary | 10000111 | 11001110 | 11110000 | 101100 | 1110 | 0 | 110 | 11000111 | 1001110 | 1001010 |
Color Harmonies of #87CEF0
Complementary color
Monochromatic Colors of #87CEF0
Black with #87CEF0
Text Example
Text Example
White with #87CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CEF0; }
p { color: rgb(135,206,240); }
H1.HeaderClassName
{
color: #87CEF0;
}
.AnyTagClassName
{
color: #87CEF0;
}
</style>
background-color css
<style>
a { background-color: #87CEF0; }
a { background-color: rgb(135,206,240); }
div.DivClassName
{
background-color: #87CEF0;
}
.BgClassName
{
background-color: #87CEF0;
}
</style>
border-color css
<style>
span { border-color: #87CEF0; }
span { border-color: rgb(135,206,240); }
td.TdClassName
{
border-color: #87CEF0;
}
.TagClassName
{
border-color: #87CEF0;
}
</style>