Shades of Blizzard Blue #96EEEF
Tints of Blizzard Blue #96EEEF
RGB
CMYK
RGB Variations
Color information
#96EEEF (or 0x96EEEF) is known color: Blizzard Blue. HEX triplet: 96, EE and EF. RGB value is (150,238,239). Sum of RGB (Red+Green+Blue) = 150+238+239=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #96EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EEEF is #691110. Grayscale: #D3D3D3. Windows color (decimal): -6885649 or 15724182. OLE color: 15724182.
HSL color Cylindrical-coordinate representation of color #96EEEF: hue angle of 180.67º 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 #96EEEF is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 238 | 239 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.06 |
| HSL | 180.67º | 0.74% | 0.76% | - |
| HSV(B) | 180.67º | 0.37% | 0.94% | - |
| XYZ | 58.73 | 73.87 | 92.82 | - |
| YUV | 211.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 239 | 0.37 | 0.00 | 0 | 0.06 | 180.67 | 0.74 | 0.76 |
| Hex | 96 | EE | EF | 25 | 0 | 0 | 6 | B5 | 4A | 4C |
| Octal | 226 | 356 | 357 | 45 | 0 | 0 | 6 | 265 | 112 | 114 |
| Binary | 10010110 | 11101110 | 11101111 | 100101 | 0 | 0 | 110 | 10110101 | 1001010 | 1001100 |
Color Harmonies of #96EEEF
Complementary color
Monochromatic Colors of #96EEEF
Black with #96EEEF
Text Example
Text Example
White with #96EEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEEF; }
p { color: rgb(150,238,239); }
H1.HeaderClassName
{
color: #96EEEF;
}
.AnyTagClassName
{
color: #96EEEF;
}
</style>
background-color css
<style>
a { background-color: #96EEEF; }
a { background-color: rgb(150,238,239); }
div.DivClassName
{
background-color: #96EEEF;
}
.BgClassName
{
background-color: #96EEEF;
}
</style>
border-color css
<style>
span { border-color: #96EEEF; }
span { border-color: rgb(150,238,239); }
td.TdClassName
{
border-color: #96EEEF;
}
.TagClassName
{
border-color: #96EEEF;
}
</style>