#97ACD5

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

Shades of Echo Blue #97ACD5

Tints of Echo Blue #97ACD5

Color information

#97ACD5 (or 0x97ACD5) is unknown color: approx Echo Blue. HEX triplet: 97, AC and D5. RGB value is (151,172,213). Sum of RGB (Red+Green+Blue) = 151+172+213=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #97ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACD5 is #68532A. Grayscale: #AAAAAA. Windows color (decimal): -6837035 or 14003351. OLE color: 14003351.

HSL color Cylindrical-coordinate representation of color #97ACD5: hue angle of 219.68º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97ACD5 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151172213-
CMYK0.290.1900.16
HSL219.68º42.47%71.37%-
HSV(B)219.68º29.11%83.53%-
XYZ39.5340.8968.76-
YUV170.4152.04114.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.17%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=28.17%
G=32.09%
B=39.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511722130.290.1900.16219.6842.4771.37
Hex97ACD51D13010dc2a47
Octal227254325352302033452107
Binary1001011110101100110101011110110011010000110111001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,172,213); }

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

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

 a { background-color: rgb(151,172,213); }

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

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

 span { border-color: rgb(151,172,213); }

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