Shades of Jungle Mist #A9CBCC
Tints of Jungle Mist #A9CBCC
RGB
CMYK
RGB Variations
Color information
#A9CBCC (or 0xA9CBCC) is known color: Jungle Mist. HEX triplet: A9, CB and CC. RGB value is (169,203,204). Sum of RGB (Red+Green+Blue) = 169+203+204=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBCC is #563433. Grayscale: #C0C0C0. Windows color (decimal): -5649460 or 13421481. OLE color: 13421481.
HSL color Cylindrical-coordinate representation of color #A9CBCC: hue angle of 181.71º degrees, saturation: 0.26, 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 #A9CBCC is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 203 | 204 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.2 |
| HSL | 181.71º | 0.26% | 0.73% | - |
| HSV(B) | 181.71º | 0.17% | 0.8% | - |
| XYZ | 48.62 | 55.51 | 65.28 | - |
| YUV | 192.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 204 | 0.17 | 0.00 | 0 | 0.2 | 181.71 | 0.26 | 0.73 |
| Hex | A9 | CB | CC | 11 | 0 | 0 | 14 | B6 | 1A | 49 |
| Octal | 251 | 313 | 314 | 21 | 0 | 0 | 24 | 266 | 32 | 111 |
| Binary | 10101001 | 11001011 | 11001100 | 10001 | 0 | 0 | 10100 | 10110110 | 11010 | 1001001 |
Color Harmonies of #A9CBCC
Complementary color
Monochromatic Colors of #A9CBCC
Black with #A9CBCC
Text Example
Text Example
White with #A9CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBCC; }
p { color: rgb(169,203,204); }
H1.HeaderClassName
{
color: #A9CBCC;
}
.AnyTagClassName
{
color: #A9CBCC;
}
</style>
background-color css
<style>
a { background-color: #A9CBCC; }
a { background-color: rgb(169,203,204); }
div.DivClassName
{
background-color: #A9CBCC;
}
.BgClassName
{
background-color: #A9CBCC;
}
</style>
border-color css
<style>
span { border-color: #A9CBCC; }
span { border-color: rgb(169,203,204); }
td.TdClassName
{
border-color: #A9CBCC;
}
.TagClassName
{
border-color: #A9CBCC;
}
</style>