#AEC6CC

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

Shades of Heather #AEC6CC

Tints of Heather #AEC6CC

Color information

#AEC6CC (or 0xAEC6CC) is unknown color: approx Heather. HEX triplet: AE, C6 and CC. RGB value is (174,198,204). Sum of RGB (Red+Green+Blue) = 174+198+204=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6CC is #513933. Grayscale: #BFBFBF. Windows color (decimal): -5323060 or 13420206. OLE color: 13420206.

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

Color convert

RGB174198204-
CMYK0.150.0300.2
HSL192º22.73%74.12%-
HSV(B)192º14.71%80%-
XYZ48.5553.7564.94-
YUV191.51135.05115.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=30.21%
G=34.38%
B=35.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741982040.150.0300.219222.7374.12
HexAEC6CCF3014c0174a
Octal25630631417302430027112
Binary10101110110001101100110011111101010011000000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6CC; }

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

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

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

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

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

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

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

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