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