Shades of Scandal #A9D5CB
Tints of Scandal #A9D5CB
RGB
CMYK
RGB Variations
Color information
#A9D5CB (or 0xA9D5CB) is known color: Scandal. HEX triplet: A9, D5 and CB. RGB value is (169,213,203). Sum of RGB (Red+Green+Blue) = 169+213+203=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5CB is #562A34. Grayscale: #C6C6C6. Windows color (decimal): -5646901 or 13358505. OLE color: 13358505.
HSL color Cylindrical-coordinate representation of color #A9D5CB: hue angle of 166.36º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D5CB is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 203 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.16 |
| HSL | 166.36º | 0.34% | 0.75% | - |
| HSV(B) | 166.36º | 0.21% | 0.84% | - |
| XYZ | 50.94 | 60.34 | 65.46 | - |
| YUV | 198.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 203 | 0.21 | 0 | 0.05 | 0.16 | 166.36 | 0.34 | 0.75 |
| Hex | A9 | D5 | CB | 15 | 0 | 5 | 10 | A6 | 22 | 4B |
| Octal | 251 | 325 | 313 | 25 | 0 | 5 | 20 | 246 | 42 | 113 |
| Binary | 10101001 | 11010101 | 11001011 | 10101 | 0 | 101 | 10000 | 10100110 | 100010 | 1001011 |
Color Harmonies of #A9D5CB
Complementary color
Monochromatic Colors of #A9D5CB
Black with #A9D5CB
Text Example
Text Example
White with #A9D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D5CB; }
p { color: rgb(169,213,203); }
H1.HeaderClassName
{
color: #A9D5CB;
}
.AnyTagClassName
{
color: #A9D5CB;
}
</style>
background-color css
<style>
a { background-color: #A9D5CB; }
a { background-color: rgb(169,213,203); }
div.DivClassName
{
background-color: #A9D5CB;
}
.BgClassName
{
background-color: #A9D5CB;
}
</style>
border-color css
<style>
span { border-color: #A9D5CB; }
span { border-color: rgb(169,213,203); }
td.TdClassName
{
border-color: #A9D5CB;
}
.TagClassName
{
border-color: #A9D5CB;
}
</style>