Shades of Scandal #A9D9CA
Tints of Scandal #A9D9CA
RGB
CMYK
RGB Variations
Color information
#A9D9CA (or 0xA9D9CA) is known color: Scandal. HEX triplet: A9, D9 and CA. RGB value is (169,217,202). Sum of RGB (Red+Green+Blue) = 169+217+202=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9CA is #562635. Grayscale: #C8C8C8. Windows color (decimal): -5645878 or 13293993. OLE color: 13293993.
HSL color Cylindrical-coordinate representation of color #A9D9CA: hue angle of 161.25º degrees, saturation: 0.39, 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 #A9D9CA is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 202 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.15 |
| HSL | 161.25º | 0.39% | 0.76% | - |
| HSV(B) | 161.25º | 0.22% | 0.85% | - |
| XYZ | 51.84 | 62.33 | 65.18 | - |
| YUV | 200.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 202 | 0.22 | 0 | 0.07 | 0.15 | 161.25 | 0.39 | 0.76 |
| Hex | A9 | D9 | CA | 16 | 0 | 7 | F | A1 | 27 | 4C |
| Octal | 251 | 331 | 312 | 26 | 0 | 7 | 17 | 241 | 47 | 114 |
| Binary | 10101001 | 11011001 | 11001010 | 10110 | 0 | 111 | 1111 | 10100001 | 100111 | 1001100 |
Color Harmonies of #A9D9CA
Complementary color
Monochromatic Colors of #A9D9CA
Black with #A9D9CA
Text Example
Text Example
White with #A9D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9CA; }
p { color: rgb(169,217,202); }
H1.HeaderClassName
{
color: #A9D9CA;
}
.AnyTagClassName
{
color: #A9D9CA;
}
</style>
background-color css
<style>
a { background-color: #A9D9CA; }
a { background-color: rgb(169,217,202); }
div.DivClassName
{
background-color: #A9D9CA;
}
.BgClassName
{
background-color: #A9D9CA;
}
</style>
border-color css
<style>
span { border-color: #A9D9CA; }
span { border-color: rgb(169,217,202); }
td.TdClassName
{
border-color: #A9D9CA;
}
.TagClassName
{
border-color: #A9D9CA;
}
</style>