Shades of Jungle Mist #A6C8CB
Tints of Jungle Mist #A6C8CB
RGB
CMYK
RGB Variations
Color information
#A6C8CB (or 0xA6C8CB) is known color: Jungle Mist. HEX triplet: A6, C8 and CB. RGB value is (166,200,203). Sum of RGB (Red+Green+Blue) = 166+200+203=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C8CB is #593734. Grayscale: #BEBEBE. Windows color (decimal): -5846837 or 13355174. OLE color: 13355174.
HSL color Cylindrical-coordinate representation of color #A6C8CB: hue angle of 184.86º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C8CB is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 200 | 203 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.20 |
| HSL | 184.86º | 0.26% | 0.72% | - |
| HSV(B) | 184.86º | 0.18% | 0.8% | - |
| XYZ | 47.16 | 53.73 | 64.38 | - |
| YUV | 190.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 203 | 0.18 | 0.01 | 0 | 0.20 | 184.86 | 0.26 | 0.72 |
| Hex | A6 | C8 | CB | 12 | 1 | 0 | 14 | B9 | 1A | 48 |
| Octal | 246 | 310 | 313 | 22 | 1 | 0 | 24 | 271 | 32 | 110 |
| Binary | 10100110 | 11001000 | 11001011 | 10010 | 1 | 0 | 10100 | 10111001 | 11010 | 1001000 |
Color Harmonies of #A6C8CB
Complementary color
Monochromatic Colors of #A6C8CB
Black with #A6C8CB
Text Example
Text Example
White with #A6C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8CB; }
p { color: rgb(166,200,203); }
H1.HeaderClassName
{
color: #A6C8CB;
}
.AnyTagClassName
{
color: #A6C8CB;
}
</style>
background-color css
<style>
a { background-color: #A6C8CB; }
a { background-color: rgb(166,200,203); }
div.DivClassName
{
background-color: #A6C8CB;
}
.BgClassName
{
background-color: #A6C8CB;
}
</style>
border-color css
<style>
span { border-color: #A6C8CB; }
span { border-color: rgb(166,200,203); }
td.TdClassName
{
border-color: #A6C8CB;
}
.TagClassName
{
border-color: #A6C8CB;
}
</style>