#97ADDC

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

Shades of Echo Blue #97ADDC

Tints of Echo Blue #97ADDC

Color information

#97ADDC (or 0x97ADDC) is unknown color: approx Echo Blue. HEX triplet: 97, AD and DC. RGB value is (151,173,220). Sum of RGB (Red+Green+Blue) = 151+173+220=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #97ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADDC is #685223. Grayscale: #ABABAB. Windows color (decimal): -6836772 or 14462359. OLE color: 14462359.

HSL color Cylindrical-coordinate representation of color #97ADDC: hue angle of 220.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97ADDC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151173220-
CMYK0.310.2100.14
HSL220.87º49.64%72.75%-
HSV(B)220.87º31.36%86.27%-
XYZ40.6241.6373.61-
YUV171.78155.21113.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.76%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=27.76%
G=31.80%
B=40.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511732200.310.2100.14220.8749.6472.75
Hex97ADDC1F150Edd3249
Octal227255334372501633562111
Binary100101111010110111011100111111010101110110111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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