Shades of Blizzard Blue #96EBE1
Tints of Blizzard Blue #96EBE1
RGB
CMYK
RGB Variations
Color information
#96EBE1 (or 0x96EBE1) is known color: Blizzard Blue. HEX triplet: 96, EB and E1. RGB value is (150,235,225). Sum of RGB (Red+Green+Blue) = 150+235+225=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBE1 is #69141E. Grayscale: #D0D0D0. Windows color (decimal): -6886431 or 14805910. OLE color: 14805910.
HSL color Cylindrical-coordinate representation of color #96EBE1: hue angle of 172.94º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBE1 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 235 | 225 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.08 |
| HSL | 172.94º | 0.68% | 0.75% | - |
| HSV(B) | 172.94º | 0.36% | 0.92% | - |
| XYZ | 55.88 | 71.34 | 82.06 | - |
| YUV | 208.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 235 | 225 | 0.36 | 0 | 0.04 | 0.08 | 172.94 | 0.68 | 0.75 |
| Hex | 96 | EB | E1 | 24 | 0 | 4 | 8 | AD | 44 | 4B |
| Octal | 226 | 353 | 341 | 44 | 0 | 4 | 10 | 255 | 104 | 113 |
| Binary | 10010110 | 11101011 | 11100001 | 100100 | 0 | 100 | 1000 | 10101101 | 1000100 | 1001011 |
Color Harmonies of #96EBE1
Complementary color
Monochromatic Colors of #96EBE1
Black with #96EBE1
Text Example
Text Example
White with #96EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EBE1; }
p { color: rgb(150,235,225); }
H1.HeaderClassName
{
color: #96EBE1;
}
.AnyTagClassName
{
color: #96EBE1;
}
</style>
background-color css
<style>
a { background-color: #96EBE1; }
a { background-color: rgb(150,235,225); }
div.DivClassName
{
background-color: #96EBE1;
}
.BgClassName
{
background-color: #96EBE1;
}
</style>
border-color css
<style>
span { border-color: #96EBE1; }
span { border-color: rgb(150,235,225); }
td.TdClassName
{
border-color: #96EBE1;
}
.TagClassName
{
border-color: #96EBE1;
}
</style>