Shades of Nebula #AFC5B7
Tints of Nebula #AFC5B7
RGB
CMYK
RGB Variations
Color information
#AFC5B7 (or 0xAFC5B7) is known color: Nebula. HEX triplet: AF, C5 and B7. RGB value is (175,197,183). Sum of RGB (Red+Green+Blue) = 175+197+183=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5B7 is #503A48. Grayscale: #BCBCBC. Windows color (decimal): -5257801 or 12043695. OLE color: 12043695.
HSL color Cylindrical-coordinate representation of color #AFC5B7: hue angle of 141.82º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5B7 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 183 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.23 |
| HSL | 141.82º | 0.16% | 0.73% | - |
| HSV(B) | 141.82º | 0.11% | 0.77% | - |
| XYZ | 46.19 | 52.47 | 52.49 | - |
| YUV | 188.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 183 | 0.11 | 0 | 0.07 | 0.23 | 141.82 | 0.16 | 0.73 |
| Hex | AF | C5 | B7 | B | 0 | 7 | 17 | 8E | 10 | 49 |
| Octal | 257 | 305 | 267 | 13 | 0 | 7 | 27 | 216 | 20 | 111 |
| Binary | 10101111 | 11000101 | 10110111 | 1011 | 0 | 111 | 10111 | 10001110 | 10000 | 1001001 |
Color Harmonies of #AFC5B7
Complementary color
Monochromatic Colors of #AFC5B7
Black with #AFC5B7
Text Example
Text Example
White with #AFC5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5B7; }
p { color: rgb(175,197,183); }
H1.HeaderClassName
{
color: #AFC5B7;
}
.AnyTagClassName
{
color: #AFC5B7;
}
</style>
background-color css
<style>
a { background-color: #AFC5B7; }
a { background-color: rgb(175,197,183); }
div.DivClassName
{
background-color: #AFC5B7;
}
.BgClassName
{
background-color: #AFC5B7;
}
</style>
border-color css
<style>
span { border-color: #AFC5B7; }
span { border-color: rgb(175,197,183); }
td.TdClassName
{
border-color: #AFC5B7;
}
.TagClassName
{
border-color: #AFC5B7;
}
</style>