#ABB2CC

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

Shades of Echo Blue #ABB2CC

Tints of Echo Blue #ABB2CC

Color information

#ABB2CC (or 0xABB2CC) is unknown color: approx Echo Blue. HEX triplet: AB, B2 and CC. RGB value is (171,178,204). Sum of RGB (Red+Green+Blue) = 171+178+204=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2CC is #544D33. Grayscale: #B2B2B2. Windows color (decimal): -5524788 or 13415083. OLE color: 13415083.

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

Color convert

RGB171178204-
CMYK0.160.1300.2
HSL227.27º24.44%73.53%-
HSV(B)227.27º16.18%80%-
XYZ43.6144.8663.49-
YUV178.87142.18122.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=30.92%
G=32.19%
B=36.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711782040.160.1300.2227.2724.4473.53
HexABB2CC10D014e3184a
Octal253262314201502434330112
Binary10101011101100101100110010000110101010011100011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2CC; }

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

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

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

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

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

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

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

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