#A4B4DB

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

Shades of Echo Blue #A4B4DB

Tints of Echo Blue #A4B4DB

Color information

#A4B4DB (or 0xA4B4DB) is unknown color: approx Echo Blue. HEX triplet: A4, B4 and DB. RGB value is (164,180,219). Sum of RGB (Red+Green+Blue) = 164+180+219=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B4DB is #5B4B24. Grayscale: #B3B3B3. Windows color (decimal): -5983013 or 14398628. OLE color: 14398628.

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

Color convert

RGB164180219-
CMYK0.250.1800.14
HSL222.55º43.31%75.1%-
HSV(B)222.55º25.11%85.88%-
XYZ44.4245.6573.49-
YUV179.66150.2116.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=29.13%
G=31.97%
B=38.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641802190.250.1800.14222.5543.3175.1
HexA4B4DB19120Edf2b4b
Octal244264333312201633753113
Binary101001001011010011011011110011001001110110111111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B4DB; }

 p { color: rgb(164,180,219); }

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

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

 a { background-color: rgb(164,180,219); }

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

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

 span { border-color: rgb(164,180,219); }

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