Shades of Blizzard Blue #97EBE9
Tints of Blizzard Blue #97EBE9
RGB
CMYK
RGB Variations
Color information
#97EBE9 (or 0x97EBE9) is known color: Blizzard Blue. HEX triplet: 97, EB and E9. RGB value is (151,235,233). Sum of RGB (Red+Green+Blue) = 151+235+233=619 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.39% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EBE9 is #681416. Grayscale: #D1D1D1. Windows color (decimal): -6820887 or 15330199. OLE color: 15330199.
HSL color Cylindrical-coordinate representation of color #97EBE9: hue angle of 178.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBE9 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 235 | 233 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.08 |
| HSL | 178.57º | 0.68% | 0.76% | - |
| HSV(B) | 178.57º | 0.36% | 0.92% | - |
| XYZ | 57.18 | 71.88 | 87.95 | - |
| YUV | 209.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 235 | 233 | 0.36 | 0 | 0.01 | 0.08 | 178.57 | 0.68 | 0.76 |
| Hex | 97 | EB | E9 | 24 | 0 | 1 | 8 | B3 | 44 | 4C |
| Octal | 227 | 353 | 351 | 44 | 0 | 1 | 10 | 263 | 104 | 114 |
| Binary | 10010111 | 11101011 | 11101001 | 100100 | 0 | 1 | 1000 | 10110011 | 1000100 | 1001100 |
Color Harmonies of #97EBE9
Complementary color
Monochromatic Colors of #97EBE9
Black with #97EBE9
Text Example
Text Example
White with #97EBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EBE9; }
p { color: rgb(151,235,233); }
H1.HeaderClassName
{
color: #97EBE9;
}
.AnyTagClassName
{
color: #97EBE9;
}
</style>
background-color css
<style>
a { background-color: #97EBE9; }
a { background-color: rgb(151,235,233); }
div.DivClassName
{
background-color: #97EBE9;
}
.BgClassName
{
background-color: #97EBE9;
}
</style>
border-color css
<style>
span { border-color: #97EBE9; }
span { border-color: rgb(151,235,233); }
td.TdClassName
{
border-color: #97EBE9;
}
.TagClassName
{
border-color: #97EBE9;
}
</style>