Shades of Blizzard Blue #96E3E9
Tints of Blizzard Blue #96E3E9
RGB
CMYK
RGB Variations
Color information
#96E3E9 (or 0x96E3E9) is known color: Blizzard Blue. HEX triplet: 96, E3 and E9. RGB value is (150,227,233). Sum of RGB (Red+Green+Blue) = 150+227+233=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #96E3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E3E9 is #691C16. Grayscale: #CCCCCC. Windows color (decimal): -6888471 or 15328150. OLE color: 15328150.
HSL color Cylindrical-coordinate representation of color #96E3E9: hue angle of 184.34º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E3E9 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 227 | 233 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.09 |
| HSL | 184.34º | 0.65% | 0.75% | - |
| HSV(B) | 184.34º | 0.36% | 0.91% | - |
| XYZ | 54.75 | 67.31 | 87.2 | - |
| YUV | 204.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 233 | 0.36 | 0.03 | 0 | 0.09 | 184.34 | 0.65 | 0.75 |
| Hex | 96 | E3 | E9 | 24 | 3 | 0 | 9 | B8 | 41 | 4B |
| Octal | 226 | 343 | 351 | 44 | 3 | 0 | 11 | 270 | 101 | 113 |
| Binary | 10010110 | 11100011 | 11101001 | 100100 | 11 | 0 | 1001 | 10111000 | 1000001 | 1001011 |
Color Harmonies of #96E3E9
Complementary color
Monochromatic Colors of #96E3E9
Black with #96E3E9
Text Example
Text Example
White with #96E3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E3E9; }
p { color: rgb(150,227,233); }
H1.HeaderClassName
{
color: #96E3E9;
}
.AnyTagClassName
{
color: #96E3E9;
}
</style>
background-color css
<style>
a { background-color: #96E3E9; }
a { background-color: rgb(150,227,233); }
div.DivClassName
{
background-color: #96E3E9;
}
.BgClassName
{
background-color: #96E3E9;
}
</style>
border-color css
<style>
span { border-color: #96E3E9; }
span { border-color: rgb(150,227,233); }
td.TdClassName
{
border-color: #96E3E9;
}
.TagClassName
{
border-color: #96E3E9;
}
</style>