#ABB9CC

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

Shades of Echo Blue #ABB9CC

Tints of Echo Blue #ABB9CC

Color information

#ABB9CC (or 0xABB9CC) is unknown color: approx Echo Blue. HEX triplet: AB, B9 and CC. RGB value is (171,185,204). Sum of RGB (Red+Green+Blue) = 171+185+204=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9CC is #544633. Grayscale: #B6B6B6. Windows color (decimal): -5522996 or 13416875. OLE color: 13416875.

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

Color convert

RGB171185204-
CMYK0.160.0900.2
HSL214.55º24.44%73.53%-
HSV(B)214.55º16.18%80%-
XYZ45.0447.7263.96-
YUV182.98139.86119.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=30.54%
G=33.04%
B=36.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711852040.160.0900.2214.5524.4473.53
HexABB9CC109014d7184a
Octal253271314201102432730112
Binary10101011101110011100110010000100101010011010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9CC; }

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

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

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

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

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

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

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

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