Shades of Blizzard Blue #96ECE8
Tints of Blizzard Blue #96ECE8
RGB
CMYK
RGB Variations
Color information
#96ECE8 (or 0x96ECE8) is known color: Blizzard Blue. HEX triplet: 96, EC and E8. RGB value is (150,236,232). Sum of RGB (Red+Green+Blue) = 150+236+232=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96ECE8 is #691317. Grayscale: #D1D1D1. Windows color (decimal): -6886168 or 15264918. OLE color: 15264918.
HSL color Cylindrical-coordinate representation of color #96ECE8: hue angle of 177.21º 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 #96ECE8 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 232 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.07 |
| HSL | 177.21º | 0.69% | 0.76% | - |
| HSV(B) | 177.21º | 0.36% | 0.93% | - |
| XYZ | 57.14 | 72.3 | 87.29 | - |
| YUV | 209.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 232 | 0.36 | 0 | 0.02 | 0.07 | 177.21 | 0.69 | 0.76 |
| Hex | 96 | EC | E8 | 24 | 0 | 2 | 7 | B1 | 45 | 4C |
| Octal | 226 | 354 | 350 | 44 | 0 | 2 | 7 | 261 | 105 | 114 |
| Binary | 10010110 | 11101100 | 11101000 | 100100 | 0 | 10 | 111 | 10110001 | 1000101 | 1001100 |
Color Harmonies of #96ECE8
Complementary color
Monochromatic Colors of #96ECE8
Black with #96ECE8
Text Example
Text Example
White with #96ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ECE8; }
p { color: rgb(150,236,232); }
H1.HeaderClassName
{
color: #96ECE8;
}
.AnyTagClassName
{
color: #96ECE8;
}
</style>
background-color css
<style>
a { background-color: #96ECE8; }
a { background-color: rgb(150,236,232); }
div.DivClassName
{
background-color: #96ECE8;
}
.BgClassName
{
background-color: #96ECE8;
}
</style>
border-color css
<style>
span { border-color: #96ECE8; }
span { border-color: rgb(150,236,232); }
td.TdClassName
{
border-color: #96ECE8;
}
.TagClassName
{
border-color: #96ECE8;
}
</style>