Shades of Scandal #A3DBC5
Tints of Scandal #A3DBC5
RGB
CMYK
RGB Variations
Color information
#A3DBC5 (or 0xA3DBC5) is known color: Scandal. HEX triplet: A3, DB and C5. RGB value is (163,219,197). Sum of RGB (Red+Green+Blue) = 163+219+197=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBC5 is #5C243A. Grayscale: #C7C7C7. Windows color (decimal): -6038587 or 12966819. OLE color: 12966819.
HSL color Cylindrical-coordinate representation of color #A3DBC5: hue angle of 156.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBC5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 197 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.14 |
| HSL | 156.43º | 0.44% | 0.75% | - |
| HSV(B) | 156.43º | 0.26% | 0.86% | - |
| XYZ | 50.51 | 62.48 | 62.22 | - |
| YUV | 199.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 197 | 0.26 | 0 | 0.10 | 0.14 | 156.43 | 0.44 | 0.75 |
| Hex | A3 | DB | C5 | 1A | 0 | A | E | 9C | 2C | 4B |
| Octal | 243 | 333 | 305 | 32 | 0 | 12 | 16 | 234 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11000101 | 11010 | 0 | 1010 | 1110 | 10011100 | 101100 | 1001011 |
Color Harmonies of #A3DBC5
Complementary color
Monochromatic Colors of #A3DBC5
Black with #A3DBC5
Text Example
Text Example
White with #A3DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBC5; }
p { color: rgb(163,219,197); }
H1.HeaderClassName
{
color: #A3DBC5;
}
.AnyTagClassName
{
color: #A3DBC5;
}
</style>
background-color css
<style>
a { background-color: #A3DBC5; }
a { background-color: rgb(163,219,197); }
div.DivClassName
{
background-color: #A3DBC5;
}
.BgClassName
{
background-color: #A3DBC5;
}
</style>
border-color css
<style>
span { border-color: #A3DBC5; }
span { border-color: rgb(163,219,197); }
td.TdClassName
{
border-color: #A3DBC5;
}
.TagClassName
{
border-color: #A3DBC5;
}
</style>