Shades of Blizzard Blue #96E7E5
Tints of Blizzard Blue #96E7E5
RGB
CMYK
RGB Variations
Color information
#96E7E5 (or 0x96E7E5) is known color: Blizzard Blue. HEX triplet: 96, E7 and E5. RGB value is (150,231,229). Sum of RGB (Red+Green+Blue) = 150+231+229=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E7E5 is #69181A. Grayscale: #CECECE. Windows color (decimal): -6887451 or 15067030. OLE color: 15067030.
HSL color Cylindrical-coordinate representation of color #96E7E5: hue angle of 178.52º 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 #96E7E5 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 229 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.09 |
| HSL | 178.52º | 0.63% | 0.75% | - |
| HSV(B) | 178.52º | 0.35% | 0.91% | - |
| XYZ | 55.3 | 69.29 | 84.59 | - |
| YUV | 206.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 229 | 0.35 | 0 | 0.01 | 0.09 | 178.52 | 0.63 | 0.75 |
| Hex | 96 | E7 | E5 | 23 | 0 | 1 | 9 | B3 | 3F | 4B |
| Octal | 226 | 347 | 345 | 43 | 0 | 1 | 11 | 263 | 77 | 113 |
| Binary | 10010110 | 11100111 | 11100101 | 100011 | 0 | 1 | 1001 | 10110011 | 111111 | 1001011 |
Color Harmonies of #96E7E5
Complementary color
Monochromatic Colors of #96E7E5
Black with #96E7E5
Text Example
Text Example
White with #96E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7E5; }
p { color: rgb(150,231,229); }
H1.HeaderClassName
{
color: #96E7E5;
}
.AnyTagClassName
{
color: #96E7E5;
}
</style>
background-color css
<style>
a { background-color: #96E7E5; }
a { background-color: rgb(150,231,229); }
div.DivClassName
{
background-color: #96E7E5;
}
.BgClassName
{
background-color: #96E7E5;
}
</style>
border-color css
<style>
span { border-color: #96E7E5; }
span { border-color: rgb(150,231,229); }
td.TdClassName
{
border-color: #96E7E5;
}
.TagClassName
{
border-color: #96E7E5;
}
</style>