#97DCEC

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

Shades of Blizzard Blue #97DCEC

Tints of Blizzard Blue #97DCEC

Color information

#97DCEC (or 0x97DCEC) is unknown color: approx Blizzard Blue. HEX triplet: 97, DC and EC. RGB value is (151,220,236). Sum of RGB (Red+Green+Blue) = 151+220+236=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #97DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DCEC is #682313. Grayscale: #C9C9C9. Windows color (decimal): -6824724 or 15522967. OLE color: 15522967.

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

Color convert

RGB151220236-
CMYK0.360.0700.07
HSL191.29º69.11%75.88%-
HSV(B)191.29º36.02%92.55%-
XYZ53.563.8288.86-
YUV201.19147.6492.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.88%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=24.88%
G=36.24%
B=38.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512202360.360.0700.07191.2969.1175.88
Hex97DCEC24707bf454c
Octal22733435444707277105114
Binary10010111110111001110110010010011101111011111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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