#ABAED5

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

Shades of Echo Blue #ABAED5

Tints of Echo Blue #ABAED5

Color information

#ABAED5 (or 0xABAED5) is unknown color: approx Echo Blue. HEX triplet: AB, AE and D5. RGB value is (171,174,213). Sum of RGB (Red+Green+Blue) = 171+174+213=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABAED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAED5 is #54512A. Grayscale: #B1B1B1. Windows color (decimal): -5525803 or 14003883. OLE color: 14003883.

HSL color Cylindrical-coordinate representation of color #ABAED5: hue angle of 235.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAED5 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171174213-
CMYK0.200.1800.16
HSL235.71º33.33%75.29%-
HSV(B)235.71º19.72%83.53%-
XYZ43.9443.7369.08-
YUV177.55148.01123.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.65%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=30.65%
G=31.18%
B=38.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711742130.200.1800.16235.7133.3375.29
HexABAED51412010ec214b
Octal253256325242202035441113
Binary1010101110101110110101011010010010010000111011001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAED5; }

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

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

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

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

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

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

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

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