#9AAECD

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

Shades of Echo Blue #9AAECD

Tints of Echo Blue #9AAECD

Color information

#9AAECD (or 0x9AAECD) is unknown color: approx Echo Blue. HEX triplet: 9A, AE and CD. RGB value is (154,174,205). Sum of RGB (Red+Green+Blue) = 154+174+205=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAECD is #655132. Grayscale: #ABABAB. Windows color (decimal): -6639923 or 13479578. OLE color: 13479578.

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

Color convert

RGB154174205-
CMYK0.250.1500.20
HSL216.47º33.77%70.39%-
HSV(B)216.47º24.88%80.39%-
XYZ39.4841.5563.7-
YUV171.55146.87115.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.89%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=28.89%
G=32.65%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541742050.250.1500.20216.4733.7770.39
Hex9AAECD19F014d82246
Octal232256315311702433042106
Binary100110101010111011001101110011111010100110110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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