Shades of Blizzard Blue #90E9EE
Tints of Blizzard Blue #90E9EE
RGB
CMYK
RGB Variations
Color information
#90E9EE (or 0x90E9EE) is known color: Blizzard Blue. HEX triplet: 90, E9 and EE. RGB value is (144,233,238). Sum of RGB (Red+Green+Blue) = 144+233+238=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #90E9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E9EE is #6F1611. Grayscale: #CECECE. Windows color (decimal): -7280146 or 15657360. OLE color: 15657360.
HSL color Cylindrical-coordinate representation of color #90E9EE: hue angle of 183.19º 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 #90E9EE is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 233 | 238 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.07 |
| HSL | 183.19º | 0.73% | 0.75% | - |
| HSV(B) | 183.19º | 0.39% | 0.93% | - |
| XYZ | 56.07 | 70.38 | 91.52 | - |
| YUV | 206.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 238 | 0.39 | 0.02 | 0 | 0.07 | 183.19 | 0.73 | 0.75 |
| Hex | 90 | E9 | EE | 27 | 2 | 0 | 7 | B7 | 49 | 4B |
| Octal | 220 | 351 | 356 | 47 | 2 | 0 | 7 | 267 | 111 | 113 |
| Binary | 10010000 | 11101001 | 11101110 | 100111 | 10 | 0 | 111 | 10110111 | 1001001 | 1001011 |
Color Harmonies of #90E9EE
Complementary color
Monochromatic Colors of #90E9EE
Black with #90E9EE
Text Example
Text Example
White with #90E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9EE; }
p { color: rgb(144,233,238); }
H1.HeaderClassName
{
color: #90E9EE;
}
.AnyTagClassName
{
color: #90E9EE;
}
</style>
background-color css
<style>
a { background-color: #90E9EE; }
a { background-color: rgb(144,233,238); }
div.DivClassName
{
background-color: #90E9EE;
}
.BgClassName
{
background-color: #90E9EE;
}
</style>
border-color css
<style>
span { border-color: #90E9EE; }
span { border-color: rgb(144,233,238); }
td.TdClassName
{
border-color: #90E9EE;
}
.TagClassName
{
border-color: #90E9EE;
}
</style>