#ABAFCB

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

Shades of Echo Blue #ABAFCB

Tints of Echo Blue #ABAFCB

Color information

#ABAFCB (or 0xABAFCB) is unknown color: approx Echo Blue. HEX triplet: AB, AF and CB. RGB value is (171,175,203). Sum of RGB (Red+Green+Blue) = 171+175+203=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFCB is #545034. Grayscale: #B0B0B0. Windows color (decimal): -5525557 or 13348779. OLE color: 13348779.

HSL color Cylindrical-coordinate representation of color #ABAFCB: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAFCB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171175203-
CMYK0.160.1400.20
HSL232.5º23.53%73.33%-
HSV(B)232.5º15.76%79.61%-
XYZ42.943.6362.66-
YUV177142.67123.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=31.15%
G=31.88%
B=36.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711752030.160.1400.20232.523.5373.33
HexABAFCB10E014e81849
Octal253257313201602435030111
Binary10101011101011111100101110000111001010011101000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFCB; }

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

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

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

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

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

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

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

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