Shades of Blizzard Blue #90E9E6
Tints of Blizzard Blue #90E9E6
RGB
CMYK
RGB Variations
Color information
#90E9E6 (or 0x90E9E6) is known color: Blizzard Blue. HEX triplet: 90, E9 and E6. RGB value is (144,233,230). Sum of RGB (Red+Green+Blue) = 144+233+230=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E9E6 is #6F1619. Grayscale: #CDCDCD. Windows color (decimal): -7280154 or 15133072. OLE color: 15133072.
HSL color Cylindrical-coordinate representation of color #90E9E6: hue angle of 177.98º degrees, saturation: 0.67, 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 #90E9E6 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 230 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.09 |
| HSL | 177.98º | 0.67% | 0.74% | - |
| HSV(B) | 177.98º | 0.38% | 0.91% | - |
| XYZ | 54.92 | 69.92 | 85.46 | - |
| YUV | 206.05 | 141.51 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 230 | 0.38 | 0 | 0.01 | 0.09 | 177.98 | 0.67 | 0.74 |
| Hex | 90 | E9 | E6 | 26 | 0 | 1 | 9 | B2 | 43 | 4A |
| Octal | 220 | 351 | 346 | 46 | 0 | 1 | 11 | 262 | 103 | 112 |
| Binary | 10010000 | 11101001 | 11100110 | 100110 | 0 | 1 | 1001 | 10110010 | 1000011 | 1001010 |
Color Harmonies of #90E9E6
Complementary color
Monochromatic Colors of #90E9E6
Black with #90E9E6
Text Example
Text Example
White with #90E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9E6; }
p { color: rgb(144,233,230); }
H1.HeaderClassName
{
color: #90E9E6;
}
.AnyTagClassName
{
color: #90E9E6;
}
</style>
background-color css
<style>
a { background-color: #90E9E6; }
a { background-color: rgb(144,233,230); }
div.DivClassName
{
background-color: #90E9E6;
}
.BgClassName
{
background-color: #90E9E6;
}
</style>
border-color css
<style>
span { border-color: #90E9E6; }
span { border-color: rgb(144,233,230); }
td.TdClassName
{
border-color: #90E9E6;
}
.TagClassName
{
border-color: #90E9E6;
}
</style>