Shades of Scandal #A9DACF
Tints of Scandal #A9DACF
RGB
CMYK
RGB Variations
Color information
#A9DACF (or 0xA9DACF) is known color: Scandal. HEX triplet: A9, DA and CF. RGB value is (169,218,207). Sum of RGB (Red+Green+Blue) = 169+218+207=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DACF is #562530. Grayscale: #CACACA. Windows color (decimal): -5645617 or 13621929. OLE color: 13621929.
HSL color Cylindrical-coordinate representation of color #A9DACF: hue angle of 166.53º 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 #A9DACF is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 207 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.15 |
| HSL | 166.53º | 0.4% | 0.76% | - |
| HSV(B) | 166.53º | 0.22% | 0.85% | - |
| XYZ | 52.7 | 63.08 | 68.43 | - |
| YUV | 202.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 207 | 0.22 | 0 | 0.05 | 0.15 | 166.53 | 0.4 | 0.76 |
| Hex | A9 | DA | CF | 16 | 0 | 5 | F | A7 | 28 | 4C |
| Octal | 251 | 332 | 317 | 26 | 0 | 5 | 17 | 247 | 50 | 114 |
| Binary | 10101001 | 11011010 | 11001111 | 10110 | 0 | 101 | 1111 | 10100111 | 101000 | 1001100 |
Color Harmonies of #A9DACF
Complementary color
Monochromatic Colors of #A9DACF
Black with #A9DACF
Text Example
Text Example
White with #A9DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DACF; }
p { color: rgb(169,218,207); }
H1.HeaderClassName
{
color: #A9DACF;
}
.AnyTagClassName
{
color: #A9DACF;
}
</style>
background-color css
<style>
a { background-color: #A9DACF; }
a { background-color: rgb(169,218,207); }
div.DivClassName
{
background-color: #A9DACF;
}
.BgClassName
{
background-color: #A9DACF;
}
</style>
border-color css
<style>
span { border-color: #A9DACF; }
span { border-color: rgb(169,218,207); }
td.TdClassName
{
border-color: #A9DACF;
}
.TagClassName
{
border-color: #A9DACF;
}
</style>