#9AAAC8

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

Shades of Echo Blue #9AAAC8

Tints of Echo Blue #9AAAC8

Color information

#9AAAC8 (or 0x9AAAC8) is unknown color: approx Echo Blue. HEX triplet: 9A, AA and C8. RGB value is (154,170,200). Sum of RGB (Red+Green+Blue) = 154+170+200=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #9AAAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAAC8 is #655537. Grayscale: #A8A8A8. Windows color (decimal): -6640952 or 13150874. OLE color: 13150874.

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

Color convert

RGB154170200-
CMYK0.230.1500.22
HSL219.13º29.49%69.41%-
HSV(B)219.13º23%78.43%-
XYZ38.1339.7960.31-
YUV168.64145.7117.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.39%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=29.39%
G=32.44%
B=38.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541702000.230.1500.22219.1329.4969.41
Hex9AAAC817F016db1d45
Octal232252310271702633335105
Binary10011010101010101100100010111111101011011011011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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