#ABADBF

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

Shades of Echo Blue #ABADBF

Tints of Echo Blue #ABADBF

Color information

#ABADBF (or 0xABADBF) is unknown color: approx Echo Blue. HEX triplet: AB, AD and BF. RGB value is (171,173,191). Sum of RGB (Red+Green+Blue) = 171+173+191=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADBF is #545240. Grayscale: #AEAEAE. Windows color (decimal): -5526081 or 12561835. OLE color: 12561835.

HSL color Cylindrical-coordinate representation of color #ABADBF: hue angle of 234º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABADBF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171173191-
CMYK0.100.0900.25
HSL234º13.51%70.98%-
HSV(B)234º10.47%74.9%-
XYZ41.1442.3155.29-
YUV174.45137.34125.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 191 (75% from 255) = 35.70%
R=31.96%
G=32.34%
B=35.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711731910.100.0900.2523413.5170.98
HexABADBFA9019eae47
Octal253255277121103135216107
Binary101010111010110110111111101010010110011110101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADBF; }

 p { color: rgb(171,173,191); }

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

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

 a { background-color: rgb(171,173,191); }

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

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

 span { border-color: rgb(171,173,191); }

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