#ABB0D0

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

Shades of Echo Blue #ABB0D0

Tints of Echo Blue #ABB0D0

Color information

#ABB0D0 (or 0xABB0D0) is unknown color: approx Echo Blue. HEX triplet: AB, B0 and D0. RGB value is (171,176,208). Sum of RGB (Red+Green+Blue) = 171+176+208=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABB0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0D0 is #544F2F. Grayscale: #B2B2B2. Windows color (decimal): -5525296 or 13676715. OLE color: 13676715.

HSL color Cylindrical-coordinate representation of color #ABB0D0: hue angle of 231.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABB0D0 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171176208-
CMYK0.180.1500.18
HSL231.89º28.24%74.31%-
HSV(B)231.89º17.79%81.57%-
XYZ43.7144.2665.91-
YUV178.15144.84122.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=30.81%
G=31.71%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711762080.180.1500.18231.8928.2474.31
HexABB0D012F012e81c4a
Octal253260320221702235034112
Binary10101011101100001101000010010111101001011101000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0D0; }

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

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

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

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

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

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

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

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