Shades of Blizzard Blue #90E0EF
Tints of Blizzard Blue #90E0EF
RGB
CMYK
RGB Variations
Color information
#90E0EF (or 0x90E0EF) is known color: Blizzard Blue. HEX triplet: 90, E0 and EF. RGB value is (144,224,239). Sum of RGB (Red+Green+Blue) = 144+224+239=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #90E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E0EF is #6F1F10. Grayscale: #C9C9C9. Windows color (decimal): -7282449 or 15720592. OLE color: 15720592.
HSL color Cylindrical-coordinate representation of color #90E0EF: hue angle of 189.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90E0EF is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 224 | 239 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.06 |
| HSL | 189.47º | 0.75% | 0.75% | - |
| HSV(B) | 189.47º | 0.4% | 0.94% | - |
| XYZ | 53.74 | 65.47 | 91.47 | - |
| YUV | 201.79 | 149 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 239 | 0.40 | 0.06 | 0 | 0.06 | 189.47 | 0.75 | 0.75 |
| Hex | 90 | E0 | EF | 28 | 6 | 0 | 6 | BD | 4B | 4B |
| Octal | 220 | 340 | 357 | 50 | 6 | 0 | 6 | 275 | 113 | 113 |
| Binary | 10010000 | 11100000 | 11101111 | 101000 | 110 | 0 | 110 | 10111101 | 1001011 | 1001011 |
Color Harmonies of #90E0EF
Complementary color
Monochromatic Colors of #90E0EF
Black with #90E0EF
Text Example
Text Example
White with #90E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E0EF; }
p { color: rgb(144,224,239); }
H1.HeaderClassName
{
color: #90E0EF;
}
.AnyTagClassName
{
color: #90E0EF;
}
</style>
background-color css
<style>
a { background-color: #90E0EF; }
a { background-color: rgb(144,224,239); }
div.DivClassName
{
background-color: #90E0EF;
}
.BgClassName
{
background-color: #90E0EF;
}
</style>
border-color css
<style>
span { border-color: #90E0EF; }
span { border-color: rgb(144,224,239); }
td.TdClassName
{
border-color: #90E0EF;
}
.TagClassName
{
border-color: #90E0EF;
}
</style>