Shades of Blizzard Blue #96F5F4
Tints of Blizzard Blue #96F5F4
RGB
CMYK
RGB Variations
Color information
#96F5F4 (or 0x96F5F4) is known color: Blizzard Blue. HEX triplet: 96, F5 and F4. RGB value is (150,245,244). Sum of RGB (Red+Green+Blue) = 150+245+244=639 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.47% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F5F4 is #690A0B. Grayscale: #D8D8D8. Windows color (decimal): -6883852 or 16053654. OLE color: 16053654.
HSL color Cylindrical-coordinate representation of color #96F5F4: hue angle of 179.37º degrees, saturation: 0.83, 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 #96F5F4 is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 244 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.04 |
| HSL | 179.37º | 0.83% | 0.77% | - |
| HSV(B) | 179.37º | 0.39% | 0.96% | - |
| XYZ | 61.56 | 78.32 | 97.46 | - |
| YUV | 216.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 244 | 0.39 | 0 | 0.00 | 0.04 | 179.37 | 0.83 | 0.77 |
| Hex | 96 | F5 | F4 | 27 | 0 | 0 | 4 | B3 | 53 | 4D |
| Octal | 226 | 365 | 364 | 47 | 0 | 0 | 4 | 263 | 123 | 115 |
| Binary | 10010110 | 11110101 | 11110100 | 100111 | 0 | 0 | 100 | 10110011 | 1010011 | 1001101 |
Color Harmonies of #96F5F4
Complementary color
Monochromatic Colors of #96F5F4
Black with #96F5F4
Text Example
Text Example
White with #96F5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5F4; }
p { color: rgb(150,245,244); }
H1.HeaderClassName
{
color: #96F5F4;
}
.AnyTagClassName
{
color: #96F5F4;
}
</style>
background-color css
<style>
a { background-color: #96F5F4; }
a { background-color: rgb(150,245,244); }
div.DivClassName
{
background-color: #96F5F4;
}
.BgClassName
{
background-color: #96F5F4;
}
</style>
border-color css
<style>
span { border-color: #96F5F4; }
span { border-color: rgb(150,245,244); }
td.TdClassName
{
border-color: #96F5F4;
}
.TagClassName
{
border-color: #96F5F4;
}
</style>