Shades of Jungle Mist #AEC9CE
Tints of Jungle Mist #AEC9CE
RGB
CMYK
RGB Variations
Color information
#AEC9CE (or 0xAEC9CE) is known color: Jungle Mist. HEX triplet: AE, C9 and CE. RGB value is (174,201,206). Sum of RGB (Red+Green+Blue) = 174+201+206=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9CE is #513631. Grayscale: #C1C1C1. Windows color (decimal): -5322290 or 13552046. OLE color: 13552046.
HSL color Cylindrical-coordinate representation of color #AEC9CE: hue angle of 189.38º 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 #AEC9CE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 201 | 206 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.19 |
| HSL | 189.38º | 0.25% | 0.75% | - |
| HSV(B) | 189.38º | 0.16% | 0.81% | - |
| XYZ | 49.48 | 55.23 | 66.44 | - |
| YUV | 193.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 206 | 0.16 | 0.02 | 0 | 0.19 | 189.38 | 0.25 | 0.75 |
| Hex | AE | C9 | CE | 10 | 2 | 0 | 13 | BD | 19 | 4B |
| Octal | 256 | 311 | 316 | 20 | 2 | 0 | 23 | 275 | 31 | 113 |
| Binary | 10101110 | 11001001 | 11001110 | 10000 | 10 | 0 | 10011 | 10111101 | 11001 | 1001011 |
Color Harmonies of #AEC9CE
Complementary color
Monochromatic Colors of #AEC9CE
Black with #AEC9CE
Text Example
Text Example
White with #AEC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9CE; }
p { color: rgb(174,201,206); }
H1.HeaderClassName
{
color: #AEC9CE;
}
.AnyTagClassName
{
color: #AEC9CE;
}
</style>
background-color css
<style>
a { background-color: #AEC9CE; }
a { background-color: rgb(174,201,206); }
div.DivClassName
{
background-color: #AEC9CE;
}
.BgClassName
{
background-color: #AEC9CE;
}
</style>
border-color css
<style>
span { border-color: #AEC9CE; }
span { border-color: rgb(174,201,206); }
td.TdClassName
{
border-color: #AEC9CE;
}
.TagClassName
{
border-color: #AEC9CE;
}
</style>