#AEC5CD

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

Shades of Heather #AEC5CD

Tints of Heather #AEC5CD

Color information

#AEC5CD (or 0xAEC5CD) is unknown color: approx Heather. HEX triplet: AE, C5 and CD. RGB value is (174,197,205). Sum of RGB (Red+Green+Blue) = 174+197+205=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5CD is #513A32. Grayscale: #BEBEBE. Windows color (decimal): -5323315 or 13485486. OLE color: 13485486.

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

Color convert

RGB174197205-
CMYK0.150.0400.20
HSL195.48º23.66%74.31%-
HSV(B)195.48º15.12%80.39%-
XYZ48.4453.3465.5-
YUV191.04135.88115.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=30.21%
G=34.20%
B=35.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741972050.150.0400.20195.4823.6674.31
HexAEC5CDF4014c3184a
Octal25630531517402430330112
Binary101011101100010111001101111110001010011000011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5CD; }

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

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

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

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

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

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

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

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