#9AAAC6

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

Shades of Echo Blue #9AAAC6

Tints of Echo Blue #9AAAC6

Color information

#9AAAC6 (or 0x9AAAC6) is unknown color: approx Echo Blue. HEX triplet: 9A, AA and C6. RGB value is (154,170,198). Sum of RGB (Red+Green+Blue) = 154+170+198=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #9AAAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAAC6 is #655539. Grayscale: #A8A8A8. Windows color (decimal): -6640954 or 13019802. OLE color: 13019802.

HSL color Cylindrical-coordinate representation of color #9AAAC6: hue angle of 218.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AAAC6 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB154170198-
CMYK0.220.1400.22
HSL218.18º27.85%69.02%-
HSV(B)218.18º22.22%77.65%-
XYZ37.8939.759.09-
YUV168.41144.7117.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=29.50%
G=32.57%
B=37.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541701980.220.1400.22218.1827.8569.02
Hex9AAAC616E016da1c45
Octal232252306261602633234105
Binary10011010101010101100011010110111001011011011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,198); }

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

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

 a { background-color: rgb(154,170,198); }

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

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

 span { border-color: rgb(154,170,198); }

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