#9AAACC

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

Shades of Echo Blue #9AAACC

Tints of Echo Blue #9AAACC

Color information

#9AAACC (or 0x9AAACC) is unknown color: approx Echo Blue. HEX triplet: 9A, AA and CC. RGB value is (154,170,204). Sum of RGB (Red+Green+Blue) = 154+170+204=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAACC is #655533. Grayscale: #A8A8A8. Windows color (decimal): -6640948 or 13413018. OLE color: 13413018.

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

Color convert

RGB154170204-
CMYK0.250.1700.2
HSL220.8º32.89%70.2%-
HSV(B)220.8º24.51%80%-
XYZ38.639.9862.81-
YUV169.09147.7117.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=29.17%
G=32.20%
B=38.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541702040.250.1700.2220.832.8970.2
Hex9AAACC1911014dd2146
Octal232252314312102433541106
Binary1001101010101010110011001100110001010100110111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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