#ABAFC3

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

Shades of Echo Blue #ABAFC3

Tints of Echo Blue #ABAFC3

Color information

#ABAFC3 (or 0xABAFC3) is unknown color: approx Echo Blue. HEX triplet: AB, AF and C3. RGB value is (171,175,195). Sum of RGB (Red+Green+Blue) = 171+175+195=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABAFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC3 is #54503C. Grayscale: #B0B0B0. Windows color (decimal): -5525565 or 12824491. OLE color: 12824491.

HSL color Cylindrical-coordinate representation of color #ABAFC3: hue angle of 230º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABAFC3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171175195-
CMYK0.120.1000.24
HSL230º16.67%71.76%-
HSV(B)230º12.31%76.47%-
XYZ41.9743.2657.77-
YUV176.08138.67124.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 195 (76.56% from 255) = 36.04%
R=31.61%
G=32.35%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711751950.120.1000.2423016.6771.76
HexABAFC3CA018e61148
Octal253257303141203034621110
Binary1010101110101111110000111100101001100011100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFC3; }

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

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

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

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

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

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

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

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