#ADB0CE

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

Shades of Echo Blue #ADB0CE

Tints of Echo Blue #ADB0CE

Color information

#ADB0CE (or 0xADB0CE) is unknown color: approx Echo Blue. HEX triplet: AD, B0 and CE. RGB value is (173,176,206). Sum of RGB (Red+Green+Blue) = 173+176+206=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADB0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0CE is #524F31. Grayscale: #B2B2B2. Windows color (decimal): -5394226 or 13545645. OLE color: 13545645.

HSL color Cylindrical-coordinate representation of color #ADB0CE: hue angle of 234.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB0CE is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173176206-
CMYK0.160.1500.19
HSL234.55º25.19%74.31%-
HSV(B)234.55º16.02%80.78%-
XYZ43.944.3964.65-
YUV178.52143.51124.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=31.17%
G=31.71%
B=37.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731762060.160.1500.19234.5525.1974.31
HexADB0CE10F013eb194a
Octal255260316201702335331112
Binary10101101101100001100111010000111101001111101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0CE; }

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

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

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

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

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

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

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

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