Shades of Blizzard Blue #96DDEF
Tints of Blizzard Blue #96DDEF
RGB
CMYK
RGB Variations
Color information
#96DDEF (or 0x96DDEF) is known color: Blizzard Blue. HEX triplet: 96, DD and EF. RGB value is (150,221,239). Sum of RGB (Red+Green+Blue) = 150+221+239=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #96DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDEF is #692210. Grayscale: #C9C9C9. Windows color (decimal): -6890001 or 15719830. OLE color: 15719830.
HSL color Cylindrical-coordinate representation of color #96DDEF: hue angle of 192.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96DDEF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 221 | 239 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.06 |
| HSL | 192.13º | 0.74% | 0.76% | - |
| HSV(B) | 192.13º | 0.37% | 0.94% | - |
| XYZ | 54.01 | 64.43 | 91.25 | - |
| YUV | 201.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 239 | 0.37 | 0.08 | 0 | 0.06 | 192.13 | 0.74 | 0.76 |
| Hex | 96 | DD | EF | 25 | 8 | 0 | 6 | C0 | 4A | 4C |
| Octal | 226 | 335 | 357 | 45 | 10 | 0 | 6 | 300 | 112 | 114 |
| Binary | 10010110 | 11011101 | 11101111 | 100101 | 1000 | 0 | 110 | 11000000 | 1001010 | 1001100 |
Color Harmonies of #96DDEF
Complementary color
Monochromatic Colors of #96DDEF
Black with #96DDEF
Text Example
Text Example
White with #96DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDEF; }
p { color: rgb(150,221,239); }
H1.HeaderClassName
{
color: #96DDEF;
}
.AnyTagClassName
{
color: #96DDEF;
}
</style>
background-color css
<style>
a { background-color: #96DDEF; }
a { background-color: rgb(150,221,239); }
div.DivClassName
{
background-color: #96DDEF;
}
.BgClassName
{
background-color: #96DDEF;
}
</style>
border-color css
<style>
span { border-color: #96DDEF; }
span { border-color: rgb(150,221,239); }
td.TdClassName
{
border-color: #96DDEF;
}
.TagClassName
{
border-color: #96DDEF;
}
</style>