Shades of Blizzard Blue #97EAE8
Tints of Blizzard Blue #97EAE8
RGB
CMYK
RGB Variations
Color information
#97EAE8 (or 0x97EAE8) is known color: Blizzard Blue. HEX triplet: 97, EA and E8. RGB value is (151,234,232). Sum of RGB (Red+Green+Blue) = 151+234+232=617 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.47% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #97EAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EAE8 is #681517. Grayscale: #D0D0D0. Windows color (decimal): -6821144 or 15264407. OLE color: 15264407.
HSL color Cylindrical-coordinate representation of color #97EAE8: hue angle of 178.55º 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 #97EAE8 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 234 | 232 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.08 |
| HSL | 178.55º | 0.66% | 0.75% | - |
| HSV(B) | 178.55º | 0.35% | 0.92% | - |
| XYZ | 56.75 | 71.25 | 87.11 | - |
| YUV | 208.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 234 | 232 | 0.35 | 0 | 0.01 | 0.08 | 178.55 | 0.66 | 0.75 |
| Hex | 97 | EA | E8 | 23 | 0 | 1 | 8 | B3 | 42 | 4B |
| Octal | 227 | 352 | 350 | 43 | 0 | 1 | 10 | 263 | 102 | 113 |
| Binary | 10010111 | 11101010 | 11101000 | 100011 | 0 | 1 | 1000 | 10110011 | 1000010 | 1001011 |
Color Harmonies of #97EAE8
Complementary color
Monochromatic Colors of #97EAE8
Black with #97EAE8
Text Example
Text Example
White with #97EAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EAE8; }
p { color: rgb(151,234,232); }
H1.HeaderClassName
{
color: #97EAE8;
}
.AnyTagClassName
{
color: #97EAE8;
}
</style>
background-color css
<style>
a { background-color: #97EAE8; }
a { background-color: rgb(151,234,232); }
div.DivClassName
{
background-color: #97EAE8;
}
.BgClassName
{
background-color: #97EAE8;
}
</style>
border-color css
<style>
span { border-color: #97EAE8; }
span { border-color: rgb(151,234,232); }
td.TdClassName
{
border-color: #97EAE8;
}
.TagClassName
{
border-color: #97EAE8;
}
</style>