Shades of Scandal #A3DBCC
Tints of Scandal #A3DBCC
RGB
CMYK
RGB Variations
Color information
#A3DBCC (or 0xA3DBCC) is known color: Scandal. HEX triplet: A3, DB and CC. RGB value is (163,219,204). Sum of RGB (Red+Green+Blue) = 163+219+204=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBCC is #5C2433. Grayscale: #C8C8C8. Windows color (decimal): -6038580 or 13425571. OLE color: 13425571.
HSL color Cylindrical-coordinate representation of color #A3DBCC: hue angle of 163.93º 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 #A3DBCC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 204 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.14 |
| HSL | 163.93º | 0.44% | 0.75% | - |
| HSV(B) | 163.93º | 0.26% | 0.86% | - |
| XYZ | 51.33 | 62.81 | 66.54 | - |
| YUV | 200.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 204 | 0.26 | 0 | 0.07 | 0.14 | 163.93 | 0.44 | 0.75 |
| Hex | A3 | DB | CC | 1A | 0 | 7 | E | A4 | 2C | 4B |
| Octal | 243 | 333 | 314 | 32 | 0 | 7 | 16 | 244 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11001100 | 11010 | 0 | 111 | 1110 | 10100100 | 101100 | 1001011 |
Color Harmonies of #A3DBCC
Complementary color
Monochromatic Colors of #A3DBCC
Black with #A3DBCC
Text Example
Text Example
White with #A3DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBCC; }
p { color: rgb(163,219,204); }
H1.HeaderClassName
{
color: #A3DBCC;
}
.AnyTagClassName
{
color: #A3DBCC;
}
</style>
background-color css
<style>
a { background-color: #A3DBCC; }
a { background-color: rgb(163,219,204); }
div.DivClassName
{
background-color: #A3DBCC;
}
.BgClassName
{
background-color: #A3DBCC;
}
</style>
border-color css
<style>
span { border-color: #A3DBCC; }
span { border-color: rgb(163,219,204); }
td.TdClassName
{
border-color: #A3DBCC;
}
.TagClassName
{
border-color: #A3DBCC;
}
</style>