#A2ADCB

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

Shades of Echo Blue #A2ADCB

Tints of Echo Blue #A2ADCB

Color information

#A2ADCB (or 0xA2ADCB) is unknown color: approx Echo Blue. HEX triplet: A2, AD and CB. RGB value is (162,173,203). Sum of RGB (Red+Green+Blue) = 162+173+203=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADCB is #5D5234. Grayscale: #ADADAD. Windows color (decimal): -6115893 or 13348258. OLE color: 13348258.

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

Color convert

RGB162173203-
CMYK0.200.1500.20
HSL223.9º28.28%71.57%-
HSV(B)223.9º20.2%79.61%-
XYZ40.6241.8862.44-
YUV173.13144.86120.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=30.11%
G=32.16%
B=37.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621732030.200.1500.20223.928.2871.57
HexA2ADCB14F014e01c48
Octal242255313241702434034110
Binary10100010101011011100101110100111101010011100000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADCB; }

 p { color: rgb(162,173,203); }

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

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

 a { background-color: rgb(162,173,203); }

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

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

 span { border-color: rgb(162,173,203); }

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