#AEC4CE

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

Shades of Heather #AEC4CE

Tints of Heather #AEC4CE

Color information

#AEC4CE (or 0xAEC4CE) is unknown color: approx Heather. HEX triplet: AE, C4 and CE. RGB value is (174,196,206). Sum of RGB (Red+Green+Blue) = 174+196+206=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4CE is #513B31. Grayscale: #BEBEBE. Windows color (decimal): -5323570 or 13550766. OLE color: 13550766.

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

Color convert

RGB174196206-
CMYK0.160.0500.19
HSL198.75º24.62%74.51%-
HSV(B)198.75º15.53%80.78%-
XYZ48.3452.9366.06-
YUV190.56136.71116.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=30.21%
G=34.03%
B=35.76%

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
Decimal1741962060.160.0500.19198.7524.6274.51
HexAEC4CE105013c7194b
Octal25630431620502330731113
Binary1010111011000100110011101000010101001111000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4CE; }

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

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

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

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

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

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

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

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