Shades of Blizzard Blue #90E7EE
Tints of Blizzard Blue #90E7EE
RGB
CMYK
RGB Variations
Color information
#90E7EE (or 0x90E7EE) is known color: Blizzard Blue. HEX triplet: 90, E7 and EE. RGB value is (144,231,238). Sum of RGB (Red+Green+Blue) = 144+231+238=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #90E7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E7EE is #6F1811. Grayscale: #CDCDCD. Windows color (decimal): -7280658 or 15656848. OLE color: 15656848.
HSL color Cylindrical-coordinate representation of color #90E7EE: hue angle of 184.47º 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 #90E7EE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 231 | 238 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.07 |
| HSL | 184.47º | 0.73% | 0.75% | - |
| HSV(B) | 184.47º | 0.39% | 0.93% | - |
| XYZ | 55.51 | 69.25 | 91.33 | - |
| YUV | 205.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 238 | 0.39 | 0.03 | 0 | 0.07 | 184.47 | 0.73 | 0.75 |
| Hex | 90 | E7 | EE | 27 | 3 | 0 | 7 | B8 | 49 | 4B |
| Octal | 220 | 347 | 356 | 47 | 3 | 0 | 7 | 270 | 111 | 113 |
| Binary | 10010000 | 11100111 | 11101110 | 100111 | 11 | 0 | 111 | 10111000 | 1001001 | 1001011 |
Color Harmonies of #90E7EE
Complementary color
Monochromatic Colors of #90E7EE
Black with #90E7EE
Text Example
Text Example
White with #90E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E7EE; }
p { color: rgb(144,231,238); }
H1.HeaderClassName
{
color: #90E7EE;
}
.AnyTagClassName
{
color: #90E7EE;
}
</style>
background-color css
<style>
a { background-color: #90E7EE; }
a { background-color: rgb(144,231,238); }
div.DivClassName
{
background-color: #90E7EE;
}
.BgClassName
{
background-color: #90E7EE;
}
</style>
border-color css
<style>
span { border-color: #90E7EE; }
span { border-color: rgb(144,231,238); }
td.TdClassName
{
border-color: #90E7EE;
}
.TagClassName
{
border-color: #90E7EE;
}
</style>