Shades of Blizzard Blue #90E0E8
Tints of Blizzard Blue #90E0E8
RGB
CMYK
RGB Variations
Color information
#90E0E8 (or 0x90E0E8) is known color: Blizzard Blue. HEX triplet: 90, E0 and E8. RGB value is (144,224,232). Sum of RGB (Red+Green+Blue) = 144+224+232=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #90E0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E0E8 is #6F1F17. Grayscale: #C8C8C8. Windows color (decimal): -7282456 or 15261840. OLE color: 15261840.
HSL color Cylindrical-coordinate representation of color #90E0E8: hue angle of 185.45º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E0E8 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 224 | 232 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.09 |
| HSL | 185.45º | 0.66% | 0.74% | - |
| HSV(B) | 185.45º | 0.38% | 0.91% | - |
| XYZ | 52.72 | 65.07 | 86.12 | - |
| YUV | 200.99 | 145.5 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 232 | 0.38 | 0.03 | 0 | 0.09 | 185.45 | 0.66 | 0.74 |
| Hex | 90 | E0 | E8 | 26 | 3 | 0 | 9 | B9 | 42 | 4A |
| Octal | 220 | 340 | 350 | 46 | 3 | 0 | 11 | 271 | 102 | 112 |
| Binary | 10010000 | 11100000 | 11101000 | 100110 | 11 | 0 | 1001 | 10111001 | 1000010 | 1001010 |
Color Harmonies of #90E0E8
Complementary color
Monochromatic Colors of #90E0E8
Black with #90E0E8
Text Example
Text Example
White with #90E0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E0E8; }
p { color: rgb(144,224,232); }
H1.HeaderClassName
{
color: #90E0E8;
}
.AnyTagClassName
{
color: #90E0E8;
}
</style>
background-color css
<style>
a { background-color: #90E0E8; }
a { background-color: rgb(144,224,232); }
div.DivClassName
{
background-color: #90E0E8;
}
.BgClassName
{
background-color: #90E0E8;
}
</style>
border-color css
<style>
span { border-color: #90E0E8; }
span { border-color: rgb(144,224,232); }
td.TdClassName
{
border-color: #90E0E8;
}
.TagClassName
{
border-color: #90E0E8;
}
</style>