#ADAFBF

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

Shades of Echo Blue #ADAFBF

Tints of Echo Blue #ADAFBF

Color information

#ADAFBF (or 0xADAFBF) is unknown color: approx Echo Blue. HEX triplet: AD, AF and BF. RGB value is (173,175,191). Sum of RGB (Red+Green+Blue) = 173+175+191=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFBF is #525040. Grayscale: #B0B0B0. Windows color (decimal): -5394497 or 12562349. OLE color: 12562349.

HSL color Cylindrical-coordinate representation of color #ADAFBF: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADAFBF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173175191-
CMYK0.090.0800.25
HSL233.33º12.33%71.37%-
HSV(B)233.33º9.42%74.9%-
XYZ41.9743.3155.44-
YUV176.23136.34125.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 191 (75% from 255) = 35.44%
R=32.10%
G=32.47%
B=35.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731751910.090.0800.25233.3312.3371.37
HexADAFBF98019e9c47
Octal255257277111003135114107
Binary101011011010111110111111100110000110011110100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFBF; }

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

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

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

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

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

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

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

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