#ABAFCC

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

Shades of Echo Blue #ABAFCC

Tints of Echo Blue #ABAFCC

Color information

#ABAFCC (or 0xABAFCC) is unknown color: approx Echo Blue. HEX triplet: AB, AF and CC. RGB value is (171,175,204). Sum of RGB (Red+Green+Blue) = 171+175+204=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFCC is #545033. Grayscale: #B0B0B0. Windows color (decimal): -5525556 or 13414315. OLE color: 13414315.

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

Color convert

RGB171175204-
CMYK0.160.1400.2
HSL232.73º24.44%73.53%-
HSV(B)232.73º16.18%80%-
XYZ43.0243.6863.29-
YUV177.11143.17123.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=31.09%
G=31.82%
B=37.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711752040.160.1400.2232.7324.4473.53
HexABAFCC10E014e9184a
Octal253257314201602435130112
Binary10101011101011111100110010000111001010011101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFCC; }

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

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

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

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

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

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

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

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