Shades of Scandal #A9DACB
Tints of Scandal #A9DACB
RGB
CMYK
RGB Variations
Color information
#A9DACB (or 0xA9DACB) is known color: Scandal. HEX triplet: A9, DA and CB. RGB value is (169,218,203). Sum of RGB (Red+Green+Blue) = 169+218+203=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DACB is #562534. Grayscale: #C9C9C9. Windows color (decimal): -5645621 or 13359785. OLE color: 13359785.
HSL color Cylindrical-coordinate representation of color #A9DACB: hue angle of 161.63º 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 #A9DACB is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 203 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.15 |
| HSL | 161.63º | 0.4% | 0.76% | - |
| HSV(B) | 161.63º | 0.22% | 0.85% | - |
| XYZ | 52.21 | 62.89 | 65.89 | - |
| YUV | 201.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 203 | 0.22 | 0 | 0.07 | 0.15 | 161.63 | 0.4 | 0.76 |
| Hex | A9 | DA | CB | 16 | 0 | 7 | F | A2 | 28 | 4C |
| Octal | 251 | 332 | 313 | 26 | 0 | 7 | 17 | 242 | 50 | 114 |
| Binary | 10101001 | 11011010 | 11001011 | 10110 | 0 | 111 | 1111 | 10100010 | 101000 | 1001100 |
Color Harmonies of #A9DACB
Complementary color
Monochromatic Colors of #A9DACB
Black with #A9DACB
Text Example
Text Example
White with #A9DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DACB; }
p { color: rgb(169,218,203); }
H1.HeaderClassName
{
color: #A9DACB;
}
.AnyTagClassName
{
color: #A9DACB;
}
</style>
background-color css
<style>
a { background-color: #A9DACB; }
a { background-color: rgb(169,218,203); }
div.DivClassName
{
background-color: #A9DACB;
}
.BgClassName
{
background-color: #A9DACB;
}
</style>
border-color css
<style>
span { border-color: #A9DACB; }
span { border-color: rgb(169,218,203); }
td.TdClassName
{
border-color: #A9DACB;
}
.TagClassName
{
border-color: #A9DACB;
}
</style>