#9AAACA

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

Shades of Echo Blue #9AAACA

Tints of Echo Blue #9AAACA

Color information

#9AAACA (or 0x9AAACA) is unknown color: approx Echo Blue. HEX triplet: 9A, AA and CA. RGB value is (154,170,202). Sum of RGB (Red+Green+Blue) = 154+170+202=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAACA is #655535. Grayscale: #A8A8A8. Windows color (decimal): -6640950 or 13281946. OLE color: 13281946.

HSL color Cylindrical-coordinate representation of color #9AAACA: hue angle of 220º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AAACA is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154170202-
CMYK0.240.1600.21
HSL220º31.17%69.8%-
HSV(B)220º23.76%79.22%-
XYZ38.3639.8861.55-
YUV168.86146.7117.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=29.28%
G=32.32%
B=38.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541702020.240.1600.2122031.1769.8
Hex9AAACA1810015dc1f46
Octal232252312302002533437106
Binary100110101010101011001010110001000001010111011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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