#ADB1CF

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

Shades of Echo Blue #ADB1CF

Tints of Echo Blue #ADB1CF

Color information

#ADB1CF (or 0xADB1CF) is unknown color: approx Echo Blue. HEX triplet: AD, B1 and CF. RGB value is (173,177,207). Sum of RGB (Red+Green+Blue) = 173+177+207=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1CF is #524E30. Grayscale: #B3B3B3. Windows color (decimal): -5393969 or 13611437. OLE color: 13611437.

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

Color convert

RGB173177207-
CMYK0.160.1400.19
HSL232.94º26.15%74.51%-
HSV(B)232.94º16.43%81.18%-
XYZ44.2244.8365.35-
YUV179.22143.67123.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=31.06%
G=31.78%
B=37.16%

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
Decimal1731772070.160.1400.19232.9426.1574.51
HexADB1CF10E013e91a4b
Octal255261317201602335132113
Binary10101101101100011100111110000111001001111101001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1CF; }

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

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

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

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

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

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

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

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