#ABAED7

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

Shades of Echo Blue #ABAED7

Tints of Echo Blue #ABAED7

Color information

#ABAED7 (or 0xABAED7) is unknown color: approx Echo Blue. HEX triplet: AB, AE and D7. RGB value is (171,174,215). Sum of RGB (Red+Green+Blue) = 171+174+215=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABAED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAED7 is #545128. Grayscale: #B1B1B1. Windows color (decimal): -5525801 or 14134955. OLE color: 14134955.

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

Color convert

RGB171174215-
CMYK0.200.1900.16
HSL235.91º35.48%75.69%-
HSV(B)235.91º20.47%84.31%-
XYZ44.243.8470.42-
YUV177.78149.01123.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=30.54%
G=31.07%
B=38.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711742150.200.1900.16235.9135.4875.69
HexABAED71413010ec234c
Octal253256327242302035443114
Binary1010101110101110110101111010010011010000111011001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAED7; }

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

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

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

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

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

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

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

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