Shades of Blizzard Blue #97ECE3
Tints of Blizzard Blue #97ECE3
RGB
CMYK
RGB Variations
Color information
#97ECE3 (or 0x97ECE3) is known color: Blizzard Blue. HEX triplet: 97, EC and E3. RGB value is (151,236,227). Sum of RGB (Red+Green+Blue) = 151+236+227=614 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.59% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #97ECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97ECE3 is #68131C. Grayscale: #D1D1D1. Windows color (decimal): -6820637 or 14937239. OLE color: 14937239.
HSL color Cylindrical-coordinate representation of color #97ECE3: hue angle of 173.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97ECE3 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 151 | 236 | 227 | - |
CMYK | 0.36 | 0 | 0.04 | 0.07 |
HSL | 173.65º | 0.69% | 0.76% | - |
HSV(B) | 173.65º | 0.36% | 0.93% | - |
XYZ | 56.62 | 72.12 | 83.61 | - |
YUV | 209.56 | 137.84 | 86.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 236 | 227 | 0.36 | 0 | 0.04 | 0.07 | 173.65 | 0.69 | 0.76 |
Hex | 97 | EC | E3 | 24 | 0 | 4 | 7 | AE | 45 | 4C |
Octal | 227 | 354 | 343 | 44 | 0 | 4 | 7 | 256 | 105 | 114 |
Binary | 10010111 | 11101100 | 11100011 | 100100 | 0 | 100 | 111 | 10101110 | 1000101 | 1001100 |
Color Harmonies of #97ECE3
Complementary color
Monochromatic Colors of #97ECE3
Black with #97ECE3
Text Example
Text Example
White with #97ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ECE3; }
p { color: rgb(151,236,227); }
H1.HeaderClassName
{
color: #97ECE3;
}
.AnyTagClassName
{
color: #97ECE3;
}
</style>
background-color css
<style>
a { background-color: #97ECE3; }
a { background-color: rgb(151,236,227); }
div.DivClassName
{
background-color: #97ECE3;
}
.BgClassName
{
background-color: #97ECE3;
}
</style>
border-color css
<style>
span { border-color: #97ECE3; }
span { border-color: rgb(151,236,227); }
td.TdClassName
{
border-color: #97ECE3;
}
.TagClassName
{
border-color: #97ECE3;
}
</style>