Shades of Jungle Mist #A8C8CB
Tints of Jungle Mist #A8C8CB
RGB
CMYK
RGB Variations
Color information
#A8C8CB (or 0xA8C8CB) is known color: Jungle Mist. HEX triplet: A8, C8 and CB. RGB value is (168,200,203). Sum of RGB (Red+Green+Blue) = 168+200+203=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8CB is #573734. Grayscale: #BEBEBE. Windows color (decimal): -5715765 or 13355176. OLE color: 13355176.
HSL color Cylindrical-coordinate representation of color #A8C8CB: hue angle of 185.14º 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 #A8C8CB is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 168 | 200 | 203 | - |
CMYK | 0.17 | 0.01 | 0 | 0.20 |
HSL | 185.14º | 0.25% | 0.73% | - |
HSV(B) | 185.14º | 0.17% | 0.8% | - |
XYZ | 47.58 | 53.95 | 64.4 | - |
YUV | 190.77 | 134.9 | 111.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 200 | 203 | 0.17 | 0.01 | 0 | 0.20 | 185.14 | 0.25 | 0.73 |
Hex | A8 | C8 | CB | 11 | 1 | 0 | 14 | B9 | 19 | 49 |
Octal | 250 | 310 | 313 | 21 | 1 | 0 | 24 | 271 | 31 | 111 |
Binary | 10101000 | 11001000 | 11001011 | 10001 | 1 | 0 | 10100 | 10111001 | 11001 | 1001001 |
Color Harmonies of #A8C8CB
Complementary color
Monochromatic Colors of #A8C8CB
Black with #A8C8CB
Text Example
Text Example
White with #A8C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8CB; }
p { color: rgb(168,200,203); }
H1.HeaderClassName
{
color: #A8C8CB;
}
.AnyTagClassName
{
color: #A8C8CB;
}
</style>
background-color css
<style>
a { background-color: #A8C8CB; }
a { background-color: rgb(168,200,203); }
div.DivClassName
{
background-color: #A8C8CB;
}
.BgClassName
{
background-color: #A8C8CB;
}
</style>
border-color css
<style>
span { border-color: #A8C8CB; }
span { border-color: rgb(168,200,203); }
td.TdClassName
{
border-color: #A8C8CB;
}
.TagClassName
{
border-color: #A8C8CB;
}
</style>