Shades of Blizzard Blue #90ECF3
Tints of Blizzard Blue #90ECF3
RGB
CMYK
RGB Variations
Color information
#90ECF3 (or 0x90ECF3) is known color: Blizzard Blue. HEX triplet: 90, EC and F3. RGB value is (144,236,243). Sum of RGB (Red+Green+Blue) = 144+236+243=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #90ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECF3 is #6F130C. Grayscale: #D1D1D1. Windows color (decimal): -7279373 or 15985808. OLE color: 15985808.
HSL color Cylindrical-coordinate representation of color #90ECF3: hue angle of 184.24º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90ECF3 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 236 | 243 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.05 |
| HSL | 184.24º | 0.8% | 0.76% | - |
| HSV(B) | 184.24º | 0.41% | 0.95% | - |
| XYZ | 57.67 | 72.39 | 95.73 | - |
| YUV | 209.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 243 | 0.41 | 0.03 | 0 | 0.05 | 184.24 | 0.8 | 0.76 |
| Hex | 90 | EC | F3 | 29 | 3 | 0 | 5 | B8 | 50 | 4C |
| Octal | 220 | 354 | 363 | 51 | 3 | 0 | 5 | 270 | 120 | 114 |
| Binary | 10010000 | 11101100 | 11110011 | 101001 | 11 | 0 | 101 | 10111000 | 1010000 | 1001100 |
Color Harmonies of #90ECF3
Complementary color
Monochromatic Colors of #90ECF3
Black with #90ECF3
Text Example
Text Example
White with #90ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECF3; }
p { color: rgb(144,236,243); }
H1.HeaderClassName
{
color: #90ECF3;
}
.AnyTagClassName
{
color: #90ECF3;
}
</style>
background-color css
<style>
a { background-color: #90ECF3; }
a { background-color: rgb(144,236,243); }
div.DivClassName
{
background-color: #90ECF3;
}
.BgClassName
{
background-color: #90ECF3;
}
</style>
border-color css
<style>
span { border-color: #90ECF3; }
span { border-color: rgb(144,236,243); }
td.TdClassName
{
border-color: #90ECF3;
}
.TagClassName
{
border-color: #90ECF3;
}
</style>