#97A6CD

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

Shades of Echo Blue #97A6CD

Tints of Echo Blue #97A6CD

Color information

#97A6CD (or 0x97A6CD) is unknown color: approx Echo Blue. HEX triplet: 97, A6 and CD. RGB value is (151,166,205). Sum of RGB (Red+Green+Blue) = 151+166+205=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #97A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A6CD is #685932. Grayscale: #A5A5A5. Windows color (decimal): -6838579 or 13477527. OLE color: 13477527.

HSL color Cylindrical-coordinate representation of color #97A6CD: hue angle of 223.33º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97A6CD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151166205-
CMYK0.260.1900.20
HSL223.33º35.06%69.8%-
HSV(B)223.33º26.34%80.39%-
XYZ37.4238.2663.17-
YUV165.96150.03117.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.93%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=28.93%
G=31.80%
B=39.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511662050.260.1900.20223.3335.0669.8
Hex97A6CD1A13014df2346
Octal227246315322302433743106
Binary1001011110100110110011011101010011010100110111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,166,205); }

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

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

 a { background-color: rgb(151,166,205); }

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

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

 span { border-color: rgb(151,166,205); }

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