#AEC1CA

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

Shades of Heather #AEC1CA

Tints of Heather #AEC1CA

Color information

#AEC1CA (or 0xAEC1CA) is unknown color: approx Heather. HEX triplet: AE, C1 and CA. RGB value is (174,193,202). Sum of RGB (Red+Green+Blue) = 174+193+202=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1CA is #513E35. Grayscale: #BCBCBC. Windows color (decimal): -5324342 or 13287854. OLE color: 13287854.

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

Color convert

RGB174193202-
CMYK0.140.0400.21
HSL199.29º20.9%73.73%-
HSV(B)199.29º13.86%79.22%-
XYZ47.1951.463.31-
YUV188.34135.71117.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=30.58%
G=33.92%
B=35.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741932020.140.0400.21199.2920.973.73
HexAEC1CAE4015c7154a
Octal25630131216402530725112
Binary101011101100000111001010111010001010111000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1CA; }

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

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

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

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

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

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

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

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