Shades of Scandal #A3DBCB
Tints of Scandal #A3DBCB
RGB
CMYK
RGB Variations
Color information
#A3DBCB (or 0xA3DBCB) is known color: Scandal. HEX triplet: A3, DB and CB. RGB value is (163,219,203). Sum of RGB (Red+Green+Blue) = 163+219+203=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBCB is #5C2434. Grayscale: #C8C8C8. Windows color (decimal): -6038581 or 13360035. OLE color: 13360035.
HSL color Cylindrical-coordinate representation of color #A3DBCB: hue angle of 162.86º 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 #A3DBCB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 203 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.14 |
| HSL | 162.86º | 0.44% | 0.75% | - |
| HSV(B) | 162.86º | 0.26% | 0.86% | - |
| XYZ | 51.22 | 62.76 | 65.91 | - |
| YUV | 200.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 203 | 0.26 | 0 | 0.07 | 0.14 | 162.86 | 0.44 | 0.75 |
| Hex | A3 | DB | CB | 1A | 0 | 7 | E | A3 | 2C | 4B |
| Octal | 243 | 333 | 313 | 32 | 0 | 7 | 16 | 243 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11001011 | 11010 | 0 | 111 | 1110 | 10100011 | 101100 | 1001011 |
Color Harmonies of #A3DBCB
Complementary color
Monochromatic Colors of #A3DBCB
Black with #A3DBCB
Text Example
Text Example
White with #A3DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBCB; }
p { color: rgb(163,219,203); }
H1.HeaderClassName
{
color: #A3DBCB;
}
.AnyTagClassName
{
color: #A3DBCB;
}
</style>
background-color css
<style>
a { background-color: #A3DBCB; }
a { background-color: rgb(163,219,203); }
div.DivClassName
{
background-color: #A3DBCB;
}
.BgClassName
{
background-color: #A3DBCB;
}
</style>
border-color css
<style>
span { border-color: #A3DBCB; }
span { border-color: rgb(163,219,203); }
td.TdClassName
{
border-color: #A3DBCB;
}
.TagClassName
{
border-color: #A3DBCB;
}
</style>