Shades of Scandal #A9DACC
Tints of Scandal #A9DACC
RGB
CMYK
RGB Variations
Color information
#A9DACC (or 0xA9DACC) is known color: Scandal. HEX triplet: A9, DA and CC. RGB value is (169,218,204). Sum of RGB (Red+Green+Blue) = 169+218+204=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DACC is #562533. Grayscale: #C9C9C9. Windows color (decimal): -5645620 or 13425321. OLE color: 13425321.
HSL color Cylindrical-coordinate representation of color #A9DACC: hue angle of 162.86º 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 #A9DACC is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 204 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.15 |
| HSL | 162.86º | 0.4% | 0.76% | - |
| HSV(B) | 162.86º | 0.22% | 0.85% | - |
| XYZ | 52.33 | 62.94 | 66.52 | - |
| YUV | 201.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 204 | 0.22 | 0 | 0.06 | 0.15 | 162.86 | 0.4 | 0.76 |
| Hex | A9 | DA | CC | 16 | 0 | 6 | F | A3 | 28 | 4C |
| Octal | 251 | 332 | 314 | 26 | 0 | 6 | 17 | 243 | 50 | 114 |
| Binary | 10101001 | 11011010 | 11001100 | 10110 | 0 | 110 | 1111 | 10100011 | 101000 | 1001100 |
Color Harmonies of #A9DACC
Complementary color
Monochromatic Colors of #A9DACC
Black with #A9DACC
Text Example
Text Example
White with #A9DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DACC; }
p { color: rgb(169,218,204); }
H1.HeaderClassName
{
color: #A9DACC;
}
.AnyTagClassName
{
color: #A9DACC;
}
</style>
background-color css
<style>
a { background-color: #A9DACC; }
a { background-color: rgb(169,218,204); }
div.DivClassName
{
background-color: #A9DACC;
}
.BgClassName
{
background-color: #A9DACC;
}
</style>
border-color css
<style>
span { border-color: #A9DACC; }
span { border-color: rgb(169,218,204); }
td.TdClassName
{
border-color: #A9DACC;
}
.TagClassName
{
border-color: #A9DACC;
}
</style>