#ABAEC6

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

Shades of Echo Blue #ABAEC6

Tints of Echo Blue #ABAEC6

Color information

#ABAEC6 (or 0xABAEC6) is unknown color: approx Echo Blue. HEX triplet: AB, AE and C6. RGB value is (171,174,198). Sum of RGB (Red+Green+Blue) = 171+174+198=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABAEC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEC6 is #545139. Grayscale: #AFAFAF. Windows color (decimal): -5525818 or 13020843. OLE color: 13020843.

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

Color convert

RGB171174198-
CMYK0.140.1200.22
HSL233.33º19.15%72.35%-
HSV(B)233.33º13.64%77.65%-
XYZ42.1243.0159.51-
YUV175.84140.51124.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=31.49%
G=32.04%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711741980.140.1200.22233.3319.1572.35
HexABAEC6EC016e91348
Octal253256306161402635123110
Binary1010101110101110110001101110110001011011101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEC6; }

 p { color: rgb(171,174,198); }

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

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

 a { background-color: rgb(171,174,198); }

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

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

 span { border-color: rgb(171,174,198); }

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