Shades of Nebula #AEDAC3
Tints of Nebula #AEDAC3
RGB
CMYK
RGB Variations
Color information
#AEDAC3 (or 0xAEDAC3) is known color: Nebula. HEX triplet: AE, DA and C3. RGB value is (174,218,195). Sum of RGB (Red+Green+Blue) = 174+218+195=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAC3 is #51253C. Grayscale: #CACACA. Windows color (decimal): -5317949 or 12835502. OLE color: 12835502.
HSL color Cylindrical-coordinate representation of color #AEDAC3: hue angle of 148.64º 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 #AEDAC3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 195 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.15 |
| HSL | 148.64º | 0.37% | 0.77% | - |
| HSV(B) | 148.64º | 0.2% | 0.85% | - |
| XYZ | 52.38 | 63.08 | 61.05 | - |
| YUV | 202.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 195 | 0.20 | 0 | 0.11 | 0.15 | 148.64 | 0.37 | 0.77 |
| Hex | AE | DA | C3 | 14 | 0 | B | F | 95 | 25 | 4D |
| Octal | 256 | 332 | 303 | 24 | 0 | 13 | 17 | 225 | 45 | 115 |
| Binary | 10101110 | 11011010 | 11000011 | 10100 | 0 | 1011 | 1111 | 10010101 | 100101 | 1001101 |
Color Harmonies of #AEDAC3
Complementary color
Monochromatic Colors of #AEDAC3
Black with #AEDAC3
Text Example
Text Example
White with #AEDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAC3; }
p { color: rgb(174,218,195); }
H1.HeaderClassName
{
color: #AEDAC3;
}
.AnyTagClassName
{
color: #AEDAC3;
}
</style>
background-color css
<style>
a { background-color: #AEDAC3; }
a { background-color: rgb(174,218,195); }
div.DivClassName
{
background-color: #AEDAC3;
}
.BgClassName
{
background-color: #AEDAC3;
}
</style>
border-color css
<style>
span { border-color: #AEDAC3; }
span { border-color: rgb(174,218,195); }
td.TdClassName
{
border-color: #AEDAC3;
}
.TagClassName
{
border-color: #AEDAC3;
}
</style>