#97ACD4

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

Shades of Echo Blue #97ACD4

Tints of Echo Blue #97ACD4

Color information

#97ACD4 (or 0x97ACD4) is unknown color: approx Echo Blue. HEX triplet: 97, AC and D4. RGB value is (151,172,212). Sum of RGB (Red+Green+Blue) = 151+172+212=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #97ACD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACD4 is #68532B. Grayscale: #AAAAAA. Windows color (decimal): -6837036 or 13937815. OLE color: 13937815.

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

Color convert

RGB151172212-
CMYK0.290.1900.17
HSL219.34º41.5%71.18%-
HSV(B)219.34º28.77%83.14%-
XYZ39.440.8468.09-
YUV170.28151.54114.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.22%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=28.22%
G=32.15%
B=39.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1511722120.290.1900.17219.3441.571.18
Hex97ACD41D13011db2947
Octal227254324352302133351107
Binary1001011110101100110101001110110011010001110110111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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