#ADAFC0

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

Shades of Echo Blue #ADAFC0

Tints of Echo Blue #ADAFC0

Color information

#ADAFC0 (or 0xADAFC0) is unknown color: approx Echo Blue. HEX triplet: AD, AF and C0. RGB value is (173,175,192). Sum of RGB (Red+Green+Blue) = 173+175+192=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC0 is #52503F. Grayscale: #B0B0B0. Windows color (decimal): -5394496 or 12627885. OLE color: 12627885.

HSL color Cylindrical-coordinate representation of color #ADAFC0: hue angle of 233.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAFC0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173175192-
CMYK0.100.0900.25
HSL233.68º13.1%71.57%-
HSV(B)233.68º9.9%75.29%-
XYZ42.0843.3556.02-
YUV176.34136.84125.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=32.04%
G=32.41%
B=35.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731751920.100.0900.25233.6813.171.57
HexADAFC0A9019ead48
Octal255257300121103135215110
Binary101011011010111111000000101010010110011110101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFC0; }

 p { color: rgb(173,175,192); }

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

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

 a { background-color: rgb(173,175,192); }

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

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

 span { border-color: rgb(173,175,192); }

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