Shades of Nebula #AED6C2
Tints of Nebula #AED6C2
RGB
CMYK
RGB Variations
Color information
#AED6C2 (or 0xAED6C2) is known color: Nebula. HEX triplet: AE, D6 and C2. RGB value is (174,214,194). Sum of RGB (Red+Green+Blue) = 174+214+194=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6C2 is #51293D. Grayscale: #C7C7C7. Windows color (decimal): -5318974 or 12768942. OLE color: 12768942.
HSL color Cylindrical-coordinate representation of color #AED6C2: hue angle of 150º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6C2 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
RGB | 174 | 214 | 194 | - |
CMYK | 0.19 | 0 | 0.09 | 0.16 |
HSL | 150º | 0.33% | 0.76% | - |
HSV(B) | 150º | 0.19% | 0.84% | - |
XYZ | 51.24 | 60.99 | 60.11 | - |
YUV | 199.76 | 124.75 | 109.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 214 | 194 | 0.19 | 0 | 0.09 | 0.16 | 150 | 0.33 | 0.76 |
Hex | AE | D6 | C2 | 13 | 0 | 9 | 10 | 96 | 21 | 4C |
Octal | 256 | 326 | 302 | 23 | 0 | 11 | 20 | 226 | 41 | 114 |
Binary | 10101110 | 11010110 | 11000010 | 10011 | 0 | 1001 | 10000 | 10010110 | 100001 | 1001100 |
Color Harmonies of #AED6C2
Complementary color
Monochromatic Colors of #AED6C2
Black with #AED6C2
Text Example
Text Example
White with #AED6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6C2; }
p { color: rgb(174,214,194); }
H1.HeaderClassName
{
color: #AED6C2;
}
.AnyTagClassName
{
color: #AED6C2;
}
</style>
background-color css
<style>
a { background-color: #AED6C2; }
a { background-color: rgb(174,214,194); }
div.DivClassName
{
background-color: #AED6C2;
}
.BgClassName
{
background-color: #AED6C2;
}
</style>
border-color css
<style>
span { border-color: #AED6C2; }
span { border-color: rgb(174,214,194); }
td.TdClassName
{
border-color: #AED6C2;
}
.TagClassName
{
border-color: #AED6C2;
}
</style>