Html Css Color HEX #A9AEDA Echo Blue

📋 copy color: '#A9AEDA'

red 169 ◦ green 174 ◦ blue 218

#A9AEDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #A9AEDA

Tints of Echo Blue #A9AEDA

RGB

 RED value IS 169 (66.41% from 255) = 30.12%

 GREEN value IS 174 (68.36% from 255) = 31.02%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 30.12%
G = 31.02%
B = 38.86%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9AEDA (or 0xA9AEDA) is known color: Echo Blue. HEX triplet: A9, AE and DA. RGB value is (169,174,218). Sum of RGB (Red+Green+Blue) = 169+174+218=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDA is #565125. Grayscale: #B1B1B1. Windows color (decimal): -5656870 or 14331561. OLE color: 14331561.

HSL color Cylindrical-coordinate representation of color #A9AEDA: hue angle of 233.88º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9AEDA is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 174 218 -
CMYK 0.22 0.20 0 0.15
HSL 233.88º 0.4% 0.76% -
HSV(B) 233.88º 0.22% 0.85% -
XYZ 44.15 43.77 72.45 -
YUV 177.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 169 174 218 0.22 0.20 0 0.15 233.88 0.4 0.76
Hex A9 AE DA 16 14 0 F EA 28 4C
Octal 251 256 332 26 24 0 17 352 50 114
Binary 10101001 10101110 11011010 10110 10100 0 1111 11101010 101000 1001100

Color Harmonies of #A9AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AEDA

Black with #A9AEDA

Text Example


Text Example

White with #A9AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AEDA; }

 p { color: rgb(169,174,218); }

 H1.HeaderClassName
 {
   color: #A9AEDA;
 }
 .AnyTagClassName
 {
   color: #A9AEDA;
 }
</style>

background-color css

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

 a { background-color: rgb(169,174,218); }

 div.DivClassName
 {
   background-color: #A9AEDA;
 }
 .BgClassName
 {
   background-color: #A9AEDA;
 }
</style>

border-color css

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

 span { border-color: rgb(169,174,218); }

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