Html Css Color HEX #A0ACDE Echo Blue

📋 copy color: '#A0ACDE'

red 160 ◦ green 172 ◦ blue 222

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

Shades of Echo Blue #A0ACDE

Tints of Echo Blue #A0ACDE

RGB

 RED value IS 160 (62.89% from 255) = 28.88%

 GREEN value IS 172 (67.58% from 255) = 31.05%

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 28.88%
G = 31.05%
B = 40.07%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0ACDE (or 0xA0ACDE) is known color: Echo Blue. HEX triplet: A0, AC and DE. RGB value is (160,172,222). Sum of RGB (Red+Green+Blue) = 160+172+222=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDE is #5F5321. Grayscale: #ADADAD. Windows color (decimal): -6247202 or 14593184. OLE color: 14593184.

HSL color Cylindrical-coordinate representation of color #A0ACDE: hue angle of 228.39º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0ACDE is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 172 222 -
CMYK 0.28 0.23 0 0.13
HSL 228.39º 0.48% 0.75% -
HSV(B) 228.39º 0.28% 0.87% -
XYZ 42.43 42.25 75.03 -
YUV 174.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 160 172 222 0.28 0.23 0 0.13 228.39 0.48 0.75
Hex A0 AC DE 1C 17 0 D E4 30 4B
Octal 240 254 336 34 27 0 15 344 60 113
Binary 10100000 10101100 11011110 11100 10111 0 1101 11100100 110000 1001011

Color Harmonies of #A0ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ACDE

Black with #A0ACDE

Text Example


Text Example

White with #A0ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ACDE; }

 p { color: rgb(160,172,222); }

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

background-color css

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

 a { background-color: rgb(160,172,222); }

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

border-color css

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

 span { border-color: rgb(160,172,222); }

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