Shades of Scandal #A9E0DC
Tints of Scandal #A9E0DC
RGB
CMYK
RGB Variations
Color information
#A9E0DC (or 0xA9E0DC) is known color: Scandal. HEX triplet: A9, E0 and DC. RGB value is (169,224,220). Sum of RGB (Red+Green+Blue) = 169+224+220=613 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.57% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0DC is #561F23. Grayscale: #CFCFCF. Windows color (decimal): -5644068 or 14475433. OLE color: 14475433.
HSL color Cylindrical-coordinate representation of color #A9E0DC: hue angle of 175.64º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E0DC is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 220 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.12 |
| HSL | 175.64º | 0.47% | 0.77% | - |
| HSV(B) | 175.64º | 0.25% | 0.88% | - |
| XYZ | 55.94 | 66.91 | 77.68 | - |
| YUV | 207.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 220 | 0.25 | 0 | 0.02 | 0.12 | 175.64 | 0.47 | 0.77 |
| Hex | A9 | E0 | DC | 19 | 0 | 2 | C | B0 | 2F | 4D |
| Octal | 251 | 340 | 334 | 31 | 0 | 2 | 14 | 260 | 57 | 115 |
| Binary | 10101001 | 11100000 | 11011100 | 11001 | 0 | 10 | 1100 | 10110000 | 101111 | 1001101 |
Color Harmonies of #A9E0DC
Complementary color
Monochromatic Colors of #A9E0DC
Black with #A9E0DC
Text Example
Text Example
White with #A9E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E0DC; }
p { color: rgb(169,224,220); }
H1.HeaderClassName
{
color: #A9E0DC;
}
.AnyTagClassName
{
color: #A9E0DC;
}
</style>
background-color css
<style>
a { background-color: #A9E0DC; }
a { background-color: rgb(169,224,220); }
div.DivClassName
{
background-color: #A9E0DC;
}
.BgClassName
{
background-color: #A9E0DC;
}
</style>
border-color css
<style>
span { border-color: #A9E0DC; }
span { border-color: rgb(169,224,220); }
td.TdClassName
{
border-color: #A9E0DC;
}
.TagClassName
{
border-color: #A9E0DC;
}
</style>