Shades of Blizzard Blue #90EFF2
Tints of Blizzard Blue #90EFF2
RGB
CMYK
RGB Variations
Color information
#90EFF2 (or 0x90EFF2) is known color: Blizzard Blue. HEX triplet: 90, EF and F2. RGB value is (144,239,242). Sum of RGB (Red+Green+Blue) = 144+239+242=625 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.04% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #90EFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFF2 is #6F100D. Grayscale: #D2D2D2. Windows color (decimal): -7278606 or 15921040. OLE color: 15921040.
HSL color Cylindrical-coordinate representation of color #90EFF2: hue angle of 181.84º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFF2 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 239 | 242 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.05 |
| HSL | 181.84º | 0.79% | 0.76% | - |
| HSV(B) | 181.84º | 0.4% | 0.95% | - |
| XYZ | 58.4 | 74.07 | 95.22 | - |
| YUV | 210.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 242 | 0.40 | 0.01 | 0 | 0.05 | 181.84 | 0.79 | 0.76 |
| Hex | 90 | EF | F2 | 28 | 1 | 0 | 5 | B6 | 4F | 4C |
| Octal | 220 | 357 | 362 | 50 | 1 | 0 | 5 | 266 | 117 | 114 |
| Binary | 10010000 | 11101111 | 11110010 | 101000 | 1 | 0 | 101 | 10110110 | 1001111 | 1001100 |
Color Harmonies of #90EFF2
Complementary color
Monochromatic Colors of #90EFF2
Black with #90EFF2
Text Example
Text Example
White with #90EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFF2; }
p { color: rgb(144,239,242); }
H1.HeaderClassName
{
color: #90EFF2;
}
.AnyTagClassName
{
color: #90EFF2;
}
</style>
background-color css
<style>
a { background-color: #90EFF2; }
a { background-color: rgb(144,239,242); }
div.DivClassName
{
background-color: #90EFF2;
}
.BgClassName
{
background-color: #90EFF2;
}
</style>
border-color css
<style>
span { border-color: #90EFF2; }
span { border-color: rgb(144,239,242); }
td.TdClassName
{
border-color: #90EFF2;
}
.TagClassName
{
border-color: #90EFF2;
}
</style>