#ADAEC2

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

Shades of Echo Blue #ADAEC2

Tints of Echo Blue #ADAEC2

Color information

#ADAEC2 (or 0xADAEC2) is unknown color: approx Echo Blue. HEX triplet: AD, AE and C2. RGB value is (173,174,194). Sum of RGB (Red+Green+Blue) = 173+174+194=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEC2 is #52513D. Grayscale: #AFAFAF. Windows color (decimal): -5394750 or 12758701. OLE color: 12758701.

HSL color Cylindrical-coordinate representation of color #ADAEC2: hue angle of 237.14º 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 #ADAEC2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173174194-
CMYK0.110.1000.24
HSL237.14º14.69%71.96%-
HSV(B)237.14º10.82%76.08%-
XYZ42.1143.0557.13-
YUV175.98138.17125.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=31.98%
G=32.16%
B=35.86%

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
Decimal1731741940.110.1000.24237.1414.6971.96
HexADAEC2BA018edf48
Octal255256302131203035517110
Binary101011011010111011000010101110100110001110110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEC2; }

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

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

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

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

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

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

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

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