Shades of Blizzard Blue #96EEF2
Tints of Blizzard Blue #96EEF2
RGB
CMYK
RGB Variations
Color information
#96EEF2 (or 0x96EEF2) is known color: Blizzard Blue. HEX triplet: 96, EE and F2. RGB value is (150,238,242). Sum of RGB (Red+Green+Blue) = 150+238+242=630 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.81% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #96EEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EEF2 is #69110D. Grayscale: #D4D4D4. Windows color (decimal): -6885646 or 15920790. OLE color: 15920790.
HSL color Cylindrical-coordinate representation of color #96EEF2: hue angle of 182.61º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96EEF2 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 238 | 242 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.05 |
| HSL | 182.61º | 0.78% | 0.77% | - |
| HSV(B) | 182.61º | 0.38% | 0.95% | - |
| XYZ | 59.18 | 74.04 | 95.18 | - |
| YUV | 212.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 242 | 0.38 | 0.02 | 0 | 0.05 | 182.61 | 0.78 | 0.77 |
| Hex | 96 | EE | F2 | 26 | 2 | 0 | 5 | B7 | 4E | 4D |
| Octal | 226 | 356 | 362 | 46 | 2 | 0 | 5 | 267 | 116 | 115 |
| Binary | 10010110 | 11101110 | 11110010 | 100110 | 10 | 0 | 101 | 10110111 | 1001110 | 1001101 |
Color Harmonies of #96EEF2
Complementary color
Monochromatic Colors of #96EEF2
Black with #96EEF2
Text Example
Text Example
White with #96EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEF2; }
p { color: rgb(150,238,242); }
H1.HeaderClassName
{
color: #96EEF2;
}
.AnyTagClassName
{
color: #96EEF2;
}
</style>
background-color css
<style>
a { background-color: #96EEF2; }
a { background-color: rgb(150,238,242); }
div.DivClassName
{
background-color: #96EEF2;
}
.BgClassName
{
background-color: #96EEF2;
}
</style>
border-color css
<style>
span { border-color: #96EEF2; }
span { border-color: rgb(150,238,242); }
td.TdClassName
{
border-color: #96EEF2;
}
.TagClassName
{
border-color: #96EEF2;
}
</style>