Shades of Blizzard Blue #96DEEC
Tints of Blizzard Blue #96DEEC
RGB
CMYK
RGB Variations
Color information
#96DEEC (or 0x96DEEC) is known color: Blizzard Blue. HEX triplet: 96, DE and EC. RGB value is (150,222,236). Sum of RGB (Red+Green+Blue) = 150+222+236=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #96DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DEEC is #692113. Grayscale: #C9C9C9. Windows color (decimal): -6889748 or 15523478. OLE color: 15523478.
HSL color Cylindrical-coordinate representation of color #96DEEC: hue angle of 189.77º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DEEC is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 222 | 236 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.07 |
| HSL | 189.77º | 0.69% | 0.76% | - |
| HSV(B) | 189.77º | 0.36% | 0.93% | - |
| XYZ | 53.84 | 64.78 | 89.02 | - |
| YUV | 202.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 236 | 0.36 | 0.06 | 0 | 0.07 | 189.77 | 0.69 | 0.76 |
| Hex | 96 | DE | EC | 24 | 6 | 0 | 7 | BE | 45 | 4C |
| Octal | 226 | 336 | 354 | 44 | 6 | 0 | 7 | 276 | 105 | 114 |
| Binary | 10010110 | 11011110 | 11101100 | 100100 | 110 | 0 | 111 | 10111110 | 1000101 | 1001100 |
Color Harmonies of #96DEEC
Complementary color
Monochromatic Colors of #96DEEC
Black with #96DEEC
Text Example
Text Example
White with #96DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEEC; }
p { color: rgb(150,222,236); }
H1.HeaderClassName
{
color: #96DEEC;
}
.AnyTagClassName
{
color: #96DEEC;
}
</style>
background-color css
<style>
a { background-color: #96DEEC; }
a { background-color: rgb(150,222,236); }
div.DivClassName
{
background-color: #96DEEC;
}
.BgClassName
{
background-color: #96DEEC;
}
</style>
border-color css
<style>
span { border-color: #96DEEC; }
span { border-color: rgb(150,222,236); }
td.TdClassName
{
border-color: #96DEEC;
}
.TagClassName
{
border-color: #96DEEC;
}
</style>