Shades of Blizzard Blue #96E5E9
Tints of Blizzard Blue #96E5E9
RGB
CMYK
RGB Variations
Color information
#96E5E9 (or 0x96E5E9) is known color: Blizzard Blue. HEX triplet: 96, E5 and E9. RGB value is (150,229,233). Sum of RGB (Red+Green+Blue) = 150+229+233=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #96E5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E5E9 is #691A16. Grayscale: #CDCDCD. Windows color (decimal): -6887959 or 15328662. OLE color: 15328662.
HSL color Cylindrical-coordinate representation of color #96E5E9: hue angle of 182.89º 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 #96E5E9 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 229 | 233 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.09 |
| HSL | 182.89º | 0.65% | 0.75% | - |
| HSV(B) | 182.89º | 0.36% | 0.91% | - |
| XYZ | 55.3 | 68.41 | 87.38 | - |
| YUV | 205.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 233 | 0.36 | 0.02 | 0 | 0.09 | 182.89 | 0.65 | 0.75 |
| Hex | 96 | E5 | E9 | 24 | 2 | 0 | 9 | B7 | 41 | 4B |
| Octal | 226 | 345 | 351 | 44 | 2 | 0 | 11 | 267 | 101 | 113 |
| Binary | 10010110 | 11100101 | 11101001 | 100100 | 10 | 0 | 1001 | 10110111 | 1000001 | 1001011 |
Color Harmonies of #96E5E9
Complementary color
Monochromatic Colors of #96E5E9
Black with #96E5E9
Text Example
Text Example
White with #96E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5E9; }
p { color: rgb(150,229,233); }
H1.HeaderClassName
{
color: #96E5E9;
}
.AnyTagClassName
{
color: #96E5E9;
}
</style>
background-color css
<style>
a { background-color: #96E5E9; }
a { background-color: rgb(150,229,233); }
div.DivClassName
{
background-color: #96E5E9;
}
.BgClassName
{
background-color: #96E5E9;
}
</style>
border-color css
<style>
span { border-color: #96E5E9; }
span { border-color: rgb(150,229,233); }
td.TdClassName
{
border-color: #96E5E9;
}
.TagClassName
{
border-color: #96E5E9;
}
</style>