#9AAFDA

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

Shades of Echo Blue #9AAFDA

Tints of Echo Blue #9AAFDA

Color information

#9AAFDA (or 0x9AAFDA) is unknown color: approx Echo Blue. HEX triplet: 9A, AF and DA. RGB value is (154,175,218). Sum of RGB (Red+Green+Blue) = 154+175+218=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFDA is #655025. Grayscale: #ADADAD. Windows color (decimal): -6639654 or 14331802. OLE color: 14331802.

HSL color Cylindrical-coordinate representation of color #9AAFDA: hue angle of 220.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AAFDA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154175218-
CMYK0.290.2000.15
HSL220.31º46.38%72.94%-
HSV(B)220.31º29.36%85.49%-
XYZ41.3142.5972.37-
YUV173.62153.04114-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.15%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=28.15%
G=31.99%
B=39.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541752180.290.2000.15220.3146.3872.94
Hex9AAFDA1D140Fdc2e49
Octal232257332352401733456111
Binary100110101010111111011010111011010001111110111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,218); }

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

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

 a { background-color: rgb(154,175,218); }

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

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

 span { border-color: rgb(154,175,218); }

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