Shades of Scandal #AAD8C9
Tints of Scandal #AAD8C9
RGB
CMYK
RGB Variations
Color information
#AAD8C9 (or 0xAAD8C9) is known color: Scandal. HEX triplet: AA, D8 and C9. RGB value is (170,216,201). Sum of RGB (Red+Green+Blue) = 170+216+201=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8C9 is #552736. Grayscale: #C8C8C8. Windows color (decimal): -5580599 or 13228202. OLE color: 13228202.
HSL color Cylindrical-coordinate representation of color #AAD8C9: hue angle of 160.43º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8C9 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 201 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.15 |
| HSL | 160.43º | 0.37% | 0.76% | - |
| HSV(B) | 160.43º | 0.21% | 0.85% | - |
| XYZ | 51.68 | 61.87 | 64.48 | - |
| YUV | 200.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 201 | 0.21 | 0 | 0.07 | 0.15 | 160.43 | 0.37 | 0.76 |
| Hex | AA | D8 | C9 | 15 | 0 | 7 | F | A0 | 25 | 4C |
| Octal | 252 | 330 | 311 | 25 | 0 | 7 | 17 | 240 | 45 | 114 |
| Binary | 10101010 | 11011000 | 11001001 | 10101 | 0 | 111 | 1111 | 10100000 | 100101 | 1001100 |
Color Harmonies of #AAD8C9
Complementary color
Monochromatic Colors of #AAD8C9
Black with #AAD8C9
Text Example
Text Example
White with #AAD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8C9; }
p { color: rgb(170,216,201); }
H1.HeaderClassName
{
color: #AAD8C9;
}
.AnyTagClassName
{
color: #AAD8C9;
}
</style>
background-color css
<style>
a { background-color: #AAD8C9; }
a { background-color: rgb(170,216,201); }
div.DivClassName
{
background-color: #AAD8C9;
}
.BgClassName
{
background-color: #AAD8C9;
}
</style>
border-color css
<style>
span { border-color: #AAD8C9; }
span { border-color: rgb(170,216,201); }
td.TdClassName
{
border-color: #AAD8C9;
}
.TagClassName
{
border-color: #AAD8C9;
}
</style>