#A1ADCE

Color #A1ADCE Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A1ADCE

Tints of Echo Blue #A1ADCE

Color information

#A1ADCE (or 0xA1ADCE) is unknown color: approx Echo Blue. HEX triplet: A1, AD and CE. RGB value is (161,173,206). Sum of RGB (Red+Green+Blue) = 161+173+206=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADCE is #5E5231. Grayscale: #ADADAD. Windows color (decimal): -6181426 or 13544865. OLE color: 13544865.

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

Color convert

RGB161173206-
CMYK0.220.1600.19
HSL224º31.47%71.96%-
HSV(B)224º21.84%80.78%-
XYZ40.7841.9264.33-
YUV173.17146.52119.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=29.81%
G=32.04%
B=38.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611732060.220.1600.1922431.4771.96
HexA1ADCE1610013e01f48
Octal241255316262002334037110
Binary101000011010110111001110101101000001001111100000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADCE; }

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

 H1.HeaderClassName
 {
   color: #A1ADCE;
 }
 .AnyTagClassName
 {
   color: #A1ADCE;
 }
</style>
background-color css

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

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

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

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

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

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