Shades of Jungle Mist #AFCBCE
Tints of Jungle Mist #AFCBCE
RGB
CMYK
RGB Variations
Color information
#AFCBCE (or 0xAFCBCE) is known color: Jungle Mist. HEX triplet: AF, CB and CE. RGB value is (175,203,206). Sum of RGB (Red+Green+Blue) = 175+203+206=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFCBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBCE is #503431. Grayscale: #C2C2C2. Windows color (decimal): -5256242 or 13552559. OLE color: 13552559.
HSL color Cylindrical-coordinate representation of color #AFCBCE: hue angle of 185.81º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCBCE is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 203 | 206 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.19 |
| HSL | 185.81º | 0.24% | 0.75% | - |
| HSV(B) | 185.81º | 0.15% | 0.81% | - |
| XYZ | 50.18 | 56.28 | 66.61 | - |
| YUV | 194.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 206 | 0.15 | 0.01 | 0 | 0.19 | 185.81 | 0.24 | 0.75 |
| Hex | AF | CB | CE | F | 1 | 0 | 13 | BA | 18 | 4B |
| Octal | 257 | 313 | 316 | 17 | 1 | 0 | 23 | 272 | 30 | 113 |
| Binary | 10101111 | 11001011 | 11001110 | 1111 | 1 | 0 | 10011 | 10111010 | 11000 | 1001011 |
Color Harmonies of #AFCBCE
Complementary color
Monochromatic Colors of #AFCBCE
Black with #AFCBCE
Text Example
Text Example
White with #AFCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBCE; }
p { color: rgb(175,203,206); }
H1.HeaderClassName
{
color: #AFCBCE;
}
.AnyTagClassName
{
color: #AFCBCE;
}
</style>
background-color css
<style>
a { background-color: #AFCBCE; }
a { background-color: rgb(175,203,206); }
div.DivClassName
{
background-color: #AFCBCE;
}
.BgClassName
{
background-color: #AFCBCE;
}
</style>
border-color css
<style>
span { border-color: #AFCBCE; }
span { border-color: rgb(175,203,206); }
td.TdClassName
{
border-color: #AFCBCE;
}
.TagClassName
{
border-color: #AFCBCE;
}
</style>