Shades of Blizzard Blue #96E3EC
Tints of Blizzard Blue #96E3EC
RGB
CMYK
RGB Variations
Color information
#96E3EC (or 0x96E3EC) is known color: Blizzard Blue. HEX triplet: 96, E3 and EC. RGB value is (150,227,236). Sum of RGB (Red+Green+Blue) = 150+227+236=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #96E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E3EC is #691C13. Grayscale: #CCCCCC. Windows color (decimal): -6888468 or 15524758. OLE color: 15524758.
HSL color Cylindrical-coordinate representation of color #96E3EC: hue angle of 186.28º 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 #96E3EC is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 227 | 236 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.07 |
| HSL | 186.28º | 0.69% | 0.76% | - |
| HSV(B) | 186.28º | 0.36% | 0.93% | - |
| XYZ | 55.19 | 67.48 | 89.47 | - |
| YUV | 205 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 236 | 0.36 | 0.04 | 0 | 0.07 | 186.28 | 0.69 | 0.76 |
| Hex | 96 | E3 | EC | 24 | 4 | 0 | 7 | BA | 45 | 4C |
| Octal | 226 | 343 | 354 | 44 | 4 | 0 | 7 | 272 | 105 | 114 |
| Binary | 10010110 | 11100011 | 11101100 | 100100 | 100 | 0 | 111 | 10111010 | 1000101 | 1001100 |
Color Harmonies of #96E3EC
Complementary color
Monochromatic Colors of #96E3EC
Black with #96E3EC
Text Example
Text Example
White with #96E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E3EC; }
p { color: rgb(150,227,236); }
H1.HeaderClassName
{
color: #96E3EC;
}
.AnyTagClassName
{
color: #96E3EC;
}
</style>
background-color css
<style>
a { background-color: #96E3EC; }
a { background-color: rgb(150,227,236); }
div.DivClassName
{
background-color: #96E3EC;
}
.BgClassName
{
background-color: #96E3EC;
}
</style>
border-color css
<style>
span { border-color: #96E3EC; }
span { border-color: rgb(150,227,236); }
td.TdClassName
{
border-color: #96E3EC;
}
.TagClassName
{
border-color: #96E3EC;
}
</style>