Shades of Blizzard Blue #96E7F4
Tints of Blizzard Blue #96E7F4
RGB
CMYK
RGB Variations
Color information
#96E7F4 (or 0x96E7F4) is known color: Blizzard Blue. HEX triplet: 96, E7 and F4. RGB value is (150,231,244). Sum of RGB (Red+Green+Blue) = 150+231+244=625 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #96E7F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E7F4 is #69180B. Grayscale: #D0D0D0. Windows color (decimal): -6887436 or 16050070. OLE color: 16050070.
HSL color Cylindrical-coordinate representation of color #96E7F4: hue angle of 188.3º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96E7F4 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 231 | 244 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.04 |
| HSL | 188.3º | 0.81% | 0.77% | - |
| HSV(B) | 188.3º | 0.39% | 0.96% | - |
| XYZ | 57.48 | 70.17 | 96.1 | - |
| YUV | 208.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 244 | 0.39 | 0.05 | 0 | 0.04 | 188.3 | 0.81 | 0.77 |
| Hex | 96 | E7 | F4 | 27 | 5 | 0 | 4 | BC | 51 | 4D |
| Octal | 226 | 347 | 364 | 47 | 5 | 0 | 4 | 274 | 121 | 115 |
| Binary | 10010110 | 11100111 | 11110100 | 100111 | 101 | 0 | 100 | 10111100 | 1010001 | 1001101 |
Color Harmonies of #96E7F4
Complementary color
Monochromatic Colors of #96E7F4
Black with #96E7F4
Text Example
Text Example
White with #96E7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7F4; }
p { color: rgb(150,231,244); }
H1.HeaderClassName
{
color: #96E7F4;
}
.AnyTagClassName
{
color: #96E7F4;
}
</style>
background-color css
<style>
a { background-color: #96E7F4; }
a { background-color: rgb(150,231,244); }
div.DivClassName
{
background-color: #96E7F4;
}
.BgClassName
{
background-color: #96E7F4;
}
</style>
border-color css
<style>
span { border-color: #96E7F4; }
span { border-color: rgb(150,231,244); }
td.TdClassName
{
border-color: #96E7F4;
}
.TagClassName
{
border-color: #96E7F4;
}
</style>