#A8ADDB

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

Shades of Echo Blue #A8ADDB

Tints of Echo Blue #A8ADDB

Color information

#A8ADDB (or 0xA8ADDB) is unknown color: approx Echo Blue. HEX triplet: A8, AD and DB. RGB value is (168,173,219). Sum of RGB (Red+Green+Blue) = 168+173+219=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADDB is #575224. Grayscale: #B0B0B0. Windows color (decimal): -5722661 or 14396840. OLE color: 14396840.

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

Color convert

RGB168173219-
CMYK0.230.2100.14
HSL234.12º41.46%75.88%-
HSV(B)234.12º23.29%85.88%-
XYZ43.8843.3373.07-
YUV176.75151.84121.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=30%
G=30.89%
B=39.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681732190.230.2100.14234.1241.4675.88
HexA8ADDB17150Eea294c
Octal250255333272501635251114
Binary101010001010110111011011101111010101110111010101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADDB; }

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

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

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

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

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

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

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

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