Shades of Blizzard Blue #97EBEF
Tints of Blizzard Blue #97EBEF
RGB
CMYK
RGB Variations
Color information
#97EBEF (or 0x97EBEF) is known color: Blizzard Blue. HEX triplet: 97, EB and EF. RGB value is (151,235,239). Sum of RGB (Red+Green+Blue) = 151+235+239=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #97EBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EBEF is #681410. Grayscale: #D2D2D2. Windows color (decimal): -6820881 or 15723415. OLE color: 15723415.
HSL color Cylindrical-coordinate representation of color #97EBEF: hue angle of 182.73º 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 #97EBEF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 235 | 239 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.06 |
| HSL | 182.73º | 0.73% | 0.76% | - |
| HSV(B) | 182.73º | 0.37% | 0.94% | - |
| XYZ | 58.05 | 72.23 | 92.54 | - |
| YUV | 210.34 | 144.17 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 235 | 239 | 0.37 | 0.02 | 0 | 0.06 | 182.73 | 0.73 | 0.76 |
| Hex | 97 | EB | EF | 25 | 2 | 0 | 6 | B7 | 49 | 4C |
| Octal | 227 | 353 | 357 | 45 | 2 | 0 | 6 | 267 | 111 | 114 |
| Binary | 10010111 | 11101011 | 11101111 | 100101 | 10 | 0 | 110 | 10110111 | 1001001 | 1001100 |
Color Harmonies of #97EBEF
Complementary color
Monochromatic Colors of #97EBEF
Black with #97EBEF
Text Example
Text Example
White with #97EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EBEF; }
p { color: rgb(151,235,239); }
H1.HeaderClassName
{
color: #97EBEF;
}
.AnyTagClassName
{
color: #97EBEF;
}
</style>
background-color css
<style>
a { background-color: #97EBEF; }
a { background-color: rgb(151,235,239); }
div.DivClassName
{
background-color: #97EBEF;
}
.BgClassName
{
background-color: #97EBEF;
}
</style>
border-color css
<style>
span { border-color: #97EBEF; }
span { border-color: rgb(151,235,239); }
td.TdClassName
{
border-color: #97EBEF;
}
.TagClassName
{
border-color: #97EBEF;
}
</style>