Shades of Blizzard Blue #87E4EA
Tints of Blizzard Blue #87E4EA
RGB
CMYK
RGB Variations
Color information
#87E4EA (or 0x87E4EA) is known color: Blizzard Blue. HEX triplet: 87, E4 and EA. RGB value is (135,228,234). Sum of RGB (Red+Green+Blue) = 135+228+234=597 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.61% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #87E4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87E4EA is #781B15. Grayscale: #C8C8C8. Windows color (decimal): -7871254 or 15393927. OLE color: 15393927.
HSL color Cylindrical-coordinate representation of color #87E4EA: hue angle of 183.64º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87E4EA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 228 | 234 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.08 |
| HSL | 183.64º | 0.7% | 0.72% | - |
| HSV(B) | 183.64º | 0.42% | 0.92% | - |
| XYZ | 52.59 | 66.58 | 87.92 | - |
| YUV | 200.88 | 146.69 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 228 | 234 | 0.42 | 0.03 | 0 | 0.08 | 183.64 | 0.7 | 0.72 |
| Hex | 87 | E4 | EA | 2A | 3 | 0 | 8 | B8 | 46 | 48 |
| Octal | 207 | 344 | 352 | 52 | 3 | 0 | 10 | 270 | 106 | 110 |
| Binary | 10000111 | 11100100 | 11101010 | 101010 | 11 | 0 | 1000 | 10111000 | 1000110 | 1001000 |
Color Harmonies of #87E4EA
Complementary color
Monochromatic Colors of #87E4EA
Black with #87E4EA
Text Example
Text Example
White with #87E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E4EA; }
p { color: rgb(135,228,234); }
H1.HeaderClassName
{
color: #87E4EA;
}
.AnyTagClassName
{
color: #87E4EA;
}
</style>
background-color css
<style>
a { background-color: #87E4EA; }
a { background-color: rgb(135,228,234); }
div.DivClassName
{
background-color: #87E4EA;
}
.BgClassName
{
background-color: #87E4EA;
}
</style>
border-color css
<style>
span { border-color: #87E4EA; }
span { border-color: rgb(135,228,234); }
td.TdClassName
{
border-color: #87E4EA;
}
.TagClassName
{
border-color: #87E4EA;
}
</style>