Shades of Jungle Mist #ABC8CB
Tints of Jungle Mist #ABC8CB
RGB
CMYK
RGB Variations
Color information
#ABC8CB (or 0xABC8CB) is known color: Jungle Mist. HEX triplet: AB, C8 and CB. RGB value is (171,200,203). Sum of RGB (Red+Green+Blue) = 171+200+203=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8CB is #543734. Grayscale: #BFBFBF. Windows color (decimal): -5519157 or 13355179. OLE color: 13355179.
HSL color Cylindrical-coordinate representation of color #ABC8CB: hue angle of 185.62º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC8CB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 200 | 203 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.20 |
| HSL | 185.63º | 0.24% | 0.73% | - |
| HSV(B) | 185.63º | 0.16% | 0.8% | - |
| XYZ | 48.23 | 54.28 | 64.43 | - |
| YUV | 191.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 203 | 0.16 | 0.01 | 0 | 0.20 | 185.63 | 0.24 | 0.73 |
| Hex | AB | C8 | CB | 10 | 1 | 0 | 14 | BA | 18 | 49 |
| Octal | 253 | 310 | 313 | 20 | 1 | 0 | 24 | 272 | 30 | 111 |
| Binary | 10101011 | 11001000 | 11001011 | 10000 | 1 | 0 | 10100 | 10111010 | 11000 | 1001001 |
Color Harmonies of #ABC8CB
Complementary color
Monochromatic Colors of #ABC8CB
Black with #ABC8CB
Text Example
Text Example
White with #ABC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8CB; }
p { color: rgb(171,200,203); }
H1.HeaderClassName
{
color: #ABC8CB;
}
.AnyTagClassName
{
color: #ABC8CB;
}
</style>
background-color css
<style>
a { background-color: #ABC8CB; }
a { background-color: rgb(171,200,203); }
div.DivClassName
{
background-color: #ABC8CB;
}
.BgClassName
{
background-color: #ABC8CB;
}
</style>
border-color css
<style>
span { border-color: #ABC8CB; }
span { border-color: rgb(171,200,203); }
td.TdClassName
{
border-color: #ABC8CB;
}
.TagClassName
{
border-color: #ABC8CB;
}
</style>