Shades of Sky Blue #87CEF2
Tints of Sky Blue #87CEF2
RGB
CMYK
RGB Variations
Color information
#87CEF2 (or 0x87CEF2) is known color: Sky Blue. HEX triplet: 87, CE and F2. RGB value is (135,206,242). Sum of RGB (Red+Green+Blue) = 135+206+242=583 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.16% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #87CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87CEF2 is #78310D. Grayscale: #BCBCBC. Windows color (decimal): -7876878 or 15912583. OLE color: 15912583.
HSL color Cylindrical-coordinate representation of color #87CEF2: hue angle of 200.19º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87CEF2 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 206 | 242 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.05 |
| HSL | 200.19º | 0.8% | 0.74% | - |
| HSV(B) | 200.19º | 0.44% | 0.95% | - |
| XYZ | 48.09 | 55.7 | 92.22 | - |
| YUV | 188.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 206 | 242 | 0.44 | 0.15 | 0 | 0.05 | 200.19 | 0.8 | 0.74 |
| Hex | 87 | CE | F2 | 2C | F | 0 | 5 | C8 | 50 | 4A |
| Octal | 207 | 316 | 362 | 54 | 17 | 0 | 5 | 310 | 120 | 112 |
| Binary | 10000111 | 11001110 | 11110010 | 101100 | 1111 | 0 | 101 | 11001000 | 1010000 | 1001010 |
Color Harmonies of #87CEF2
Complementary color
Monochromatic Colors of #87CEF2
Black with #87CEF2
Text Example
Text Example
White with #87CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CEF2; }
p { color: rgb(135,206,242); }
H1.HeaderClassName
{
color: #87CEF2;
}
.AnyTagClassName
{
color: #87CEF2;
}
</style>
background-color css
<style>
a { background-color: #87CEF2; }
a { background-color: rgb(135,206,242); }
div.DivClassName
{
background-color: #87CEF2;
}
.BgClassName
{
background-color: #87CEF2;
}
</style>
border-color css
<style>
span { border-color: #87CEF2; }
span { border-color: rgb(135,206,242); }
td.TdClassName
{
border-color: #87CEF2;
}
.TagClassName
{
border-color: #87CEF2;
}
</style>