Shades of Nebula #AFC6B7
Tints of Nebula #AFC6B7
RGB
CMYK
RGB Variations
Color information
#AFC6B7 (or 0xAFC6B7) is known color: Nebula. HEX triplet: AF, C6 and B7. RGB value is (175,198,183). Sum of RGB (Red+Green+Blue) = 175+198+183=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6B7 is #503948. Grayscale: #BDBDBD. Windows color (decimal): -5257545 or 12043951. OLE color: 12043951.
HSL color Cylindrical-coordinate representation of color #AFC6B7: hue angle of 140.87º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC6B7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 183 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.22 |
| HSL | 140.87º | 0.17% | 0.73% | - |
| HSV(B) | 140.87º | 0.12% | 0.78% | - |
| XYZ | 46.42 | 52.92 | 52.57 | - |
| YUV | 189.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 183 | 0.12 | 0 | 0.08 | 0.22 | 140.87 | 0.17 | 0.73 |
| Hex | AF | C6 | B7 | C | 0 | 8 | 16 | 8D | 11 | 49 |
| Octal | 257 | 306 | 267 | 14 | 0 | 10 | 26 | 215 | 21 | 111 |
| Binary | 10101111 | 11000110 | 10110111 | 1100 | 0 | 1000 | 10110 | 10001101 | 10001 | 1001001 |
Color Harmonies of #AFC6B7
Complementary color
Monochromatic Colors of #AFC6B7
Black with #AFC6B7
Text Example
Text Example
White with #AFC6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6B7; }
p { color: rgb(175,198,183); }
H1.HeaderClassName
{
color: #AFC6B7;
}
.AnyTagClassName
{
color: #AFC6B7;
}
</style>
background-color css
<style>
a { background-color: #AFC6B7; }
a { background-color: rgb(175,198,183); }
div.DivClassName
{
background-color: #AFC6B7;
}
.BgClassName
{
background-color: #AFC6B7;
}
</style>
border-color css
<style>
span { border-color: #AFC6B7; }
span { border-color: rgb(175,198,183); }
td.TdClassName
{
border-color: #AFC6B7;
}
.TagClassName
{
border-color: #AFC6B7;
}
</style>