Shades of Scandal #A6DBCB
Tints of Scandal #A6DBCB
RGB
CMYK
RGB Variations
Color information
#A6DBCB (or 0xA6DBCB) is known color: Scandal. HEX triplet: A6, DB and CB. RGB value is (166,219,203). Sum of RGB (Red+Green+Blue) = 166+219+203=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBCB is #592434. Grayscale: #C9C9C9. Windows color (decimal): -5841973 or 13360038. OLE color: 13360038.
HSL color Cylindrical-coordinate representation of color #A6DBCB: hue angle of 161.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBCB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 203 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.14 |
| HSL | 161.89º | 0.42% | 0.75% | - |
| HSV(B) | 161.89º | 0.24% | 0.86% | - |
| XYZ | 51.84 | 63.08 | 65.94 | - |
| YUV | 201.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 203 | 0.24 | 0 | 0.07 | 0.14 | 161.89 | 0.42 | 0.75 |
| Hex | A6 | DB | CB | 18 | 0 | 7 | E | A2 | 2A | 4B |
| Octal | 246 | 333 | 313 | 30 | 0 | 7 | 16 | 242 | 52 | 113 |
| Binary | 10100110 | 11011011 | 11001011 | 11000 | 0 | 111 | 1110 | 10100010 | 101010 | 1001011 |
Color Harmonies of #A6DBCB
Complementary color
Monochromatic Colors of #A6DBCB
Black with #A6DBCB
Text Example
Text Example
White with #A6DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBCB; }
p { color: rgb(166,219,203); }
H1.HeaderClassName
{
color: #A6DBCB;
}
.AnyTagClassName
{
color: #A6DBCB;
}
</style>
background-color css
<style>
a { background-color: #A6DBCB; }
a { background-color: rgb(166,219,203); }
div.DivClassName
{
background-color: #A6DBCB;
}
.BgClassName
{
background-color: #A6DBCB;
}
</style>
border-color css
<style>
span { border-color: #A6DBCB; }
span { border-color: rgb(166,219,203); }
td.TdClassName
{
border-color: #A6DBCB;
}
.TagClassName
{
border-color: #A6DBCB;
}
</style>