Shades of Nebula #AED3BF
Tints of Nebula #AED3BF
RGB
CMYK
RGB Variations
Color information
#AED3BF (or 0xAED3BF) is known color: Nebula. HEX triplet: AE, D3 and BF. RGB value is (174,211,191). Sum of RGB (Red+Green+Blue) = 174+211+191=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3BF is #512C40. Grayscale: #C5C5C5. Windows color (decimal): -5319745 or 12571566. OLE color: 12571566.
HSL color Cylindrical-coordinate representation of color #AED3BF: hue angle of 147.57º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED3BF is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 191 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.17 |
| HSL | 147.57º | 0.3% | 0.75% | - |
| HSV(B) | 147.57º | 0.18% | 0.83% | - |
| XYZ | 50.15 | 59.35 | 58.1 | - |
| YUV | 197.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 191 | 0.18 | 0 | 0.09 | 0.17 | 147.57 | 0.3 | 0.75 |
| Hex | AE | D3 | BF | 12 | 0 | 9 | 11 | 94 | 1E | 4B |
| Octal | 256 | 323 | 277 | 22 | 0 | 11 | 21 | 224 | 36 | 113 |
| Binary | 10101110 | 11010011 | 10111111 | 10010 | 0 | 1001 | 10001 | 10010100 | 11110 | 1001011 |
Color Harmonies of #AED3BF
Complementary color
Monochromatic Colors of #AED3BF
Black with #AED3BF
Text Example
Text Example
White with #AED3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3BF; }
p { color: rgb(174,211,191); }
H1.HeaderClassName
{
color: #AED3BF;
}
.AnyTagClassName
{
color: #AED3BF;
}
</style>
background-color css
<style>
a { background-color: #AED3BF; }
a { background-color: rgb(174,211,191); }
div.DivClassName
{
background-color: #AED3BF;
}
.BgClassName
{
background-color: #AED3BF;
}
</style>
border-color css
<style>
span { border-color: #AED3BF; }
span { border-color: rgb(174,211,191); }
td.TdClassName
{
border-color: #AED3BF;
}
.TagClassName
{
border-color: #AED3BF;
}
</style>