Shades of Nebula #AFDAC1
Tints of Nebula #AFDAC1
RGB
CMYK
RGB Variations
Color information
#AFDAC1 (or 0xAFDAC1) is known color: Nebula. HEX triplet: AF, DA and C1. RGB value is (175,218,193). Sum of RGB (Red+Green+Blue) = 175+218+193=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAC1 is #50253E. Grayscale: #CACACA. Windows color (decimal): -5252415 or 12704431. OLE color: 12704431.
HSL color Cylindrical-coordinate representation of color #AFDAC1: hue angle of 145.12º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAC1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 193 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.15 |
| HSL | 145.12º | 0.37% | 0.77% | - |
| HSV(B) | 145.12º | 0.2% | 0.85% | - |
| XYZ | 52.38 | 63.11 | 59.87 | - |
| YUV | 202.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 193 | 0.20 | 0 | 0.11 | 0.15 | 145.12 | 0.37 | 0.77 |
| Hex | AF | DA | C1 | 14 | 0 | B | F | 91 | 25 | 4D |
| Octal | 257 | 332 | 301 | 24 | 0 | 13 | 17 | 221 | 45 | 115 |
| Binary | 10101111 | 11011010 | 11000001 | 10100 | 0 | 1011 | 1111 | 10010001 | 100101 | 1001101 |
Color Harmonies of #AFDAC1
Complementary color
Monochromatic Colors of #AFDAC1
Black with #AFDAC1
Text Example
Text Example
White with #AFDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDAC1; }
p { color: rgb(175,218,193); }
H1.HeaderClassName
{
color: #AFDAC1;
}
.AnyTagClassName
{
color: #AFDAC1;
}
</style>
background-color css
<style>
a { background-color: #AFDAC1; }
a { background-color: rgb(175,218,193); }
div.DivClassName
{
background-color: #AFDAC1;
}
.BgClassName
{
background-color: #AFDAC1;
}
</style>
border-color css
<style>
span { border-color: #AFDAC1; }
span { border-color: rgb(175,218,193); }
td.TdClassName
{
border-color: #AFDAC1;
}
.TagClassName
{
border-color: #AFDAC1;
}
</style>