Shades of Blizzard Blue #90E7EC
Tints of Blizzard Blue #90E7EC
RGB
CMYK
RGB Variations
Color information
#90E7EC (or 0x90E7EC) is known color: Blizzard Blue. HEX triplet: 90, E7 and EC. RGB value is (144,231,236). Sum of RGB (Red+Green+Blue) = 144+231+236=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #90E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E7EC is #6F1813. Grayscale: #CDCDCD. Windows color (decimal): -7280660 or 15525776. OLE color: 15525776.
HSL color Cylindrical-coordinate representation of color #90E7EC: hue angle of 183.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90E7EC is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 231 | 236 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.07 |
| HSL | 183.26º | 0.71% | 0.75% | - |
| HSV(B) | 183.26º | 0.39% | 0.93% | - |
| XYZ | 55.22 | 69.14 | 89.79 | - |
| YUV | 205.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 236 | 0.39 | 0.02 | 0 | 0.07 | 183.26 | 0.71 | 0.75 |
| Hex | 90 | E7 | EC | 27 | 2 | 0 | 7 | B7 | 47 | 4B |
| Octal | 220 | 347 | 354 | 47 | 2 | 0 | 7 | 267 | 107 | 113 |
| Binary | 10010000 | 11100111 | 11101100 | 100111 | 10 | 0 | 111 | 10110111 | 1000111 | 1001011 |
Color Harmonies of #90E7EC
Complementary color
Monochromatic Colors of #90E7EC
Black with #90E7EC
Text Example
Text Example
White with #90E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E7EC; }
p { color: rgb(144,231,236); }
H1.HeaderClassName
{
color: #90E7EC;
}
.AnyTagClassName
{
color: #90E7EC;
}
</style>
background-color css
<style>
a { background-color: #90E7EC; }
a { background-color: rgb(144,231,236); }
div.DivClassName
{
background-color: #90E7EC;
}
.BgClassName
{
background-color: #90E7EC;
}
</style>
border-color css
<style>
span { border-color: #90E7EC; }
span { border-color: rgb(144,231,236); }
td.TdClassName
{
border-color: #90E7EC;
}
.TagClassName
{
border-color: #90E7EC;
}
</style>