Shades of Blizzard Blue #97E4EF
Tints of Blizzard Blue #97E4EF
RGB
CMYK
RGB Variations
Color information
#97E4EF (or 0x97E4EF) is known color: Blizzard Blue. HEX triplet: 97, E4 and EF. RGB value is (151,228,239). Sum of RGB (Red+Green+Blue) = 151+228+239=618 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.43% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #97E4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E4EF is #681B10. Grayscale: #CECECE. Windows color (decimal): -6822673 or 15721623. OLE color: 15721623.
HSL color Cylindrical-coordinate representation of color #97E4EF: hue angle of 187.5º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97E4EF is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 228 | 239 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.06 |
| HSL | 187.5º | 0.73% | 0.76% | - |
| HSV(B) | 187.5º | 0.37% | 0.94% | - |
| XYZ | 56.09 | 68.3 | 91.89 | - |
| YUV | 206.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 228 | 239 | 0.37 | 0.05 | 0 | 0.06 | 187.5 | 0.73 | 0.76 |
| Hex | 97 | E4 | EF | 25 | 5 | 0 | 6 | BC | 49 | 4C |
| Octal | 227 | 344 | 357 | 45 | 5 | 0 | 6 | 274 | 111 | 114 |
| Binary | 10010111 | 11100100 | 11101111 | 100101 | 101 | 0 | 110 | 10111100 | 1001001 | 1001100 |
Color Harmonies of #97E4EF
Complementary color
Monochromatic Colors of #97E4EF
Black with #97E4EF
Text Example
Text Example
White with #97E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E4EF; }
p { color: rgb(151,228,239); }
H1.HeaderClassName
{
color: #97E4EF;
}
.AnyTagClassName
{
color: #97E4EF;
}
</style>
background-color css
<style>
a { background-color: #97E4EF; }
a { background-color: rgb(151,228,239); }
div.DivClassName
{
background-color: #97E4EF;
}
.BgClassName
{
background-color: #97E4EF;
}
</style>
border-color css
<style>
span { border-color: #97E4EF; }
span { border-color: rgb(151,228,239); }
td.TdClassName
{
border-color: #97E4EF;
}
.TagClassName
{
border-color: #97E4EF;
}
</style>