#AEC3C9

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

Shades of Heather #AEC3C9

Tints of Heather #AEC3C9

Color information

#AEC3C9 (or 0xAEC3C9) is unknown color: approx Heather. HEX triplet: AE, C3 and C9. RGB value is (174,195,201). Sum of RGB (Red+Green+Blue) = 174+195+201=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEC3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3C9 is #513C36. Grayscale: #BDBDBD. Windows color (decimal): -5323831 or 13222830. OLE color: 13222830.

HSL color Cylindrical-coordinate representation of color #AEC3C9: hue angle of 193.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC3C9 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174195201-
CMYK0.130.0300.21
HSL193.33º20%73.53%-
HSV(B)193.33º13.43%78.82%-
XYZ47.5152.2562.84-
YUV189.4134.54117.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=30.53%
G=34.21%
B=35.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741952010.130.0300.21193.332073.53
HexAEC3C9D3015c1144a
Octal25630331115302530124112
Binary10101110110000111100100111011101010111000001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3C9; }

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

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

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

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

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

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

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

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