#ABB2D9

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

Shades of Echo Blue #ABB2D9

Tints of Echo Blue #ABB2D9

Color information

#ABB2D9 (or 0xABB2D9) is unknown color: approx Echo Blue. HEX triplet: AB, B2 and D9. RGB value is (171,178,217). Sum of RGB (Red+Green+Blue) = 171+178+217=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABB2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2D9 is #544D26. Grayscale: #B4B4B4. Windows color (decimal): -5524775 or 14267051. OLE color: 14267051.

HSL color Cylindrical-coordinate representation of color #ABB2D9: hue angle of 230.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABB2D9 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171178217-
CMYK0.210.1800.15
HSL230.87º37.7%76.08%-
HSV(B)230.87º21.2%85.1%-
XYZ45.2445.5172.05-
YUV180.35148.68121.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=30.21%
G=31.45%
B=38.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711782170.210.1800.15230.8737.776.08
HexABB2D915120Fe7264c
Octal253262331252201734746114
Binary101010111011001011011001101011001001111111001111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2D9; }

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

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

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

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

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

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

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

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