#9AA5CD

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

Shades of Echo Blue #9AA5CD

Tints of Echo Blue #9AA5CD

Color information

#9AA5CD (or 0x9AA5CD) is unknown color: approx Echo Blue. HEX triplet: 9A, A5 and CD. RGB value is (154,165,205). Sum of RGB (Red+Green+Blue) = 154+165+205=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AA5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5CD is #655A32. Grayscale: #A6A6A6. Windows color (decimal): -6642227 or 13477274. OLE color: 13477274.

HSL color Cylindrical-coordinate representation of color #9AA5CD: hue angle of 227.06º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AA5CD is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154165205-
CMYK0.250.2000.20
HSL227.06º33.77%70.39%-
HSV(B)227.06º24.88%80.39%-
XYZ37.838.1963.14-
YUV166.27149.86119.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.39%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=29.39%
G=31.49%
B=39.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541652050.250.2000.20227.0633.7770.39
Hex9AA5CD1914014e32246
Octal232245315312402434342106
Binary1001101010100101110011011100110100010100111000111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA5CD; }

 p { color: rgb(154,165,205); }

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

<style>
 a { background-color: #9AA5CD; }

 a { background-color: rgb(154,165,205); }

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

<style>
 span { border-color: #9AA5CD; }

 span { border-color: rgb(154,165,205); }

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