Shades of Jungle Mist #A6C9CA
Tints of Jungle Mist #A6C9CA
RGB
CMYK
RGB Variations
Color information
#A6C9CA (or 0xA6C9CA) is known color: Jungle Mist. HEX triplet: A6, C9 and CA. RGB value is (166,201,202). Sum of RGB (Red+Green+Blue) = 166+201+202=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6C9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C9CA is #593635. Grayscale: #BEBEBE. Windows color (decimal): -5846582 or 13289894. OLE color: 13289894.
HSL color Cylindrical-coordinate representation of color #A6C9CA: hue angle of 181.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C9CA is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 202 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.21 |
| HSL | 181.67º | 0.25% | 0.72% | - |
| HSV(B) | 181.67º | 0.18% | 0.79% | - |
| XYZ | 47.27 | 54.14 | 63.84 | - |
| YUV | 190.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 202 | 0.18 | 0.00 | 0 | 0.21 | 181.67 | 0.25 | 0.72 |
| Hex | A6 | C9 | CA | 12 | 0 | 0 | 15 | B6 | 19 | 48 |
| Octal | 246 | 311 | 312 | 22 | 0 | 0 | 25 | 266 | 31 | 110 |
| Binary | 10100110 | 11001001 | 11001010 | 10010 | 0 | 0 | 10101 | 10110110 | 11001 | 1001000 |
Color Harmonies of #A6C9CA
Complementary color
Monochromatic Colors of #A6C9CA
Black with #A6C9CA
Text Example
Text Example
White with #A6C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C9CA; }
p { color: rgb(166,201,202); }
H1.HeaderClassName
{
color: #A6C9CA;
}
.AnyTagClassName
{
color: #A6C9CA;
}
</style>
background-color css
<style>
a { background-color: #A6C9CA; }
a { background-color: rgb(166,201,202); }
div.DivClassName
{
background-color: #A6C9CA;
}
.BgClassName
{
background-color: #A6C9CA;
}
</style>
border-color css
<style>
span { border-color: #A6C9CA; }
span { border-color: rgb(166,201,202); }
td.TdClassName
{
border-color: #A6C9CA;
}
.TagClassName
{
border-color: #A6C9CA;
}
</style>