Shades of Blizzard Blue #90E1EE
Tints of Blizzard Blue #90E1EE
RGB
CMYK
RGB Variations
Color information
#90E1EE (or 0x90E1EE) is known color: Blizzard Blue. HEX triplet: 90, E1 and EE. RGB value is (144,225,238). Sum of RGB (Red+Green+Blue) = 144+225+238=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #90E1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E1EE is #6F1E11. Grayscale: #CACACA. Windows color (decimal): -7282194 or 15655312. OLE color: 15655312.
HSL color Cylindrical-coordinate representation of color #90E1EE: hue angle of 188.3º degrees, saturation: 0.73, 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 #90E1EE is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 225 | 238 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.07 |
| HSL | 188.3º | 0.73% | 0.75% | - |
| HSV(B) | 188.3º | 0.39% | 0.93% | - |
| XYZ | 53.86 | 65.95 | 90.78 | - |
| YUV | 202.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 238 | 0.39 | 0.05 | 0 | 0.07 | 188.3 | 0.73 | 0.75 |
| Hex | 90 | E1 | EE | 27 | 5 | 0 | 7 | BC | 49 | 4B |
| Octal | 220 | 341 | 356 | 47 | 5 | 0 | 7 | 274 | 111 | 113 |
| Binary | 10010000 | 11100001 | 11101110 | 100111 | 101 | 0 | 111 | 10111100 | 1001001 | 1001011 |
Color Harmonies of #90E1EE
Complementary color
Monochromatic Colors of #90E1EE
Black with #90E1EE
Text Example
Text Example
White with #90E1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E1EE; }
p { color: rgb(144,225,238); }
H1.HeaderClassName
{
color: #90E1EE;
}
.AnyTagClassName
{
color: #90E1EE;
}
</style>
background-color css
<style>
a { background-color: #90E1EE; }
a { background-color: rgb(144,225,238); }
div.DivClassName
{
background-color: #90E1EE;
}
.BgClassName
{
background-color: #90E1EE;
}
</style>
border-color css
<style>
span { border-color: #90E1EE; }
span { border-color: rgb(144,225,238); }
td.TdClassName
{
border-color: #90E1EE;
}
.TagClassName
{
border-color: #90E1EE;
}
</style>