#AEC5CF

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

Shades of Heather #AEC5CF

Tints of Heather #AEC5CF

Color information

#AEC5CF (or 0xAEC5CF) is unknown color: approx Heather. HEX triplet: AE, C5 and CF. RGB value is (174,197,207). Sum of RGB (Red+Green+Blue) = 174+197+207=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5CF is #513A30. Grayscale: #BFBFBF. Windows color (decimal): -5323313 or 13616558. OLE color: 13616558.

HSL color Cylindrical-coordinate representation of color #AEC5CF: hue angle of 198.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC5CF is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174197207-
CMYK0.160.0500.19
HSL198.18º25.58%74.71%-
HSV(B)198.18º15.94%81.18%-
XYZ48.6853.4466.78-
YUV191.26136.88115.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=30.10%
G=34.08%
B=35.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741972070.160.0500.19198.1825.5874.71
HexAEC5CF105013c61a4b
Octal25630531720502330632113
Binary1010111011000101110011111000010101001111000110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5CF; }

 p { color: rgb(174,197,207); }

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

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

 a { background-color: rgb(174,197,207); }

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

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

 span { border-color: rgb(174,197,207); }

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