#AEC5D0

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

Shades of Heather #AEC5D0

Tints of Heather #AEC5D0

Color information

#AEC5D0 (or 0xAEC5D0) is unknown color: approx Heather. HEX triplet: AE, C5 and D0. RGB value is (174,197,208). Sum of RGB (Red+Green+Blue) = 174+197+208=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEC5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5D0 is #513A2F. Grayscale: #BFBFBF. Windows color (decimal): -5323312 or 13682094. OLE color: 13682094.

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

Color convert

RGB174197208-
CMYK0.160.0500.18
HSL199.41º26.56%74.9%-
HSV(B)199.41º16.35%81.57%-
XYZ48.8153.4967.43-
YUV191.38137.38115.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 197 (77.34% from 255) = 34.02%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=30.05%
G=34.02%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741972080.160.0500.18199.4126.5674.9
HexAEC5D0105012c71b4b
Octal25630532020502230733113
Binary1010111011000101110100001000010101001011000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5D0; }

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

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

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

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

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

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

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

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