Shades of Nebula #AED9C1
Tints of Nebula #AED9C1
RGB
CMYK
RGB Variations
Color information
#AED9C1 (or 0xAED9C1) is known color: Nebula. HEX triplet: AE, D9 and C1. RGB value is (174,217,193). Sum of RGB (Red+Green+Blue) = 174+217+193=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9C1 is #51263E. Grayscale: #C9C9C9. Windows color (decimal): -5318207 or 12704174. OLE color: 12704174.
HSL color Cylindrical-coordinate representation of color #AED9C1: hue angle of 146.51º degrees, saturation: 0.36, 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 #AED9C1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 193 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.15 |
| HSL | 146.51º | 0.36% | 0.77% | - |
| HSV(B) | 146.51º | 0.2% | 0.85% | - |
| XYZ | 51.89 | 62.47 | 59.78 | - |
| YUV | 201.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 193 | 0.20 | 0 | 0.11 | 0.15 | 146.51 | 0.36 | 0.77 |
| Hex | AE | D9 | C1 | 14 | 0 | B | F | 93 | 24 | 4D |
| Octal | 256 | 331 | 301 | 24 | 0 | 13 | 17 | 223 | 44 | 115 |
| Binary | 10101110 | 11011001 | 11000001 | 10100 | 0 | 1011 | 1111 | 10010011 | 100100 | 1001101 |
Color Harmonies of #AED9C1
Complementary color
Monochromatic Colors of #AED9C1
Black with #AED9C1
Text Example
Text Example
White with #AED9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED9C1; }
p { color: rgb(174,217,193); }
H1.HeaderClassName
{
color: #AED9C1;
}
.AnyTagClassName
{
color: #AED9C1;
}
</style>
background-color css
<style>
a { background-color: #AED9C1; }
a { background-color: rgb(174,217,193); }
div.DivClassName
{
background-color: #AED9C1;
}
.BgClassName
{
background-color: #AED9C1;
}
</style>
border-color css
<style>
span { border-color: #AED9C1; }
span { border-color: rgb(174,217,193); }
td.TdClassName
{
border-color: #AED9C1;
}
.TagClassName
{
border-color: #AED9C1;
}
</style>