#AEC9CC

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

Shades of Jungle Mist #AEC9CC

Tints of Jungle Mist #AEC9CC

Color information

#AEC9CC (or 0xAEC9CC) is unknown color: approx Jungle Mist. HEX triplet: AE, C9 and CC. RGB value is (174,201,204). Sum of RGB (Red+Green+Blue) = 174+201+204=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9CC is #513633. Grayscale: #C1C1C1. Windows color (decimal): -5322292 or 13420974. OLE color: 13420974.

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

Color convert

RGB174201204-
CMYK0.150.0100.2
HSL186º22.73%74.12%-
HSV(B)186º14.71%80%-
XYZ49.2455.1365.17-
YUV193.27134.05114.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=30.05%
G=34.72%
B=35.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742012040.150.0100.218622.7374.12
HexAEC9CCF1014ba174a
Octal25631131417102427227112
Binary1010111011001001110011001111101010010111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC9CC; }

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

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

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

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

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

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

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

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