#9AA4CD

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

Shades of Echo Blue #9AA4CD

Tints of Echo Blue #9AA4CD

Color information

#9AA4CD (or 0x9AA4CD) is unknown color: approx Echo Blue. HEX triplet: 9A, A4 and CD. RGB value is (154,164,205). Sum of RGB (Red+Green+Blue) = 154+164+205=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4CD is #655B32. Grayscale: #A5A5A5. Windows color (decimal): -6642483 or 13477018. OLE color: 13477018.

HSL color Cylindrical-coordinate representation of color #9AA4CD: hue angle of 228.24º 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 #9AA4CD is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154164205-
CMYK0.250.200.20
HSL228.24º33.77%70.39%-
HSV(B)228.24º24.88%80.39%-
XYZ37.6237.8363.08-
YUV165.68150.19119.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=29.45%
G=31.36%
B=39.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541642050.250.200.20228.2433.7770.39
Hex9AA4CD1914014e42246
Octal232244315312402434442106
Binary1001101010100100110011011100110100010100111001001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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