Html Css Color HEX #A1ADDB Echo Blue

📋 copy color: '#A1ADDB'

red 161 ◦ green 173 ◦ blue 219

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

Shades of Echo Blue #A1ADDB

Tints of Echo Blue #A1ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 29.11%
G = 31.28%
B = 39.6%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1ADDB (or 0xA1ADDB) is known color: Echo Blue. HEX triplet: A1, AD and DB. RGB value is (161,173,219). Sum of RGB (Red+Green+Blue) = 161+173+219=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDB is #5E5224. Grayscale: #AEAEAE. Windows color (decimal): -6181413 or 14396833. OLE color: 14396833.

HSL color Cylindrical-coordinate representation of color #A1ADDB: hue angle of 227.59º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1ADDB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 173 219 -
CMYK 0.26 0.21 0 0.14
HSL 227.59º 0.45% 0.75% -
HSV(B) 227.59º 0.26% 0.86% -
XYZ 42.43 42.58 73 -
YUV 174.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 161 173 219 0.26 0.21 0 0.14 227.59 0.45 0.75
Hex A1 AD DB 1A 15 0 E E4 2D 4B
Octal 241 255 333 32 25 0 16 344 55 113
Binary 10100001 10101101 11011011 11010 10101 0 1110 11100100 101101 1001011

Color Harmonies of #A1ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADDB

Black with #A1ADDB

Text Example


Text Example

White with #A1ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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