Html Css Color HEX #A1ADCD Echo Blue

📋 copy color: '#A1ADCD'

red 161 ◦ green 173 ◦ blue 205

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

Shades of Echo Blue #A1ADCD

Tints of Echo Blue #A1ADCD

RGB

 RED value IS 161 (63.28% from 255) = 29.87%

 GREEN value IS 173 (67.97% from 255) = 32.1%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 29.87%
G = 32.1%
B = 38.03%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1ADCD (or 0xA1ADCD) is known color: Echo Blue. HEX triplet: A1, AD and CD. RGB value is (161,173,205). Sum of RGB (Red+Green+Blue) = 161+173+205=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADCD is #5E5232. Grayscale: #ACACAC. Windows color (decimal): -6181427 or 13479329. OLE color: 13479329.

HSL color Cylindrical-coordinate representation of color #A1ADCD: hue angle of 223.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1ADCD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 173 205 -
CMYK 0.21 0.16 0 0.20
HSL 223.64º 0.31% 0.72% -
HSV(B) 223.64º 0.21% 0.8% -
XYZ 40.66 41.87 63.7 -
YUV 173.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 161 173 205 0.21 0.16 0 0.20 223.64 0.31 0.72
Hex A1 AD CD 15 10 0 14 E0 1F 48
Octal 241 255 315 25 20 0 24 340 37 110
Binary 10100001 10101101 11001101 10101 10000 0 10100 11100000 11111 1001000

Color Harmonies of #A1ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADCD

Black with #A1ADCD

Text Example


Text Example

White with #A1ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADCD; }

 p { color: rgb(161,173,205); }

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

background-color css

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

 a { background-color: rgb(161,173,205); }

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

border-color css

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

 span { border-color: rgb(161,173,205); }

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