#AEC4CD

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

Shades of Heather #AEC4CD

Tints of Heather #AEC4CD

Color information

#AEC4CD (or 0xAEC4CD) is unknown color: approx Heather. HEX triplet: AE, C4 and CD. RGB value is (174,196,205). Sum of RGB (Red+Green+Blue) = 174+196+205=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4CD is #513B32. Grayscale: #BEBEBE. Windows color (decimal): -5323571 or 13485230. OLE color: 13485230.

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

Color convert

RGB174196205-
CMYK0.150.0400.20
HSL197.42º23.66%74.31%-
HSV(B)197.42º15.12%80.39%-
XYZ48.2152.8965.42-
YUV190.45136.21116.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=30.26%
G=34.09%
B=35.65%

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
Decimal1741962050.150.0400.20197.4223.6674.31
HexAEC4CDF4014c5184a
Octal25630431517402430530112
Binary101011101100010011001101111110001010011000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4CD; }

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

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

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

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

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

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

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

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