Html Css Color HEX #A5ADCD Echo Blue

📋 copy color: '#A5ADCD'

red 165 ◦ green 173 ◦ blue 205

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

Shades of Echo Blue #A5ADCD

Tints of Echo Blue #A5ADCD

RGB

 RED value IS 165 (64.84% from 255) = 30.39%

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

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

R = 30.39%
G = 31.86%
B = 37.75%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5ADCD (or 0xA5ADCD) is known color: Echo Blue. HEX triplet: A5, AD and CD. RGB value is (165,173,205). Sum of RGB (Red+Green+Blue) = 165+173+205=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADCD is #5A5232. Grayscale: #AEAEAE. Windows color (decimal): -5919283 or 13479333. OLE color: 13479333.

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

Color convert

RGB 165 173 205 -
CMYK 0.20 0.16 0 0.20
HSL 228º 0.29% 0.73% -
HSV(B) 228º 0.2% 0.8% -
XYZ 41.48 42.29 63.73 -
YUV 174.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 165 173 205 0.20 0.16 0 0.20 228 0.29 0.73
Hex A5 AD CD 14 10 0 14 E4 1D 49
Octal 245 255 315 24 20 0 24 344 35 111
Binary 10100101 10101101 11001101 10100 10000 0 10100 11100100 11101 1001001

Color Harmonies of #A5ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADCD

Black with #A5ADCD

Text Example


Text Example

White with #A5ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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