#ADAFBE

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

Shades of Echo Blue #ADAFBE

Tints of Echo Blue #ADAFBE

Color information

#ADAFBE (or 0xADAFBE) is unknown color: approx Echo Blue. HEX triplet: AD, AF and BE. RGB value is (173,175,190). Sum of RGB (Red+Green+Blue) = 173+175+190=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFBE is #525041. Grayscale: #B0B0B0. Windows color (decimal): -5394498 or 12496813. OLE color: 12496813.

HSL color Cylindrical-coordinate representation of color #ADAFBE: hue angle of 232.94º 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 #ADAFBE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173175190-
CMYK0.090.0800.25
HSL232.94º11.56%71.18%-
HSV(B)232.94º8.95%74.51%-
XYZ41.8643.2654.86-
YUV176.11135.84125.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=32.16%
G=32.53%
B=35.32%

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
Decimal1731751900.090.0800.25232.9411.5671.18
HexADAFBE98019e9c47
Octal255257276111003135114107
Binary101011011010111110111110100110000110011110100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFBE; }

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

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

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

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

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

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

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

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