#AEC4CC

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

Shades of Heather #AEC4CC

Tints of Heather #AEC4CC

Color information

#AEC4CC (or 0xAEC4CC) is unknown color: approx Heather. HEX triplet: AE, C4 and CC. RGB value is (174,196,204). Sum of RGB (Red+Green+Blue) = 174+196+204=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4CC is #513B33. Grayscale: #BEBEBE. Windows color (decimal): -5323572 or 13419694. OLE color: 13419694.

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

Color convert

RGB174196204-
CMYK0.150.0400.2
HSL196º22.73%74.12%-
HSV(B)196º14.71%80%-
XYZ48.0952.8464.79-
YUV190.33135.71116.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=30.31%
G=34.15%
B=35.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741962040.150.0400.219622.7374.12
HexAEC4CCF4014c4174a
Octal25630431417402430427112
Binary101011101100010011001100111110001010011000100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4CC; }

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

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

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

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

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

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

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

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