#ABB0CC

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

Shades of Echo Blue #ABB0CC

Tints of Echo Blue #ABB0CC

Color information

#ABB0CC (or 0xABB0CC) is unknown color: approx Echo Blue. HEX triplet: AB, B0 and CC. RGB value is (171,176,204). Sum of RGB (Red+Green+Blue) = 171+176+204=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0CC is #544F33. Grayscale: #B1B1B1. Windows color (decimal): -5525300 or 13414571. OLE color: 13414571.

HSL color Cylindrical-coordinate representation of color #ABB0CC: hue angle of 230.91º 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 #ABB0CC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171176204-
CMYK0.160.1400.2
HSL230.91º24.44%73.53%-
HSV(B)230.91º16.18%80%-
XYZ43.2244.0763.35-
YUV177.7142.84123.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=31.03%
G=31.94%
B=37.02%

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
Decimal1711762040.160.1400.2230.9124.4473.53
HexABB0CC10E014e7184a
Octal253260314201602434730112
Binary10101011101100001100110010000111001010011100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0CC; }

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

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

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

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

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

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

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

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