#ABAFC1

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

Shades of Echo Blue #ABAFC1

Tints of Echo Blue #ABAFC1

Color information

#ABAFC1 (or 0xABAFC1) is unknown color: approx Echo Blue. HEX triplet: AB, AF and C1. RGB value is (171,175,193). Sum of RGB (Red+Green+Blue) = 171+175+193=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC1 is #54503E. Grayscale: #AFAFAF. Windows color (decimal): -5525567 or 12693419. OLE color: 12693419.

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

Color convert

RGB171175193-
CMYK0.110.0900.24
HSL229.09º15.07%71.37%-
HSV(B)229.09º11.4%75.69%-
XYZ41.7543.1756.58-
YUV175.86137.67124.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=31.73%
G=32.47%
B=35.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711751930.110.0900.24229.0915.0771.37
HexABAFC1B9018e5f47
Octal253257301131103034517107
Binary101010111010111111000001101110010110001110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFC1; }

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

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

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

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

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

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

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

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