#9AA7DC

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

Shades of Echo Blue #9AA7DC

Tints of Echo Blue #9AA7DC

Color information

#9AA7DC (or 0x9AA7DC) is unknown color: approx Echo Blue. HEX triplet: 9A, A7 and DC. RGB value is (154,167,220). Sum of RGB (Red+Green+Blue) = 154+167+220=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA7DC is #655823. Grayscale: #A8A8A8. Windows color (decimal): -6641700 or 14460826. OLE color: 14460826.

HSL color Cylindrical-coordinate representation of color #9AA7DC: hue angle of 228.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA7DC is Cyan = 0.3, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154167220-
CMYK0.30.2400.14
HSL228.18º48.53%73.33%-
HSV(B)228.18º30%86.27%-
XYZ40.0639.6773.26-
YUV169.16156.69117.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.47%
GREEN value IS 167 (65.62% from 255) = 30.87%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=28.47%
G=30.87%
B=40.67%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541672200.30.2400.14228.1848.5373.33
Hex9AA7DC1E180Ee43149
Octal232247334363001634461111
Binary100110101010011111011100111101100001110111001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,167,220); }

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

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

 a { background-color: rgb(154,167,220); }

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

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

 span { border-color: rgb(154,167,220); }

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