Shades of Blizzard Blue #96E8F2
Tints of Blizzard Blue #96E8F2
RGB
CMYK
RGB Variations
Color information
#96E8F2 (or 0x96E8F2) is known color: Blizzard Blue. HEX triplet: 96, E8 and F2. RGB value is (150,232,242). Sum of RGB (Red+Green+Blue) = 150+232+242=624 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.04% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #96E8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E8F2 is #69170D. Grayscale: #D0D0D0. Windows color (decimal): -6887182 or 15919254. OLE color: 15919254.
HSL color Cylindrical-coordinate representation of color #96E8F2: hue angle of 186.52º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E8F2 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 232 | 242 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.05 |
| HSL | 186.52º | 0.78% | 0.77% | - |
| HSV(B) | 186.52º | 0.38% | 0.95% | - |
| XYZ | 57.46 | 70.61 | 94.6 | - |
| YUV | 208.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 242 | 0.38 | 0.04 | 0 | 0.05 | 186.52 | 0.78 | 0.77 |
| Hex | 96 | E8 | F2 | 26 | 4 | 0 | 5 | BB | 4E | 4D |
| Octal | 226 | 350 | 362 | 46 | 4 | 0 | 5 | 273 | 116 | 115 |
| Binary | 10010110 | 11101000 | 11110010 | 100110 | 100 | 0 | 101 | 10111011 | 1001110 | 1001101 |
Color Harmonies of #96E8F2
Complementary color
Monochromatic Colors of #96E8F2
Black with #96E8F2
Text Example
Text Example
White with #96E8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E8F2; }
p { color: rgb(150,232,242); }
H1.HeaderClassName
{
color: #96E8F2;
}
.AnyTagClassName
{
color: #96E8F2;
}
</style>
background-color css
<style>
a { background-color: #96E8F2; }
a { background-color: rgb(150,232,242); }
div.DivClassName
{
background-color: #96E8F2;
}
.BgClassName
{
background-color: #96E8F2;
}
</style>
border-color css
<style>
span { border-color: #96E8F2; }
span { border-color: rgb(150,232,242); }
td.TdClassName
{
border-color: #96E8F2;
}
.TagClassName
{
border-color: #96E8F2;
}
</style>