Shades of Jungle Mist #A9C9CB
Tints of Jungle Mist #A9C9CB
RGB
CMYK
RGB Variations
Color information
#A9C9CB (or 0xA9C9CB) is known color: Jungle Mist. HEX triplet: A9, C9 and CB. RGB value is (169,201,203). Sum of RGB (Red+Green+Blue) = 169+201+203=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9C9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9CB is #563634. Grayscale: #BFBFBF. Windows color (decimal): -5649973 or 13355433. OLE color: 13355433.
HSL color Cylindrical-coordinate representation of color #A9C9CB: hue angle of 183.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9C9CB is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 201 | 203 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.20 |
| HSL | 183.53º | 0.25% | 0.73% | - |
| HSV(B) | 183.53º | 0.17% | 0.8% | - |
| XYZ | 48.03 | 54.52 | 64.49 | - |
| YUV | 191.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 203 | 0.17 | 0.01 | 0 | 0.20 | 183.53 | 0.25 | 0.73 |
| Hex | A9 | C9 | CB | 11 | 1 | 0 | 14 | B8 | 19 | 49 |
| Octal | 251 | 311 | 313 | 21 | 1 | 0 | 24 | 270 | 31 | 111 |
| Binary | 10101001 | 11001001 | 11001011 | 10001 | 1 | 0 | 10100 | 10111000 | 11001 | 1001001 |
Color Harmonies of #A9C9CB
Complementary color
Monochromatic Colors of #A9C9CB
Black with #A9C9CB
Text Example
Text Example
White with #A9C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C9CB; }
p { color: rgb(169,201,203); }
H1.HeaderClassName
{
color: #A9C9CB;
}
.AnyTagClassName
{
color: #A9C9CB;
}
</style>
background-color css
<style>
a { background-color: #A9C9CB; }
a { background-color: rgb(169,201,203); }
div.DivClassName
{
background-color: #A9C9CB;
}
.BgClassName
{
background-color: #A9C9CB;
}
</style>
border-color css
<style>
span { border-color: #A9C9CB; }
span { border-color: rgb(169,201,203); }
td.TdClassName
{
border-color: #A9C9CB;
}
.TagClassName
{
border-color: #A9C9CB;
}
</style>