#97ECE3

Color #97ECE3 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #97ECE3

Tints of Blizzard Blue #97ECE3

Color information

#97ECE3 (or 0x97ECE3) is unknown color: approx 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

RGB151236227-
CMYK0.3600.040.07
HSL173.65º69.11%75.88%-
HSV(B)173.65º36.02%92.55%-
XYZ56.6272.1283.61-
YUV209.56137.8486.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 24.59%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=24.59%
G=38.44%
B=36.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512362270.3600.040.07173.6569.1175.88
Hex97ECE324047ae454c
Octal22735434344047256105114
Binary10010111111011001110001110010001001111010111010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>