Shades of Blizzard Blue #97E1F3
Tints of Blizzard Blue #97E1F3
RGB
CMYK
RGB Variations
Color information
#97E1F3 (or 0x97E1F3) is known color: Blizzard Blue. HEX triplet: 97, E1 and F3. RGB value is (151,225,243). Sum of RGB (Red+Green+Blue) = 151+225+243=619 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.39% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #97E1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E1F3 is #681E0C. Grayscale: #CCCCCC. Windows color (decimal): -6823437 or 15982999. OLE color: 15982999.
HSL color Cylindrical-coordinate representation of color #97E1F3: hue angle of 191.74º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97E1F3 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 225 | 243 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.05 |
| HSL | 191.74º | 0.79% | 0.77% | - |
| HSV(B) | 191.74º | 0.38% | 0.95% | - |
| XYZ | 55.87 | 66.9 | 94.76 | - |
| YUV | 204.93 | 149.48 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 243 | 0.38 | 0.07 | 0 | 0.05 | 191.74 | 0.79 | 0.77 |
| Hex | 97 | E1 | F3 | 26 | 7 | 0 | 5 | C0 | 4F | 4D |
| Octal | 227 | 341 | 363 | 46 | 7 | 0 | 5 | 300 | 117 | 115 |
| Binary | 10010111 | 11100001 | 11110011 | 100110 | 111 | 0 | 101 | 11000000 | 1001111 | 1001101 |
Color Harmonies of #97E1F3
Complementary color
Monochromatic Colors of #97E1F3
Black with #97E1F3
Text Example
Text Example
White with #97E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E1F3; }
p { color: rgb(151,225,243); }
H1.HeaderClassName
{
color: #97E1F3;
}
.AnyTagClassName
{
color: #97E1F3;
}
</style>
background-color css
<style>
a { background-color: #97E1F3; }
a { background-color: rgb(151,225,243); }
div.DivClassName
{
background-color: #97E1F3;
}
.BgClassName
{
background-color: #97E1F3;
}
</style>
border-color css
<style>
span { border-color: #97E1F3; }
span { border-color: rgb(151,225,243); }
td.TdClassName
{
border-color: #97E1F3;
}
.TagClassName
{
border-color: #97E1F3;
}
</style>