#97EFEC

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

Shades of Blizzard Blue #97EFEC

Tints of Blizzard Blue #97EFEC

Color information

#97EFEC (or 0x97EFEC) is unknown color: approx Blizzard Blue. HEX triplet: 97, EF and EC. RGB value is (151,239,236). Sum of RGB (Red+Green+Blue) = 151+239+236=626 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.12% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EFEC is #681013. Grayscale: #D4D4D4. Windows color (decimal): -6819860 or 15527831. OLE color: 15527831.

HSL color Cylindrical-coordinate representation of color #97EFEC: hue angle of 177.95º 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 #97EFEC is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB151239236-
CMYK0.3700.010.06
HSL177.95º73.33%76.47%-
HSV(B)177.95º36.82%93.73%-
XYZ58.7774.3790.61-
YUV212.35141.3584.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.12%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=24.12%
G=38.18%
B=37.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512392360.3700.010.06177.9573.3376.47
Hex97EFEC25016b2494c
Octal22735735445016262111114
Binary100101111110111111101100100101011101011001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97EFEC; }

 p { color: rgb(151,239,236); }

 H1.HeaderClassName
 {
   color: #97EFEC;
 }
 .AnyTagClassName
 {
   color: #97EFEC;
 }
</style>
background-color css

<style>
 a { background-color: #97EFEC; }

 a { background-color: rgb(151,239,236); }

 div.DivClassName
 {
   background-color: #97EFEC;
 }
 .BgClassName
 {
   background-color: #97EFEC;
 }
</style>
border-color css

<style>
 span { border-color: #97EFEC; }

 span { border-color: rgb(151,239,236); }

 td.TdClassName
 {
   border-color: #97EFEC;
 }
 .TagClassName
 {
   border-color: #97EFEC;
 }
</style>