#ADB1CE

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

Shades of Echo Blue #ADB1CE

Tints of Echo Blue #ADB1CE

Color information

#ADB1CE (or 0xADB1CE) is unknown color: approx Echo Blue. HEX triplet: AD, B1 and CE. RGB value is (173,177,206). Sum of RGB (Red+Green+Blue) = 173+177+206=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADB1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1CE is #524E31. Grayscale: #B2B2B2. Windows color (decimal): -5393970 or 13545901. OLE color: 13545901.

HSL color Cylindrical-coordinate representation of color #ADB1CE: hue angle of 232.73º 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 #ADB1CE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173177206-
CMYK0.160.1400.19
HSL232.73º25.19%74.31%-
HSV(B)232.73º16.02%80.78%-
XYZ44.144.7864.71-
YUV179.11143.17123.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=31.12%
G=31.83%
B=37.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731772060.160.1400.19232.7325.1974.31
HexADB1CE10E013e9194a
Octal255261316201602335131112
Binary10101101101100011100111010000111001001111101001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1CE; }

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

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

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

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

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

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

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

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