#ABAEC7

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

Shades of Echo Blue #ABAEC7

Tints of Echo Blue #ABAEC7

Color information

#ABAEC7 (or 0xABAEC7) is unknown color: approx Echo Blue. HEX triplet: AB, AE and C7. RGB value is (171,174,199). Sum of RGB (Red+Green+Blue) = 171+174+199=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABAEC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEC7 is #545138. Grayscale: #AFAFAF. Windows color (decimal): -5525817 or 13086379. OLE color: 13086379.

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

Color convert

RGB171174199-
CMYK0.140.1300.22
HSL233.57º20%72.55%-
HSV(B)233.57º14.07%78.04%-
XYZ42.2443.0560.12-
YUV175.95141.01124.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=31.43%
G=31.99%
B=36.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711741990.140.1300.22233.572072.55
HexABAEC7ED016ea1449
Octal253256307161502635224111
Binary1010101110101110110001111110110101011011101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEC7; }

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

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

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

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

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

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

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

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