#AEC3CD

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

Shades of Heather #AEC3CD

Tints of Heather #AEC3CD

Color information

#AEC3CD (or 0xAEC3CD) is unknown color: approx Heather. HEX triplet: AE, C3 and CD. RGB value is (174,195,205). Sum of RGB (Red+Green+Blue) = 174+195+205=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEC3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3CD is #513C32. Grayscale: #BDBDBD. Windows color (decimal): -5323827 or 13484974. OLE color: 13484974.

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

Color convert

RGB174195205-
CMYK0.150.0500.20
HSL199.35º23.66%74.31%-
HSV(B)199.35º15.12%80.39%-
XYZ47.9952.4465.35-
YUV189.86136.54116.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 195 (76.56% from 255) = 33.97%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=30.31%
G=33.97%
B=35.71%

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
Decimal1741952050.150.0500.20199.3523.6674.31
HexAEC3CDF5014c7184a
Octal25630331517502430730112
Binary101011101100001111001101111110101010011000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3CD; }

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

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

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

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

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

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

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

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