Shades of Blizzard Blue #97E9E0
Tints of Blizzard Blue #97E9E0
RGB
CMYK
RGB Variations
Color information
#97E9E0 (or 0x97E9E0) is known color: Blizzard Blue. HEX triplet: 97, E9 and E0. RGB value is (151,233,224). Sum of RGB (Red+Green+Blue) = 151+233+224=608 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.84% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #97E9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E9E0 is #68161F. Grayscale: #CFCFCF. Windows color (decimal): -6821408 or 14739863. OLE color: 14739863.
HSL color Cylindrical-coordinate representation of color #97E9E0: hue angle of 173.41º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97E9E0 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 233 | 224 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.09 |
| HSL | 173.41º | 0.65% | 0.75% | - |
| HSV(B) | 173.41º | 0.35% | 0.91% | - |
| XYZ | 55.36 | 70.24 | 81.16 | - |
| YUV | 207.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 233 | 224 | 0.35 | 0 | 0.04 | 0.09 | 173.41 | 0.65 | 0.75 |
| Hex | 97 | E9 | E0 | 23 | 0 | 4 | 9 | AD | 41 | 4B |
| Octal | 227 | 351 | 340 | 43 | 0 | 4 | 11 | 255 | 101 | 113 |
| Binary | 10010111 | 11101001 | 11100000 | 100011 | 0 | 100 | 1001 | 10101101 | 1000001 | 1001011 |
Color Harmonies of #97E9E0
Complementary color
Monochromatic Colors of #97E9E0
Black with #97E9E0
Text Example
Text Example
White with #97E9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E9E0; }
p { color: rgb(151,233,224); }
H1.HeaderClassName
{
color: #97E9E0;
}
.AnyTagClassName
{
color: #97E9E0;
}
</style>
background-color css
<style>
a { background-color: #97E9E0; }
a { background-color: rgb(151,233,224); }
div.DivClassName
{
background-color: #97E9E0;
}
.BgClassName
{
background-color: #97E9E0;
}
</style>
border-color css
<style>
span { border-color: #97E9E0; }
span { border-color: rgb(151,233,224); }
td.TdClassName
{
border-color: #97E9E0;
}
.TagClassName
{
border-color: #97E9E0;
}
</style>