#ABAFC5

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

Shades of Echo Blue #ABAFC5

Tints of Echo Blue #ABAFC5

Color information

#ABAFC5 (or 0xABAFC5) is unknown color: approx Echo Blue. HEX triplet: AB, AF and C5. RGB value is (171,175,197). Sum of RGB (Red+Green+Blue) = 171+175+197=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABAFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC5 is #54503A. Grayscale: #B0B0B0. Windows color (decimal): -5525563 or 12955563. OLE color: 12955563.

HSL color Cylindrical-coordinate representation of color #ABAFC5: hue angle of 230.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABAFC5 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171175197-
CMYK0.130.1100.23
HSL230.77º18.31%72.16%-
HSV(B)230.77º13.2%77.25%-
XYZ42.243.3558.97-
YUV176.31139.67124.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 197 (77.34% from 255) = 36.28%
R=31.49%
G=32.23%
B=36.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711751970.130.1100.23230.7718.3172.16
HexABAFC5DB017e71248
Octal253257305151302734722110
Binary1010101110101111110001011101101101011111100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFC5; }

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

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

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

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

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

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

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

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