Shades of Blizzard Blue #96EAE2
Tints of Blizzard Blue #96EAE2
RGB
CMYK
RGB Variations
Color information
#96EAE2 (or 0x96EAE2) is known color: Blizzard Blue. HEX triplet: 96, EA and E2. RGB value is (150,234,226). Sum of RGB (Red+Green+Blue) = 150+234+226=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EAE2 is #69151D. Grayscale: #CFCFCF. Windows color (decimal): -6886686 or 14871190. OLE color: 14871190.
HSL color Cylindrical-coordinate representation of color #96EAE2: hue angle of 174.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EAE2 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 226 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.08 |
| HSL | 174.29º | 0.67% | 0.75% | - |
| HSV(B) | 174.29º | 0.36% | 0.92% | - |
| XYZ | 55.73 | 70.82 | 82.68 | - |
| YUV | 207.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 226 | 0.36 | 0 | 0.03 | 0.08 | 174.29 | 0.67 | 0.75 |
| Hex | 96 | EA | E2 | 24 | 0 | 3 | 8 | AE | 43 | 4B |
| Octal | 226 | 352 | 342 | 44 | 0 | 3 | 10 | 256 | 103 | 113 |
| Binary | 10010110 | 11101010 | 11100010 | 100100 | 0 | 11 | 1000 | 10101110 | 1000011 | 1001011 |
Color Harmonies of #96EAE2
Complementary color
Monochromatic Colors of #96EAE2
Black with #96EAE2
Text Example
Text Example
White with #96EAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EAE2; }
p { color: rgb(150,234,226); }
H1.HeaderClassName
{
color: #96EAE2;
}
.AnyTagClassName
{
color: #96EAE2;
}
</style>
background-color css
<style>
a { background-color: #96EAE2; }
a { background-color: rgb(150,234,226); }
div.DivClassName
{
background-color: #96EAE2;
}
.BgClassName
{
background-color: #96EAE2;
}
</style>
border-color css
<style>
span { border-color: #96EAE2; }
span { border-color: rgb(150,234,226); }
td.TdClassName
{
border-color: #96EAE2;
}
.TagClassName
{
border-color: #96EAE2;
}
</style>