#AEC5CB

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

Shades of Heather #AEC5CB

Tints of Heather #AEC5CB

Color information

#AEC5CB (or 0xAEC5CB) is unknown color: approx Heather. HEX triplet: AE, C5 and CB. RGB value is (174,197,203). Sum of RGB (Red+Green+Blue) = 174+197+203=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5CB is #513A34. Grayscale: #BEBEBE. Windows color (decimal): -5323317 or 13354414. OLE color: 13354414.

HSL color Cylindrical-coordinate representation of color #AEC5CB: hue angle of 192.41º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEC5CB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174197203-
CMYK0.140.0300.20
HSL192.41º21.8%73.92%-
HSV(B)192.41º14.29%79.61%-
XYZ48.253.2464.24-
YUV190.81134.88116.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=30.31%
G=34.32%
B=35.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741972030.140.0300.20192.4121.873.92
HexAEC5CBE3014c0164a
Octal25630531316302430026112
Binary10101110110001011100101111101101010011000000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5CB; }

 p { color: rgb(174,197,203); }

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

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

 a { background-color: rgb(174,197,203); }

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

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

 span { border-color: rgb(174,197,203); }

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