Shades of Scandal #A6DBCC
Tints of Scandal #A6DBCC
RGB
CMYK
RGB Variations
Color information
#A6DBCC (or 0xA6DBCC) is known color: Scandal. HEX triplet: A6, DB and CC. RGB value is (166,219,204). Sum of RGB (Red+Green+Blue) = 166+219+204=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBCC is #592433. Grayscale: #C9C9C9. Windows color (decimal): -5841972 or 13425574. OLE color: 13425574.
HSL color Cylindrical-coordinate representation of color #A6DBCC: hue angle of 163.02º 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 #A6DBCC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 204 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.14 |
| HSL | 163.02º | 0.42% | 0.75% | - |
| HSV(B) | 163.02º | 0.24% | 0.86% | - |
| XYZ | 51.96 | 63.13 | 66.57 | - |
| YUV | 201.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 204 | 0.24 | 0 | 0.07 | 0.14 | 163.02 | 0.42 | 0.75 |
| Hex | A6 | DB | CC | 18 | 0 | 7 | E | A3 | 2A | 4B |
| Octal | 246 | 333 | 314 | 30 | 0 | 7 | 16 | 243 | 52 | 113 |
| Binary | 10100110 | 11011011 | 11001100 | 11000 | 0 | 111 | 1110 | 10100011 | 101010 | 1001011 |
Color Harmonies of #A6DBCC
Complementary color
Monochromatic Colors of #A6DBCC
Black with #A6DBCC
Text Example
Text Example
White with #A6DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBCC; }
p { color: rgb(166,219,204); }
H1.HeaderClassName
{
color: #A6DBCC;
}
.AnyTagClassName
{
color: #A6DBCC;
}
</style>
background-color css
<style>
a { background-color: #A6DBCC; }
a { background-color: rgb(166,219,204); }
div.DivClassName
{
background-color: #A6DBCC;
}
.BgClassName
{
background-color: #A6DBCC;
}
</style>
border-color css
<style>
span { border-color: #A6DBCC; }
span { border-color: rgb(166,219,204); }
td.TdClassName
{
border-color: #A6DBCC;
}
.TagClassName
{
border-color: #A6DBCC;
}
</style>