Shades of Blizzard Blue #90ECF9
Tints of Blizzard Blue #90ECF9
RGB
CMYK
RGB Variations
Color information
#90ECF9 (or 0x90ECF9) is known color: Blizzard Blue. HEX triplet: 90, EC and F9. RGB value is (144,236,249). Sum of RGB (Red+Green+Blue) = 144+236+249=629 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.89% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #90ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECF9 is #6F1306. Grayscale: #D1D1D1. Windows color (decimal): -7279367 or 16379024. OLE color: 16379024.
HSL color Cylindrical-coordinate representation of color #90ECF9: hue angle of 187.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90ECF9 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 236 | 249 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.02 |
| HSL | 187.43º | 0.9% | 0.77% | - |
| HSV(B) | 187.43º | 0.42% | 0.98% | - |
| XYZ | 58.6 | 72.76 | 100.58 | - |
| YUV | 209.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 249 | 0.42 | 0.05 | 0 | 0.02 | 187.43 | 0.9 | 0.77 |
| Hex | 90 | EC | F9 | 2A | 5 | 0 | 2 | BB | 5A | 4D |
| Octal | 220 | 354 | 371 | 52 | 5 | 0 | 2 | 273 | 132 | 115 |
| Binary | 10010000 | 11101100 | 11111001 | 101010 | 101 | 0 | 10 | 10111011 | 1011010 | 1001101 |
Color Harmonies of #90ECF9
Complementary color
Monochromatic Colors of #90ECF9
Black with #90ECF9
Text Example
Text Example
White with #90ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECF9; }
p { color: rgb(144,236,249); }
H1.HeaderClassName
{
color: #90ECF9;
}
.AnyTagClassName
{
color: #90ECF9;
}
</style>
background-color css
<style>
a { background-color: #90ECF9; }
a { background-color: rgb(144,236,249); }
div.DivClassName
{
background-color: #90ECF9;
}
.BgClassName
{
background-color: #90ECF9;
}
</style>
border-color css
<style>
span { border-color: #90ECF9; }
span { border-color: rgb(144,236,249); }
td.TdClassName
{
border-color: #90ECF9;
}
.TagClassName
{
border-color: #90ECF9;
}
</style>