Shades of Blizzard Blue #96E2EC
Tints of Blizzard Blue #96E2EC
RGB
CMYK
RGB Variations
Color information
#96E2EC (or 0x96E2EC) is known color: Blizzard Blue. HEX triplet: 96, E2 and EC. RGB value is (150,226,236). Sum of RGB (Red+Green+Blue) = 150+226+236=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #96E2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E2EC is #691D13. Grayscale: #CCCCCC. Windows color (decimal): -6888724 or 15524502. OLE color: 15524502.
HSL color Cylindrical-coordinate representation of color #96E2EC: hue angle of 186.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E2EC is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 226 | 236 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.07 |
| HSL | 186.98º | 0.69% | 0.76% | - |
| HSV(B) | 186.98º | 0.36% | 0.93% | - |
| XYZ | 54.91 | 66.93 | 89.38 | - |
| YUV | 204.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 236 | 0.36 | 0.04 | 0 | 0.07 | 186.98 | 0.69 | 0.76 |
| Hex | 96 | E2 | EC | 24 | 4 | 0 | 7 | BB | 45 | 4C |
| Octal | 226 | 342 | 354 | 44 | 4 | 0 | 7 | 273 | 105 | 114 |
| Binary | 10010110 | 11100010 | 11101100 | 100100 | 100 | 0 | 111 | 10111011 | 1000101 | 1001100 |
Color Harmonies of #96E2EC
Complementary color
Monochromatic Colors of #96E2EC
Black with #96E2EC
Text Example
Text Example
White with #96E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E2EC; }
p { color: rgb(150,226,236); }
H1.HeaderClassName
{
color: #96E2EC;
}
.AnyTagClassName
{
color: #96E2EC;
}
</style>
background-color css
<style>
a { background-color: #96E2EC; }
a { background-color: rgb(150,226,236); }
div.DivClassName
{
background-color: #96E2EC;
}
.BgClassName
{
background-color: #96E2EC;
}
</style>
border-color css
<style>
span { border-color: #96E2EC; }
span { border-color: rgb(150,226,236); }
td.TdClassName
{
border-color: #96E2EC;
}
.TagClassName
{
border-color: #96E2EC;
}
</style>