#ADB0D7

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

Shades of Echo Blue #ADB0D7

Tints of Echo Blue #ADB0D7

Color information

#ADB0D7 (or 0xADB0D7) is unknown color: approx Echo Blue. HEX triplet: AD, B0 and D7. RGB value is (173,176,215). Sum of RGB (Red+Green+Blue) = 173+176+215=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADB0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0D7 is #524F28. Grayscale: #B3B3B3. Windows color (decimal): -5394217 or 14135469. OLE color: 14135469.

HSL color Cylindrical-coordinate representation of color #ADB0D7: hue angle of 235.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB0D7 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173176215-
CMYK0.200.1800.16
HSL235.71º34.43%76.08%-
HSV(B)235.71º19.53%84.31%-
XYZ45.0244.8470.57-
YUV179.55148.01123.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=30.67%
G=31.21%
B=38.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731762150.200.1800.16235.7134.4376.08
HexADB0D71412010ec224c
Octal255260327242202035442114
Binary1010110110110000110101111010010010010000111011001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0D7; }

 p { color: rgb(173,176,215); }

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

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

 a { background-color: rgb(173,176,215); }

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

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

 span { border-color: rgb(173,176,215); }

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