#ABAFD7

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

Shades of Echo Blue #ABAFD7

Tints of Echo Blue #ABAFD7

Color information

#ABAFD7 (or 0xABAFD7) is unknown color: approx Echo Blue. HEX triplet: AB, AF and D7. RGB value is (171,175,215). Sum of RGB (Red+Green+Blue) = 171+175+215=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABAFD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFD7 is #545028. Grayscale: #B2B2B2. Windows color (decimal): -5525545 or 14135211. OLE color: 14135211.

HSL color Cylindrical-coordinate representation of color #ABAFD7: hue angle of 234.55º 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 #ABAFD7 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171175215-
CMYK0.200.1900.16
HSL234.55º35.48%75.69%-
HSV(B)234.55º20.47%84.31%-
XYZ44.3944.2270.49-
YUV178.36148.67122.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=30.48%
G=31.19%
B=38.32%

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
Decimal1711752150.200.1900.16234.5535.4875.69
HexABAFD71413010eb234c
Octal253257327242302035343114
Binary1010101110101111110101111010010011010000111010111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFD7; }

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

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

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

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

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

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

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

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