Shades of Nebula #AFDBC3
Tints of Nebula #AFDBC3
RGB
CMYK
RGB Variations
Color information
#AFDBC3 (or 0xAFDBC3) is known color: Nebula. HEX triplet: AF, DB and C3. RGB value is (175,219,195). Sum of RGB (Red+Green+Blue) = 175+219+195=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBC3 is #50243C. Grayscale: #CBCBCB. Windows color (decimal): -5252157 or 12835759. OLE color: 12835759.
HSL color Cylindrical-coordinate representation of color #AFDBC3: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBC3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 195 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.14 |
| HSL | 147.27º | 0.38% | 0.77% | - |
| HSV(B) | 147.27º | 0.2% | 0.86% | - |
| XYZ | 52.86 | 63.72 | 61.14 | - |
| YUV | 203.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 195 | 0.20 | 0 | 0.11 | 0.14 | 147.27 | 0.38 | 0.77 |
| Hex | AF | DB | C3 | 14 | 0 | B | E | 93 | 26 | 4D |
| Octal | 257 | 333 | 303 | 24 | 0 | 13 | 16 | 223 | 46 | 115 |
| Binary | 10101111 | 11011011 | 11000011 | 10100 | 0 | 1011 | 1110 | 10010011 | 100110 | 1001101 |
Color Harmonies of #AFDBC3
Complementary color
Monochromatic Colors of #AFDBC3
Black with #AFDBC3
Text Example
Text Example
White with #AFDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBC3; }
p { color: rgb(175,219,195); }
H1.HeaderClassName
{
color: #AFDBC3;
}
.AnyTagClassName
{
color: #AFDBC3;
}
</style>
background-color css
<style>
a { background-color: #AFDBC3; }
a { background-color: rgb(175,219,195); }
div.DivClassName
{
background-color: #AFDBC3;
}
.BgClassName
{
background-color: #AFDBC3;
}
</style>
border-color css
<style>
span { border-color: #AFDBC3; }
span { border-color: rgb(175,219,195); }
td.TdClassName
{
border-color: #AFDBC3;
}
.TagClassName
{
border-color: #AFDBC3;
}
</style>