#9AA9CE

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

Shades of Echo Blue #9AA9CE

Tints of Echo Blue #9AA9CE

Color information

#9AA9CE (or 0x9AA9CE) is unknown color: approx Echo Blue. HEX triplet: 9A, A9 and CE. RGB value is (154,169,206). Sum of RGB (Red+Green+Blue) = 154+169+206=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #9AA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA9CE is #655631. Grayscale: #A8A8A8. Windows color (decimal): -6641202 or 13543834. OLE color: 13543834.

HSL color Cylindrical-coordinate representation of color #9AA9CE: hue angle of 222.69º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AA9CE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154169206-
CMYK0.250.1800.19
HSL222.69º34.67%70.59%-
HSV(B)222.69º25.24%80.78%-
XYZ38.6539.764.02-
YUV168.73149.03117.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=29.11%
G=31.95%
B=38.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541692060.250.1800.19222.6934.6770.59
Hex9AA9CE1912013df2347
Octal232251316312202333743107
Binary1001101010101001110011101100110010010011110111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,206); }

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

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

 a { background-color: rgb(154,169,206); }

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

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

 span { border-color: rgb(154,169,206); }

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