Shades of Blizzard Blue #97EAE5
Tints of Blizzard Blue #97EAE5
RGB
CMYK
RGB Variations
Color information
#97EAE5 (or 0x97EAE5) is known color: Blizzard Blue. HEX triplet: 97, EA and E5. RGB value is (151,234,229). Sum of RGB (Red+Green+Blue) = 151+234+229=614 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.59% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #97EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EAE5 is #68151A. Grayscale: #D0D0D0. Windows color (decimal): -6821147 or 15067799. OLE color: 15067799.
HSL color Cylindrical-coordinate representation of color #97EAE5: hue angle of 176.39º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97EAE5 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 234 | 229 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.08 |
| HSL | 176.39º | 0.66% | 0.75% | - |
| HSV(B) | 176.39º | 0.35% | 0.92% | - |
| XYZ | 56.33 | 71.08 | 84.88 | - |
| YUV | 208.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 234 | 229 | 0.35 | 0 | 0.02 | 0.08 | 176.39 | 0.66 | 0.75 |
| Hex | 97 | EA | E5 | 23 | 0 | 2 | 8 | B0 | 42 | 4B |
| Octal | 227 | 352 | 345 | 43 | 0 | 2 | 10 | 260 | 102 | 113 |
| Binary | 10010111 | 11101010 | 11100101 | 100011 | 0 | 10 | 1000 | 10110000 | 1000010 | 1001011 |
Color Harmonies of #97EAE5
Complementary color
Monochromatic Colors of #97EAE5
Black with #97EAE5
Text Example
Text Example
White with #97EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EAE5; }
p { color: rgb(151,234,229); }
H1.HeaderClassName
{
color: #97EAE5;
}
.AnyTagClassName
{
color: #97EAE5;
}
</style>
background-color css
<style>
a { background-color: #97EAE5; }
a { background-color: rgb(151,234,229); }
div.DivClassName
{
background-color: #97EAE5;
}
.BgClassName
{
background-color: #97EAE5;
}
</style>
border-color css
<style>
span { border-color: #97EAE5; }
span { border-color: rgb(151,234,229); }
td.TdClassName
{
border-color: #97EAE5;
}
.TagClassName
{
border-color: #97EAE5;
}
</style>