Shades of Blizzard Blue #96EEE8
Tints of Blizzard Blue #96EEE8
RGB
CMYK
RGB Variations
Color information
#96EEE8 (or 0x96EEE8) is known color: Blizzard Blue. HEX triplet: 96, EE and E8. RGB value is (150,238,232). Sum of RGB (Red+Green+Blue) = 150+238+232=620 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.19% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EEE8 is #691117. Grayscale: #D2D2D2. Windows color (decimal): -6885656 or 15265430. OLE color: 15265430.
HSL color Cylindrical-coordinate representation of color #96EEE8: hue angle of 175.91º degrees, saturation: 0.72, 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 #96EEE8 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 232 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.07 |
| HSL | 175.91º | 0.72% | 0.76% | - |
| HSV(B) | 175.91º | 0.37% | 0.93% | - |
| XYZ | 57.72 | 73.46 | 87.48 | - |
| YUV | 211 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 232 | 0.37 | 0 | 0.03 | 0.07 | 175.91 | 0.72 | 0.76 |
| Hex | 96 | EE | E8 | 25 | 0 | 3 | 7 | B0 | 48 | 4C |
| Octal | 226 | 356 | 350 | 45 | 0 | 3 | 7 | 260 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11101000 | 100101 | 0 | 11 | 111 | 10110000 | 1001000 | 1001100 |
Color Harmonies of #96EEE8
Complementary color
Monochromatic Colors of #96EEE8
Black with #96EEE8
Text Example
Text Example
White with #96EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEE8; }
p { color: rgb(150,238,232); }
H1.HeaderClassName
{
color: #96EEE8;
}
.AnyTagClassName
{
color: #96EEE8;
}
</style>
background-color css
<style>
a { background-color: #96EEE8; }
a { background-color: rgb(150,238,232); }
div.DivClassName
{
background-color: #96EEE8;
}
.BgClassName
{
background-color: #96EEE8;
}
</style>
border-color css
<style>
span { border-color: #96EEE8; }
span { border-color: rgb(150,238,232); }
td.TdClassName
{
border-color: #96EEE8;
}
.TagClassName
{
border-color: #96EEE8;
}
</style>