Shades of Nebula #AFD9C0
Tints of Nebula #AFD9C0
RGB
CMYK
RGB Variations
Color information
#AFD9C0 (or 0xAFD9C0) is known color: Nebula. HEX triplet: AF, D9 and C0. RGB value is (175,217,192). Sum of RGB (Red+Green+Blue) = 175+217+192=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9C0 is #50263F. Grayscale: #C9C9C9. Windows color (decimal): -5252672 or 12638639. OLE color: 12638639.
HSL color Cylindrical-coordinate representation of color #AFD9C0: hue angle of 144.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD9C0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 192 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.15 |
| HSL | 144.29º | 0.36% | 0.77% | - |
| HSV(B) | 144.29º | 0.19% | 0.85% | - |
| XYZ | 52.01 | 62.55 | 59.2 | - |
| YUV | 201.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 192 | 0.19 | 0 | 0.12 | 0.15 | 144.29 | 0.36 | 0.77 |
| Hex | AF | D9 | C0 | 13 | 0 | C | F | 90 | 24 | 4D |
| Octal | 257 | 331 | 300 | 23 | 0 | 14 | 17 | 220 | 44 | 115 |
| Binary | 10101111 | 11011001 | 11000000 | 10011 | 0 | 1100 | 1111 | 10010000 | 100100 | 1001101 |
Color Harmonies of #AFD9C0
Complementary color
Monochromatic Colors of #AFD9C0
Black with #AFD9C0
Text Example
Text Example
White with #AFD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD9C0; }
p { color: rgb(175,217,192); }
H1.HeaderClassName
{
color: #AFD9C0;
}
.AnyTagClassName
{
color: #AFD9C0;
}
</style>
background-color css
<style>
a { background-color: #AFD9C0; }
a { background-color: rgb(175,217,192); }
div.DivClassName
{
background-color: #AFD9C0;
}
.BgClassName
{
background-color: #AFD9C0;
}
</style>
border-color css
<style>
span { border-color: #AFD9C0; }
span { border-color: rgb(175,217,192); }
td.TdClassName
{
border-color: #AFD9C0;
}
.TagClassName
{
border-color: #AFD9C0;
}
</style>