#ABB1CA

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

Shades of Echo Blue #ABB1CA

Tints of Echo Blue #ABB1CA

Color information

#ABB1CA (or 0xABB1CA) is unknown color: approx Echo Blue. HEX triplet: AB, B1 and CA. RGB value is (171,177,202). Sum of RGB (Red+Green+Blue) = 171+177+202=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1CA is #544E35. Grayscale: #B1B1B1. Windows color (decimal): -5525046 or 13283755. OLE color: 13283755.

HSL color Cylindrical-coordinate representation of color #ABB1CA: hue angle of 228.39º 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 #ABB1CA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171177202-
CMYK0.150.1200.21
HSL228.39º22.63%73.14%-
HSV(B)228.39º15.35%79.22%-
XYZ43.1844.3762.17-
YUV178.06141.51122.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=31.09%
G=32.18%
B=36.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711772020.150.1200.21228.3922.6373.14
HexABB1CAFC015e41749
Octal253261312171402534427111
Binary1010101110110001110010101111110001010111100100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1CA; }

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

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

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

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

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

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

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

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