#AEC2CD

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

Shades of Heather #AEC2CD

Tints of Heather #AEC2CD

Color information

#AEC2CD (or 0xAEC2CD) is unknown color: approx Heather. HEX triplet: AE, C2 and CD. RGB value is (174,194,205). Sum of RGB (Red+Green+Blue) = 174+194+205=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2CD is #513D32. Grayscale: #BDBDBD. Windows color (decimal): -5324083 or 13484718. OLE color: 13484718.

HSL color Cylindrical-coordinate representation of color #AEC2CD: hue angle of 201.29º 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 #AEC2CD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174194205-
CMYK0.150.0500.20
HSL201.29º23.66%74.31%-
HSV(B)201.29º15.12%80.39%-
XYZ47.7751.9965.28-
YUV189.27136.87117.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=30.37%
G=33.86%
B=35.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741942050.150.0500.20201.2923.6674.31
HexAEC2CDF5014c9184a
Octal25630231517502431130112
Binary101011101100001011001101111110101010011001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2CD; }

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

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

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

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

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

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

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

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