Shades of Scandal #A9DACA
Tints of Scandal #A9DACA
RGB
CMYK
RGB Variations
Color information
#A9DACA (or 0xA9DACA) is known color: Scandal. HEX triplet: A9, DA and CA. RGB value is (169,218,202). Sum of RGB (Red+Green+Blue) = 169+218+202=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DACA is #562535. Grayscale: #C9C9C9. Windows color (decimal): -5645622 or 13294249. OLE color: 13294249.
HSL color Cylindrical-coordinate representation of color #A9DACA: hue angle of 160.41º degrees, saturation: 0.4, 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 #A9DACA is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 202 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.15 |
| HSL | 160.41º | 0.4% | 0.76% | - |
| HSV(B) | 160.41º | 0.22% | 0.85% | - |
| XYZ | 52.09 | 62.84 | 65.26 | - |
| YUV | 201.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 202 | 0.22 | 0 | 0.07 | 0.15 | 160.41 | 0.4 | 0.76 |
| Hex | A9 | DA | CA | 16 | 0 | 7 | F | A0 | 28 | 4C |
| Octal | 251 | 332 | 312 | 26 | 0 | 7 | 17 | 240 | 50 | 114 |
| Binary | 10101001 | 11011010 | 11001010 | 10110 | 0 | 111 | 1111 | 10100000 | 101000 | 1001100 |
Color Harmonies of #A9DACA
Complementary color
Monochromatic Colors of #A9DACA
Black with #A9DACA
Text Example
Text Example
White with #A9DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DACA; }
p { color: rgb(169,218,202); }
H1.HeaderClassName
{
color: #A9DACA;
}
.AnyTagClassName
{
color: #A9DACA;
}
</style>
background-color css
<style>
a { background-color: #A9DACA; }
a { background-color: rgb(169,218,202); }
div.DivClassName
{
background-color: #A9DACA;
}
.BgClassName
{
background-color: #A9DACA;
}
</style>
border-color css
<style>
span { border-color: #A9DACA; }
span { border-color: rgb(169,218,202); }
td.TdClassName
{
border-color: #A9DACA;
}
.TagClassName
{
border-color: #A9DACA;
}
</style>