#ADB9CF

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

Shades of Echo Blue #ADB9CF

Tints of Echo Blue #ADB9CF

Color information

#ADB9CF (or 0xADB9CF) is unknown color: approx Echo Blue. HEX triplet: AD, B9 and CF. RGB value is (173,185,207). Sum of RGB (Red+Green+Blue) = 173+185+207=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9CF is #524630. Grayscale: #B7B7B7. Windows color (decimal): -5391921 or 13613485. OLE color: 13613485.

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

Color convert

RGB173185207-
CMYK0.160.1100.19
HSL218.82º26.15%74.51%-
HSV(B)218.82º16.43%81.18%-
XYZ45.8548.0965.9-
YUV183.92141.02120.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 185 (72.66% from 255) = 32.74%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=30.62%
G=32.74%
B=36.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731852070.160.1100.19218.8226.1574.51
HexADB9CF10B013db1a4b
Octal255271317201302333332113
Binary10101101101110011100111110000101101001111011011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9CF; }

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

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

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

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

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

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

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

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