#9AACD1

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

Shades of Echo Blue #9AACD1

Tints of Echo Blue #9AACD1

Color information

#9AACD1 (or 0x9AACD1) is unknown color: approx Echo Blue. HEX triplet: 9A, AC and D1. RGB value is (154,172,209). Sum of RGB (Red+Green+Blue) = 154+172+209=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #9AACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACD1 is #65532E. Grayscale: #AAAAAA. Windows color (decimal): -6640431 or 13741210. OLE color: 13741210.

HSL color Cylindrical-coordinate representation of color #9AACD1: hue angle of 220.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AACD1 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB154172209-
CMYK0.260.1800.18
HSL220.36º37.41%71.18%-
HSV(B)220.36º26.32%81.96%-
XYZ39.5940.9866.14-
YUV170.84149.54115.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=28.79%
G=32.15%
B=39.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1541722090.260.1800.18220.3637.4171.18
Hex9AACD11A12012dc2547
Octal232254321322202233445107
Binary1001101010101100110100011101010010010010110111001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,172,209); }

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

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

 a { background-color: rgb(154,172,209); }

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

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

 span { border-color: rgb(154,172,209); }

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