Html Css Color HEX #A1ADDD Echo Blue

📋 copy color: '#A1ADDD'

red 161 ◦ green 173 ◦ blue 221

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

Shades of Echo Blue #A1ADDD

Tints of Echo Blue #A1ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 29.01%
G = 31.17%
B = 39.82%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1ADDD (or 0xA1ADDD) is known color: Echo Blue. HEX triplet: A1, AD and DD. RGB value is (161,173,221). Sum of RGB (Red+Green+Blue) = 161+173+221=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDD is #5E5222. Grayscale: #AEAEAE. Windows color (decimal): -6181411 or 14527905. OLE color: 14527905.

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

Color convert

RGB 161 173 221 -
CMYK 0.27 0.22 0 0.13
HSL 228º 0.47% 0.75% -
HSV(B) 228º 0.27% 0.87% -
XYZ 42.69 42.68 74.4 -
YUV 174.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 161 173 221 0.27 0.22 0 0.13 228 0.47 0.75
Hex A1 AD DD 1B 16 0 D E4 2F 4B
Octal 241 255 335 33 26 0 15 344 57 113
Binary 10100001 10101101 11011101 11011 10110 0 1101 11100100 101111 1001011

Color Harmonies of #A1ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADDD

Black with #A1ADDD

Text Example


Text Example

White with #A1ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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