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