Shades of Blizzard Blue #96EDF2
Tints of Blizzard Blue #96EDF2
RGB
CMYK
RGB Variations
Color information
#96EDF2 (or 0x96EDF2) is known color: Blizzard Blue. HEX triplet: 96, ED and F2. RGB value is (150,237,242). Sum of RGB (Red+Green+Blue) = 150+237+242=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #96EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EDF2 is #69120D. Grayscale: #D3D3D3. Windows color (decimal): -6885902 or 15920534. OLE color: 15920534.
HSL color Cylindrical-coordinate representation of color #96EDF2: hue angle of 183.26º 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 #96EDF2 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 237 | 242 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.05 |
| HSL | 183.26º | 0.78% | 0.77% | - |
| HSV(B) | 183.26º | 0.38% | 0.95% | - |
| XYZ | 58.89 | 73.46 | 95.08 | - |
| YUV | 211.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 242 | 0.38 | 0.02 | 0 | 0.05 | 183.26 | 0.78 | 0.77 |
| Hex | 96 | ED | F2 | 26 | 2 | 0 | 5 | B7 | 4E | 4D |
| Octal | 226 | 355 | 362 | 46 | 2 | 0 | 5 | 267 | 116 | 115 |
| Binary | 10010110 | 11101101 | 11110010 | 100110 | 10 | 0 | 101 | 10110111 | 1001110 | 1001101 |
Color Harmonies of #96EDF2
Complementary color
Monochromatic Colors of #96EDF2
Black with #96EDF2
Text Example
Text Example
White with #96EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EDF2; }
p { color: rgb(150,237,242); }
H1.HeaderClassName
{
color: #96EDF2;
}
.AnyTagClassName
{
color: #96EDF2;
}
</style>
background-color css
<style>
a { background-color: #96EDF2; }
a { background-color: rgb(150,237,242); }
div.DivClassName
{
background-color: #96EDF2;
}
.BgClassName
{
background-color: #96EDF2;
}
</style>
border-color css
<style>
span { border-color: #96EDF2; }
span { border-color: rgb(150,237,242); }
td.TdClassName
{
border-color: #96EDF2;
}
.TagClassName
{
border-color: #96EDF2;
}
</style>