#ADAFD5

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

Shades of Echo Blue #ADAFD5

Tints of Echo Blue #ADAFD5

Color information

#ADAFD5 (or 0xADAFD5) is unknown color: approx Echo Blue. HEX triplet: AD, AF and D5. RGB value is (173,175,213). Sum of RGB (Red+Green+Blue) = 173+175+213=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFD5 is #52502A. Grayscale: #B2B2B2. Windows color (decimal): -5394475 or 14004141. OLE color: 14004141.

HSL color Cylindrical-coordinate representation of color #ADAFD5: hue angle of 237º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADAFD5 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173175213-
CMYK0.190.1800.16
HSL237º32.26%75.69%-
HSV(B)237º18.78%83.53%-
XYZ44.5744.3569.16-
YUV178.73147.34123.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=30.84%
G=31.19%
B=37.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731752130.190.1800.1623732.2675.69
HexADAFD51312010ed204c
Octal255257325232202035540114
Binary1010110110101111110101011001110010010000111011011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFD5; }

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

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

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

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

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

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

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

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