#ADAFC2

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

Shades of Echo Blue #ADAFC2

Tints of Echo Blue #ADAFC2

Color information

#ADAFC2 (or 0xADAFC2) is unknown color: approx Echo Blue. HEX triplet: AD, AF and C2. RGB value is (173,175,194). Sum of RGB (Red+Green+Blue) = 173+175+194=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC2 is #52503D. Grayscale: #B0B0B0. Windows color (decimal): -5394494 or 12758957. OLE color: 12758957.

HSL color Cylindrical-coordinate representation of color #ADAFC2: hue angle of 234.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAFC2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173175194-
CMYK0.110.1000.24
HSL234.29º14.69%71.96%-
HSV(B)234.29º10.82%76.08%-
XYZ42.343.4457.19-
YUV176.57137.84125.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 194 (76.17% from 255) = 35.79%
R=31.92%
G=32.29%
B=35.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731751940.110.1000.24234.2914.6971.96
HexADAFC2BA018eaf48
Octal255257302131203035217110
Binary101011011010111111000010101110100110001110101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFC2; }

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

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

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

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

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

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

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

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