#AEC1CD

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

Shades of Heather #AEC1CD

Tints of Heather #AEC1CD

Color information

#AEC1CD (or 0xAEC1CD) is unknown color: approx Heather. HEX triplet: AE, C1 and CD. RGB value is (174,193,205). Sum of RGB (Red+Green+Blue) = 174+193+205=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1CD is #513E32. Grayscale: #BCBCBC. Windows color (decimal): -5324339 or 13484462. OLE color: 13484462.

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

Color convert

RGB174193205-
CMYK0.150.0600.20
HSL203.23º23.66%74.31%-
HSV(B)203.23º15.12%80.39%-
XYZ47.5451.5565.2-
YUV188.69137.21117.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=30.42%
G=33.74%
B=35.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741932050.150.0600.20203.2323.6674.31
HexAEC1CDF6014cb184a
Octal25630131517602431330112
Binary101011101100000111001101111111001010011001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1CD; }

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

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

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

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

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

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

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

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