#ADAFC7

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

Shades of Echo Blue #ADAFC7

Tints of Echo Blue #ADAFC7

Color information

#ADAFC7 (or 0xADAFC7) is unknown color: approx Echo Blue. HEX triplet: AD, AF and C7. RGB value is (173,175,199). Sum of RGB (Red+Green+Blue) = 173+175+199=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADAFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC7 is #525038. Grayscale: #B1B1B1. Windows color (decimal): -5394489 or 13086637. OLE color: 13086637.

HSL color Cylindrical-coordinate representation of color #ADAFC7: hue angle of 235.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADAFC7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173175199-
CMYK0.130.1200.22
HSL235.38º18.84%72.94%-
HSV(B)235.38º13.07%78.04%-
XYZ42.8743.6760.2-
YUV177.14140.34125.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=31.63%
G=31.99%
B=36.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731751990.130.1200.22235.3818.8472.94
HexADAFC7DC016eb1349
Octal255257307151402635323111
Binary1010110110101111110001111101110001011011101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFC7; }

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

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

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

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

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

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

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

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