#ADB4CF

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

Shades of Echo Blue #ADB4CF

Tints of Echo Blue #ADB4CF

Color information

#ADB4CF (or 0xADB4CF) is unknown color: approx Echo Blue. HEX triplet: AD, B4 and CF. RGB value is (173,180,207). Sum of RGB (Red+Green+Blue) = 173+180+207=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4CF is #524B30. Grayscale: #B4B4B4. Windows color (decimal): -5393201 or 13612205. OLE color: 13612205.

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

Color convert

RGB173180207-
CMYK0.160.1300.19
HSL227.65º26.15%74.51%-
HSV(B)227.65º16.43%81.18%-
XYZ44.8246.0365.55-
YUV180.98142.68122.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=30.89%
G=32.14%
B=36.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731802070.160.1300.19227.6526.1574.51
HexADB4CF10D013e41a4b
Octal255264317201502334432113
Binary10101101101101001100111110000110101001111100100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4CF; }

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

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

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

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

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

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

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

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