#ADAEC1

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

Shades of Echo Blue #ADAEC1

Tints of Echo Blue #ADAEC1

Color information

#ADAEC1 (or 0xADAEC1) is unknown color: approx Echo Blue. HEX triplet: AD, AE and C1. RGB value is (173,174,193). Sum of RGB (Red+Green+Blue) = 173+174+193=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEC1 is #52513E. Grayscale: #AFAFAF. Windows color (decimal): -5394751 or 12693165. OLE color: 12693165.

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

Color convert

RGB173174193-
CMYK0.100.1000.24
HSL237º13.89%71.76%-
HSV(B)237º10.36%75.69%-
XYZ4243.0156.54-
YUV175.87137.67125.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=32.04%
G=32.22%
B=35.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731741930.100.1000.2423713.8971.76
HexADAEC1AA018ede48
Octal255256301121203035516110
Binary101011011010111011000001101010100110001110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEC1; }

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

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

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

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

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

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

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

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