#A0B4CC

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

Shades of Echo Blue #A0B4CC

Tints of Echo Blue #A0B4CC

Color information

#A0B4CC (or 0xA0B4CC) is unknown color: approx Echo Blue. HEX triplet: A0, B4 and CC. RGB value is (160,180,204). Sum of RGB (Red+Green+Blue) = 160+180+204=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0B4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4CC is #5F4B33. Grayscale: #B0B0B0. Windows color (decimal): -6245172 or 13415584. OLE color: 13415584.

HSL color Cylindrical-coordinate representation of color #A0B4CC: hue angle of 212.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0B4CC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160180204-
CMYK0.220.1200.2
HSL212.73º30.14%71.37%-
HSV(B)212.73º21.57%80%-
XYZ41.7244.4863.51-
YUV176.76143.37116.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=29.41%
G=33.09%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601802040.220.1200.2212.7330.1471.37
HexA0B4CC16C014d51e47
Octal240264314261402432536107
Binary10100000101101001100110010110110001010011010101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B4CC; }

 p { color: rgb(160,180,204); }

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

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

 a { background-color: rgb(160,180,204); }

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

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

 span { border-color: rgb(160,180,204); }

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