Shades of Blizzard Blue #96E0E7
Tints of Blizzard Blue #96E0E7
RGB
CMYK
RGB Variations
Color information
#96E0E7 (or 0x96E0E7) is known color: Blizzard Blue. HEX triplet: 96, E0 and E7. RGB value is (150,224,231). Sum of RGB (Red+Green+Blue) = 150+224+231=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #96E0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E0E7 is #691F18. Grayscale: #CACACA. Windows color (decimal): -6889241 or 15196310. OLE color: 15196310.
HSL color Cylindrical-coordinate representation of color #96E0E7: hue angle of 185.19º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E0E7 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 224 | 231 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.09 |
| HSL | 185.19º | 0.63% | 0.75% | - |
| HSV(B) | 185.19º | 0.35% | 0.91% | - |
| XYZ | 53.66 | 65.56 | 85.43 | - |
| YUV | 202.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 231 | 0.35 | 0.03 | 0 | 0.09 | 185.19 | 0.63 | 0.75 |
| Hex | 96 | E0 | E7 | 23 | 3 | 0 | 9 | B9 | 3F | 4B |
| Octal | 226 | 340 | 347 | 43 | 3 | 0 | 11 | 271 | 77 | 113 |
| Binary | 10010110 | 11100000 | 11100111 | 100011 | 11 | 0 | 1001 | 10111001 | 111111 | 1001011 |
Color Harmonies of #96E0E7
Complementary color
Monochromatic Colors of #96E0E7
Black with #96E0E7
Text Example
Text Example
White with #96E0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E0E7; }
p { color: rgb(150,224,231); }
H1.HeaderClassName
{
color: #96E0E7;
}
.AnyTagClassName
{
color: #96E0E7;
}
</style>
background-color css
<style>
a { background-color: #96E0E7; }
a { background-color: rgb(150,224,231); }
div.DivClassName
{
background-color: #96E0E7;
}
.BgClassName
{
background-color: #96E0E7;
}
</style>
border-color css
<style>
span { border-color: #96E0E7; }
span { border-color: rgb(150,224,231); }
td.TdClassName
{
border-color: #96E0E7;
}
.TagClassName
{
border-color: #96E0E7;
}
</style>