#97DDEC

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

Shades of Blizzard Blue #97DDEC

Tints of Blizzard Blue #97DDEC

Color information

#97DDEC (or 0x97DDEC) is unknown color: approx Blizzard Blue. HEX triplet: 97, DD and EC. RGB value is (151,221,236). Sum of RGB (Red+Green+Blue) = 151+221+236=608 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.84% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #97DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DDEC is #682213. Grayscale: #C9C9C9. Windows color (decimal): -6824468 or 15523223. OLE color: 15523223.

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

Color convert

RGB151221236-
CMYK0.360.0600.07
HSL190.59º69.11%75.88%-
HSV(B)190.59º36.02%92.55%-
XYZ53.7664.3588.94-
YUV201.78147.3191.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.84%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=24.84%
G=36.35%
B=38.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512212360.360.0600.07190.5969.1175.88
Hex97DDEC24607bf454c
Octal22733535444607277105114
Binary10010111110111011110110010010011001111011111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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