Html Css Color HEX #A8AEDA Echo Blue

📋 copy color: '#A8AEDA'

red 168 ◦ green 174 ◦ blue 218

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

Shades of Echo Blue #A8AEDA

Tints of Echo Blue #A8AEDA

RGB

 RED value IS 168 (66.02% from 255) = 30%

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

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

R = 30%
G = 31.07%
B = 38.93%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8AEDA (or 0xA8AEDA) is known color: Echo Blue. HEX triplet: A8, AE and DA. RGB value is (168,174,218). Sum of RGB (Red+Green+Blue) = 168+174+218=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEDA is #575125. Grayscale: #B1B1B1. Windows color (decimal): -5722406 or 14331560. OLE color: 14331560.

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

Color convert

RGB 168 174 218 -
CMYK 0.23 0.20 0 0.15
HSL 232.8º 0.4% 0.76% -
HSV(B) 232.8º 0.23% 0.85% -
XYZ 43.94 43.66 72.44 -
YUV 177.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 168 174 218 0.23 0.20 0 0.15 232.8 0.4 0.76
Hex A8 AE DA 17 14 0 F E9 28 4C
Octal 250 256 332 27 24 0 17 351 50 114
Binary 10101000 10101110 11011010 10111 10100 0 1111 11101001 101000 1001100

Color Harmonies of #A8AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AEDA

Black with #A8AEDA

Text Example


Text Example

White with #A8AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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