#ABAECC

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

Shades of Echo Blue #ABAECC

Tints of Echo Blue #ABAECC

Color information

#ABAECC (or 0xABAECC) is unknown color: approx Echo Blue. HEX triplet: AB, AE and CC. RGB value is (171,174,204). Sum of RGB (Red+Green+Blue) = 171+174+204=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAECC is #545133. Grayscale: #B0B0B0. Windows color (decimal): -5525812 or 13414059. OLE color: 13414059.

HSL color Cylindrical-coordinate representation of color #ABAECC: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAECC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171174204-
CMYK0.160.1500.2
HSL234.55º24.44%73.53%-
HSV(B)234.55º16.18%80%-
XYZ42.8343.2963.23-
YUV176.52143.51124.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=31.15%
G=31.69%
B=37.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711742040.160.1500.2234.5524.4473.53
HexABAECC10F014eb184a
Octal253256314201702435330112
Binary10101011101011101100110010000111101010011101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAECC; }

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

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

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

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

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

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

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

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