Shades of Sky Blue #87E4F2
Tints of Sky Blue #87E4F2
RGB
CMYK
RGB Variations
Color information
#87E4F2 (or 0x87E4F2) is known color: Sky Blue. HEX triplet: 87, E4 and F2. RGB value is (135,228,242). Sum of RGB (Red+Green+Blue) = 135+228+242=605 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.31% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #87E4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87E4F2 is #781B0D. Grayscale: #C9C9C9. Windows color (decimal): -7871246 or 15918215. OLE color: 15918215.
HSL color Cylindrical-coordinate representation of color #87E4F2: hue angle of 187.85º 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 #87E4F2 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 228 | 242 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.05 |
| HSL | 187.85º | 0.8% | 0.74% | - |
| HSV(B) | 187.85º | 0.44% | 0.95% | - |
| XYZ | 53.76 | 67.05 | 94.11 | - |
| YUV | 201.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 228 | 242 | 0.44 | 0.06 | 0 | 0.05 | 187.85 | 0.8 | 0.74 |
| Hex | 87 | E4 | F2 | 2C | 6 | 0 | 5 | BC | 50 | 4A |
| Octal | 207 | 344 | 362 | 54 | 6 | 0 | 5 | 274 | 120 | 112 |
| Binary | 10000111 | 11100100 | 11110010 | 101100 | 110 | 0 | 101 | 10111100 | 1010000 | 1001010 |
Color Harmonies of #87E4F2
Complementary color
Monochromatic Colors of #87E4F2
Black with #87E4F2
Text Example
Text Example
White with #87E4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E4F2; }
p { color: rgb(135,228,242); }
H1.HeaderClassName
{
color: #87E4F2;
}
.AnyTagClassName
{
color: #87E4F2;
}
</style>
background-color css
<style>
a { background-color: #87E4F2; }
a { background-color: rgb(135,228,242); }
div.DivClassName
{
background-color: #87E4F2;
}
.BgClassName
{
background-color: #87E4F2;
}
</style>
border-color css
<style>
span { border-color: #87E4F2; }
span { border-color: rgb(135,228,242); }
td.TdClassName
{
border-color: #87E4F2;
}
.TagClassName
{
border-color: #87E4F2;
}
</style>