#AEC4CF

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

Shades of Heather #AEC4CF

Tints of Heather #AEC4CF

Color information

#AEC4CF (or 0xAEC4CF) is unknown color: approx Heather. HEX triplet: AE, C4 and CF. RGB value is (174,196,207). Sum of RGB (Red+Green+Blue) = 174+196+207=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEC4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4CF is #513B30. Grayscale: #BEBEBE. Windows color (decimal): -5323569 or 13616302. OLE color: 13616302.

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

Color convert

RGB174196207-
CMYK0.160.0500.19
HSL200º25.58%74.71%-
HSV(B)200º15.94%81.18%-
XYZ48.4652.9866.7-
YUV190.68137.21116.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=30.16%
G=33.97%
B=35.88%

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
Decimal1741962070.160.0500.1920025.5874.71
HexAEC4CF105013c81a4b
Octal25630431720502331032113
Binary1010111011000100110011111000010101001111001000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4CF; }

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

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

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

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

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

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

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

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