Shades of Blizzard Blue #96EDE2
Tints of Blizzard Blue #96EDE2
RGB
CMYK
RGB Variations
Color information
#96EDE2 (or 0x96EDE2) is known color: Blizzard Blue. HEX triplet: 96, ED and E2. RGB value is (150,237,226). Sum of RGB (Red+Green+Blue) = 150+237+226=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDE2 is #69121D. Grayscale: #D1D1D1. Windows color (decimal): -6885918 or 14871958. OLE color: 14871958.
HSL color Cylindrical-coordinate representation of color #96EDE2: hue angle of 172.41º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDE2 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 226 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.07 |
| HSL | 172.41º | 0.71% | 0.76% | - |
| HSV(B) | 172.41º | 0.37% | 0.93% | - |
| XYZ | 56.59 | 72.54 | 82.97 | - |
| YUV | 209.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 226 | 0.37 | 0 | 0.05 | 0.07 | 172.41 | 0.71 | 0.76 |
| Hex | 96 | ED | E2 | 25 | 0 | 5 | 7 | AC | 47 | 4C |
| Octal | 226 | 355 | 342 | 45 | 0 | 5 | 7 | 254 | 107 | 114 |
| Binary | 10010110 | 11101101 | 11100010 | 100101 | 0 | 101 | 111 | 10101100 | 1000111 | 1001100 |
Color Harmonies of #96EDE2
Complementary color
Monochromatic Colors of #96EDE2
Black with #96EDE2
Text Example
Text Example
White with #96EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EDE2; }
p { color: rgb(150,237,226); }
H1.HeaderClassName
{
color: #96EDE2;
}
.AnyTagClassName
{
color: #96EDE2;
}
</style>
background-color css
<style>
a { background-color: #96EDE2; }
a { background-color: rgb(150,237,226); }
div.DivClassName
{
background-color: #96EDE2;
}
.BgClassName
{
background-color: #96EDE2;
}
</style>
border-color css
<style>
span { border-color: #96EDE2; }
span { border-color: rgb(150,237,226); }
td.TdClassName
{
border-color: #96EDE2;
}
.TagClassName
{
border-color: #96EDE2;
}
</style>