Shades of Blizzard Blue #90EEE4
Tints of Blizzard Blue #90EEE4
RGB
CMYK
RGB Variations
Color information
#90EEE4 (or 0x90EEE4) is known color: Blizzard Blue. HEX triplet: 90, EE and E4. RGB value is (144,238,228). Sum of RGB (Red+Green+Blue) = 144+238+228=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEE4 is #6F111B. Grayscale: #D0D0D0. Windows color (decimal): -7278876 or 15003280. OLE color: 15003280.
HSL color Cylindrical-coordinate representation of color #90EEE4: hue angle of 173.62º 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 #90EEE4 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 228 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.07 |
| HSL | 173.62º | 0.73% | 0.75% | - |
| HSV(B) | 173.62º | 0.39% | 0.93% | - |
| XYZ | 56.08 | 72.68 | 84.47 | - |
| YUV | 208.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 228 | 0.39 | 0 | 0.04 | 0.07 | 173.62 | 0.73 | 0.75 |
| Hex | 90 | EE | E4 | 27 | 0 | 4 | 7 | AE | 49 | 4B |
| Octal | 220 | 356 | 344 | 47 | 0 | 4 | 7 | 256 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11100100 | 100111 | 0 | 100 | 111 | 10101110 | 1001001 | 1001011 |
Color Harmonies of #90EEE4
Complementary color
Monochromatic Colors of #90EEE4
Black with #90EEE4
Text Example
Text Example
White with #90EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEE4; }
p { color: rgb(144,238,228); }
H1.HeaderClassName
{
color: #90EEE4;
}
.AnyTagClassName
{
color: #90EEE4;
}
</style>
background-color css
<style>
a { background-color: #90EEE4; }
a { background-color: rgb(144,238,228); }
div.DivClassName
{
background-color: #90EEE4;
}
.BgClassName
{
background-color: #90EEE4;
}
</style>
border-color css
<style>
span { border-color: #90EEE4; }
span { border-color: rgb(144,238,228); }
td.TdClassName
{
border-color: #90EEE4;
}
.TagClassName
{
border-color: #90EEE4;
}
</style>