Shades of Scandal #AAD9CA
Tints of Scandal #AAD9CA
RGB
CMYK
RGB Variations
Color information
#AAD9CA (or 0xAAD9CA) is known color: Scandal. HEX triplet: AA, D9 and CA. RGB value is (170,217,202). Sum of RGB (Red+Green+Blue) = 170+217+202=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9CA is #552635. Grayscale: #C9C9C9. Windows color (decimal): -5580342 or 13293994. OLE color: 13293994.
HSL color Cylindrical-coordinate representation of color #AAD9CA: hue angle of 160.85º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD9CA is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 202 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.15 |
| HSL | 160.85º | 0.38% | 0.76% | - |
| HSV(B) | 160.85º | 0.22% | 0.85% | - |
| XYZ | 52.05 | 62.44 | 65.19 | - |
| YUV | 201.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 202 | 0.22 | 0 | 0.07 | 0.15 | 160.85 | 0.38 | 0.76 |
| Hex | AA | D9 | CA | 16 | 0 | 7 | F | A1 | 26 | 4C |
| Octal | 252 | 331 | 312 | 26 | 0 | 7 | 17 | 241 | 46 | 114 |
| Binary | 10101010 | 11011001 | 11001010 | 10110 | 0 | 111 | 1111 | 10100001 | 100110 | 1001100 |
Color Harmonies of #AAD9CA
Complementary color
Monochromatic Colors of #AAD9CA
Black with #AAD9CA
Text Example
Text Example
White with #AAD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9CA; }
p { color: rgb(170,217,202); }
H1.HeaderClassName
{
color: #AAD9CA;
}
.AnyTagClassName
{
color: #AAD9CA;
}
</style>
background-color css
<style>
a { background-color: #AAD9CA; }
a { background-color: rgb(170,217,202); }
div.DivClassName
{
background-color: #AAD9CA;
}
.BgClassName
{
background-color: #AAD9CA;
}
</style>
border-color css
<style>
span { border-color: #AAD9CA; }
span { border-color: rgb(170,217,202); }
td.TdClassName
{
border-color: #AAD9CA;
}
.TagClassName
{
border-color: #AAD9CA;
}
</style>