Shades of Blizzard Blue #90EAF4
Tints of Blizzard Blue #90EAF4
RGB
CMYK
RGB Variations
Color information
#90EAF4 (or 0x90EAF4) is known color: Blizzard Blue. HEX triplet: 90, EA and F4. RGB value is (144,234,244). Sum of RGB (Red+Green+Blue) = 144+234+244=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #90EAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAF4 is #6F150B. Grayscale: #D0D0D0. Windows color (decimal): -7279884 or 16050832. OLE color: 16050832.
HSL color Cylindrical-coordinate representation of color #90EAF4: hue angle of 186º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90EAF4 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 234 | 244 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.04 |
| HSL | 186º | 0.82% | 0.76% | - |
| HSV(B) | 186º | 0.41% | 0.96% | - |
| XYZ | 57.25 | 71.31 | 96.33 | - |
| YUV | 208.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 244 | 0.41 | 0.04 | 0 | 0.04 | 186 | 0.82 | 0.76 |
| Hex | 90 | EA | F4 | 29 | 4 | 0 | 4 | BA | 52 | 4C |
| Octal | 220 | 352 | 364 | 51 | 4 | 0 | 4 | 272 | 122 | 114 |
| Binary | 10010000 | 11101010 | 11110100 | 101001 | 100 | 0 | 100 | 10111010 | 1010010 | 1001100 |
Color Harmonies of #90EAF4
Complementary color
Monochromatic Colors of #90EAF4
Black with #90EAF4
Text Example
Text Example
White with #90EAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAF4; }
p { color: rgb(144,234,244); }
H1.HeaderClassName
{
color: #90EAF4;
}
.AnyTagClassName
{
color: #90EAF4;
}
</style>
background-color css
<style>
a { background-color: #90EAF4; }
a { background-color: rgb(144,234,244); }
div.DivClassName
{
background-color: #90EAF4;
}
.BgClassName
{
background-color: #90EAF4;
}
</style>
border-color css
<style>
span { border-color: #90EAF4; }
span { border-color: rgb(144,234,244); }
td.TdClassName
{
border-color: #90EAF4;
}
.TagClassName
{
border-color: #90EAF4;
}
</style>