Shades of Blizzard Blue #90E8E2
Tints of Blizzard Blue #90E8E2
RGB
CMYK
RGB Variations
Color information
#90E8E2 (or 0x90E8E2) is known color: Blizzard Blue. HEX triplet: 90, E8 and E2. RGB value is (144,232,226). Sum of RGB (Red+Green+Blue) = 144+232+226=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8E2 is #6F171D. Grayscale: #CCCCCC. Windows color (decimal): -7280414 or 14870672. OLE color: 14870672.
HSL color Cylindrical-coordinate representation of color #90E8E2: hue angle of 175.91º 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 #90E8E2 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 226 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.09 |
| HSL | 175.91º | 0.66% | 0.74% | - |
| HSV(B) | 175.91º | 0.38% | 0.91% | - |
| XYZ | 54.09 | 69.13 | 82.44 | - |
| YUV | 205 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 226 | 0.38 | 0 | 0.03 | 0.09 | 175.91 | 0.66 | 0.74 |
| Hex | 90 | E8 | E2 | 26 | 0 | 3 | 9 | B0 | 42 | 4A |
| Octal | 220 | 350 | 342 | 46 | 0 | 3 | 11 | 260 | 102 | 112 |
| Binary | 10010000 | 11101000 | 11100010 | 100110 | 0 | 11 | 1001 | 10110000 | 1000010 | 1001010 |
Color Harmonies of #90E8E2
Complementary color
Monochromatic Colors of #90E8E2
Black with #90E8E2
Text Example
Text Example
White with #90E8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8E2; }
p { color: rgb(144,232,226); }
H1.HeaderClassName
{
color: #90E8E2;
}
.AnyTagClassName
{
color: #90E8E2;
}
</style>
background-color css
<style>
a { background-color: #90E8E2; }
a { background-color: rgb(144,232,226); }
div.DivClassName
{
background-color: #90E8E2;
}
.BgClassName
{
background-color: #90E8E2;
}
</style>
border-color css
<style>
span { border-color: #90E8E2; }
span { border-color: rgb(144,232,226); }
td.TdClassName
{
border-color: #90E8E2;
}
.TagClassName
{
border-color: #90E8E2;
}
</style>