Shades of Blizzard Blue #90EEF3
Tints of Blizzard Blue #90EEF3
RGB
CMYK
RGB Variations
Color information
#90EEF3 (or 0x90EEF3) is known color: Blizzard Blue. HEX triplet: 90, EE and F3. RGB value is (144,238,243). Sum of RGB (Red+Green+Blue) = 144+238+243=625 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.04% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #90EEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EEF3 is #6F110C. Grayscale: #D2D2D2. Windows color (decimal): -7278861 or 15986320. OLE color: 15986320.
HSL color Cylindrical-coordinate representation of color #90EEF3: hue angle of 183.03º 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 #90EEF3 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 238 | 243 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.05 |
| HSL | 183.03º | 0.8% | 0.76% | - |
| HSV(B) | 183.03º | 0.41% | 0.95% | - |
| XYZ | 58.25 | 73.55 | 95.92 | - |
| YUV | 210.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 243 | 0.41 | 0.02 | 0 | 0.05 | 183.03 | 0.8 | 0.76 |
| Hex | 90 | EE | F3 | 29 | 2 | 0 | 5 | B7 | 50 | 4C |
| Octal | 220 | 356 | 363 | 51 | 2 | 0 | 5 | 267 | 120 | 114 |
| Binary | 10010000 | 11101110 | 11110011 | 101001 | 10 | 0 | 101 | 10110111 | 1010000 | 1001100 |
Color Harmonies of #90EEF3
Complementary color
Monochromatic Colors of #90EEF3
Black with #90EEF3
Text Example
Text Example
White with #90EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEF3; }
p { color: rgb(144,238,243); }
H1.HeaderClassName
{
color: #90EEF3;
}
.AnyTagClassName
{
color: #90EEF3;
}
</style>
background-color css
<style>
a { background-color: #90EEF3; }
a { background-color: rgb(144,238,243); }
div.DivClassName
{
background-color: #90EEF3;
}
.BgClassName
{
background-color: #90EEF3;
}
</style>
border-color css
<style>
span { border-color: #90EEF3; }
span { border-color: rgb(144,238,243); }
td.TdClassName
{
border-color: #90EEF3;
}
.TagClassName
{
border-color: #90EEF3;
}
</style>