#ABAFC0

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

Shades of Echo Blue #ABAFC0

Tints of Echo Blue #ABAFC0

Color information

#ABAFC0 (or 0xABAFC0) is unknown color: approx Echo Blue. HEX triplet: AB, AF and C0. RGB value is (171,175,192). Sum of RGB (Red+Green+Blue) = 171+175+192=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC0 is #54503F. Grayscale: #AFAFAF. Windows color (decimal): -5525568 or 12627883. OLE color: 12627883.

HSL color Cylindrical-coordinate representation of color #ABAFC0: hue angle of 228.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABAFC0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171175192-
CMYK0.110.0900.25
HSL228.57º14.29%71.18%-
HSV(B)228.57º10.94%75.29%-
XYZ41.6443.1256-
YUV175.74137.17124.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=31.78%
G=32.53%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711751920.110.0900.25228.5714.2971.18
HexABAFC0B9019e5e47
Octal253257300131103134516107
Binary101010111010111111000000101110010110011110010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFC0; }

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

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

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

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

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

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

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

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