Shades of Blizzard Blue #90EAF0
Tints of Blizzard Blue #90EAF0
RGB
CMYK
RGB Variations
Color information
#90EAF0 (or 0x90EAF0) is known color: Blizzard Blue. HEX triplet: 90, EA and F0. RGB value is (144,234,240). Sum of RGB (Red+Green+Blue) = 144+234+240=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #90EAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAF0 is #6F150F. Grayscale: #CFCFCF. Windows color (decimal): -7279888 or 15788688. OLE color: 15788688.
HSL color Cylindrical-coordinate representation of color #90EAF0: hue angle of 183.75º degrees, saturation: 0.76, 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 #90EAF0 is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 234 | 240 | - |
| CMYK | 0.4 | 0.02 | 0 | 0.06 |
| HSL | 183.75º | 0.76% | 0.75% | - |
| HSV(B) | 183.75º | 0.4% | 0.94% | - |
| XYZ | 56.65 | 71.07 | 93.17 | - |
| YUV | 207.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 240 | 0.4 | 0.02 | 0 | 0.06 | 183.75 | 0.76 | 0.75 |
| Hex | 90 | EA | F0 | 28 | 2 | 0 | 6 | B8 | 4C | 4B |
| Octal | 220 | 352 | 360 | 50 | 2 | 0 | 6 | 270 | 114 | 113 |
| Binary | 10010000 | 11101010 | 11110000 | 101000 | 10 | 0 | 110 | 10111000 | 1001100 | 1001011 |
Color Harmonies of #90EAF0
Complementary color
Monochromatic Colors of #90EAF0
Black with #90EAF0
Text Example
Text Example
White with #90EAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAF0; }
p { color: rgb(144,234,240); }
H1.HeaderClassName
{
color: #90EAF0;
}
.AnyTagClassName
{
color: #90EAF0;
}
</style>
background-color css
<style>
a { background-color: #90EAF0; }
a { background-color: rgb(144,234,240); }
div.DivClassName
{
background-color: #90EAF0;
}
.BgClassName
{
background-color: #90EAF0;
}
</style>
border-color css
<style>
span { border-color: #90EAF0; }
span { border-color: rgb(144,234,240); }
td.TdClassName
{
border-color: #90EAF0;
}
.TagClassName
{
border-color: #90EAF0;
}
</style>