#ABAFCA

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

Shades of Echo Blue #ABAFCA

Tints of Echo Blue #ABAFCA

Color information

#ABAFCA (or 0xABAFCA) is unknown color: approx Echo Blue. HEX triplet: AB, AF and CA. RGB value is (171,175,202). Sum of RGB (Red+Green+Blue) = 171+175+202=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFCA is #545035. Grayscale: #B0B0B0. Windows color (decimal): -5525558 or 13283243. OLE color: 13283243.

HSL color Cylindrical-coordinate representation of color #ABAFCA: hue angle of 232.26º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABAFCA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171175202-
CMYK0.150.1300.21
HSL232.26º22.63%73.14%-
HSV(B)232.26º15.35%79.22%-
XYZ42.7943.5862.03-
YUV176.88142.17123.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=31.20%
G=31.93%
B=36.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711752020.150.1300.21232.2622.6373.14
HexABAFCAFD015e81749
Octal253257312171502535027111
Binary1010101110101111110010101111110101010111101000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFCA; }

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

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

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

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

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

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

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

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