Shades of Nebula #AFD3BD
Tints of Nebula #AFD3BD
RGB
CMYK
RGB Variations
Color information
#AFD3BD (or 0xAFD3BD) is known color: Nebula. HEX triplet: AF, D3 and BD. RGB value is (175,211,189). Sum of RGB (Red+Green+Blue) = 175+211+189=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3BD is #502C42. Grayscale: #C5C5C5. Windows color (decimal): -5254211 or 12440495. OLE color: 12440495.
HSL color Cylindrical-coordinate representation of color #AFD3BD: hue angle of 143.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD3BD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 189 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.17 |
| HSL | 143.33º | 0.29% | 0.76% | - |
| HSV(B) | 143.33º | 0.17% | 0.83% | - |
| XYZ | 50.16 | 59.38 | 56.96 | - |
| YUV | 197.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 189 | 0.17 | 0 | 0.10 | 0.17 | 143.33 | 0.29 | 0.76 |
| Hex | AF | D3 | BD | 11 | 0 | A | 11 | 8F | 1D | 4C |
| Octal | 257 | 323 | 275 | 21 | 0 | 12 | 21 | 217 | 35 | 114 |
| Binary | 10101111 | 11010011 | 10111101 | 10001 | 0 | 1010 | 10001 | 10001111 | 11101 | 1001100 |
Color Harmonies of #AFD3BD
Complementary color
Monochromatic Colors of #AFD3BD
Black with #AFD3BD
Text Example
Text Example
White with #AFD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD3BD; }
p { color: rgb(175,211,189); }
H1.HeaderClassName
{
color: #AFD3BD;
}
.AnyTagClassName
{
color: #AFD3BD;
}
</style>
background-color css
<style>
a { background-color: #AFD3BD; }
a { background-color: rgb(175,211,189); }
div.DivClassName
{
background-color: #AFD3BD;
}
.BgClassName
{
background-color: #AFD3BD;
}
</style>
border-color css
<style>
span { border-color: #AFD3BD; }
span { border-color: rgb(175,211,189); }
td.TdClassName
{
border-color: #AFD3BD;
}
.TagClassName
{
border-color: #AFD3BD;
}
</style>