#AEB6C8

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

Shades of Echo Blue #AEB6C8

Tints of Echo Blue #AEB6C8

Color information

#AEB6C8 (or 0xAEB6C8) is unknown color: approx Echo Blue. HEX triplet: AE, B6 and C8. RGB value is (174,182,200). Sum of RGB (Red+Green+Blue) = 174+182+200=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEB6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6C8 is #514937. Grayscale: #B5B5B5. Windows color (decimal): -5327160 or 13153966. OLE color: 13153966.

HSL color Cylindrical-coordinate representation of color #AEB6C8: hue angle of 221.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEB6C8 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174182200-
CMYK0.130.0900.22
HSL221.54º19.12%73.33%-
HSV(B)221.54º13%78.43%-
XYZ44.6146.6261.29-
YUV181.66138.35122.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=31.29%
G=32.73%
B=35.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741822000.130.0900.22221.5419.1273.33
HexAEB6C8D9016de1349
Octal256266310151102633623111
Binary1010111010110110110010001101100101011011011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6C8; }

 p { color: rgb(174,182,200); }

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

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

 a { background-color: rgb(174,182,200); }

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

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

 span { border-color: rgb(174,182,200); }

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