Shades of Blizzard Blue #90E0EC
Tints of Blizzard Blue #90E0EC
RGB
CMYK
RGB Variations
Color information
#90E0EC (or 0x90E0EC) is known color: Blizzard Blue. HEX triplet: 90, E0 and EC. RGB value is (144,224,236). Sum of RGB (Red+Green+Blue) = 144+224+236=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #90E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E0EC is #6F1F13. Grayscale: #C9C9C9. Windows color (decimal): -7282452 or 15523984. OLE color: 15523984.
HSL color Cylindrical-coordinate representation of color #90E0EC: hue angle of 187.83º 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 #90E0EC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 224 | 236 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.07 |
| HSL | 187.83º | 0.71% | 0.75% | - |
| HSV(B) | 187.83º | 0.39% | 0.93% | - |
| XYZ | 53.3 | 65.3 | 89.15 | - |
| YUV | 201.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 236 | 0.39 | 0.05 | 0 | 0.07 | 187.83 | 0.71 | 0.75 |
| Hex | 90 | E0 | EC | 27 | 5 | 0 | 7 | BC | 47 | 4B |
| Octal | 220 | 340 | 354 | 47 | 5 | 0 | 7 | 274 | 107 | 113 |
| Binary | 10010000 | 11100000 | 11101100 | 100111 | 101 | 0 | 111 | 10111100 | 1000111 | 1001011 |
Color Harmonies of #90E0EC
Complementary color
Monochromatic Colors of #90E0EC
Black with #90E0EC
Text Example
Text Example
White with #90E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E0EC; }
p { color: rgb(144,224,236); }
H1.HeaderClassName
{
color: #90E0EC;
}
.AnyTagClassName
{
color: #90E0EC;
}
</style>
background-color css
<style>
a { background-color: #90E0EC; }
a { background-color: rgb(144,224,236); }
div.DivClassName
{
background-color: #90E0EC;
}
.BgClassName
{
background-color: #90E0EC;
}
</style>
border-color css
<style>
span { border-color: #90E0EC; }
span { border-color: rgb(144,224,236); }
td.TdClassName
{
border-color: #90E0EC;
}
.TagClassName
{
border-color: #90E0EC;
}
</style>