#ADB3CF

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

Shades of Echo Blue #ADB3CF

Tints of Echo Blue #ADB3CF

Color information

#ADB3CF (or 0xADB3CF) is unknown color: approx Echo Blue. HEX triplet: AD, B3 and CF. RGB value is (173,179,207). Sum of RGB (Red+Green+Blue) = 173+179+207=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3CF is #524C30. Grayscale: #B4B4B4. Windows color (decimal): -5393457 or 13611949. OLE color: 13611949.

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

Color convert

RGB173179207-
CMYK0.160.1400.19
HSL229.41º26.15%74.51%-
HSV(B)229.41º16.43%81.18%-
XYZ44.6245.6365.49-
YUV180.4143.01122.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=30.95%
G=32.02%
B=37.03%

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
Decimal1731792070.160.1400.19229.4126.1574.51
HexADB3CF10E013e51a4b
Octal255263317201602334532113
Binary10101101101100111100111110000111001001111100101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3CF; }

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

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

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

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

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

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

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

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