Shades of Nebula #AEDBC3
Tints of Nebula #AEDBC3
RGB
CMYK
RGB Variations
Color information
#AEDBC3 (or 0xAEDBC3) is known color: Nebula. HEX triplet: AE, DB and C3. RGB value is (174,219,195). Sum of RGB (Red+Green+Blue) = 174+219+195=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBC3 is #51243C. Grayscale: #CACACA. Windows color (decimal): -5317693 or 12835758. OLE color: 12835758.
HSL color Cylindrical-coordinate representation of color #AEDBC3: hue angle of 148º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBC3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 195 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.14 |
| HSL | 148º | 0.38% | 0.77% | - |
| HSV(B) | 148º | 0.21% | 0.86% | - |
| XYZ | 52.64 | 63.6 | 61.13 | - |
| YUV | 202.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 195 | 0.21 | 0 | 0.11 | 0.14 | 148 | 0.38 | 0.77 |
| Hex | AE | DB | C3 | 15 | 0 | B | E | 94 | 26 | 4D |
| Octal | 256 | 333 | 303 | 25 | 0 | 13 | 16 | 224 | 46 | 115 |
| Binary | 10101110 | 11011011 | 11000011 | 10101 | 0 | 1011 | 1110 | 10010100 | 100110 | 1001101 |
Color Harmonies of #AEDBC3
Complementary color
Monochromatic Colors of #AEDBC3
Black with #AEDBC3
Text Example
Text Example
White with #AEDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBC3; }
p { color: rgb(174,219,195); }
H1.HeaderClassName
{
color: #AEDBC3;
}
.AnyTagClassName
{
color: #AEDBC3;
}
</style>
background-color css
<style>
a { background-color: #AEDBC3; }
a { background-color: rgb(174,219,195); }
div.DivClassName
{
background-color: #AEDBC3;
}
.BgClassName
{
background-color: #AEDBC3;
}
</style>
border-color css
<style>
span { border-color: #AEDBC3; }
span { border-color: rgb(174,219,195); }
td.TdClassName
{
border-color: #AEDBC3;
}
.TagClassName
{
border-color: #AEDBC3;
}
</style>