#AEC2CC

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

Shades of Heather #AEC2CC

Tints of Heather #AEC2CC

Color information

#AEC2CC (or 0xAEC2CC) is unknown color: approx Heather. HEX triplet: AE, C2 and CC. RGB value is (174,194,204). Sum of RGB (Red+Green+Blue) = 174+194+204=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2CC is #513D33. Grayscale: #BDBDBD. Windows color (decimal): -5324084 or 13419182. OLE color: 13419182.

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

Color convert

RGB174194204-
CMYK0.150.0500.2
HSL200º22.73%74.12%-
HSV(B)200º14.71%80%-
XYZ47.6551.9464.64-
YUV189.16136.37117.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=30.42%
G=33.92%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741942040.150.0500.220022.7374.12
HexAEC2CCF5014c8174a
Octal25630231417502431027112
Binary101011101100001011001100111110101010011001000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2CC; }

 p { color: rgb(174,194,204); }

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

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

 a { background-color: rgb(174,194,204); }

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

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

 span { border-color: rgb(174,194,204); }

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