Shades of Scandal #A6D8CE
Tints of Scandal #A6D8CE
RGB
CMYK
RGB Variations
Color information
#A6D8CE (or 0xA6D8CE) is known color: Scandal. HEX triplet: A6, D8 and CE. RGB value is (166,216,206). Sum of RGB (Red+Green+Blue) = 166+216+206=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8CE is #592731. Grayscale: #C7C7C7. Windows color (decimal): -5842738 or 13555878. OLE color: 13555878.
HSL color Cylindrical-coordinate representation of color #A6D8CE: hue angle of 168º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8CE is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 206 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.15 |
| HSL | 168º | 0.39% | 0.75% | - |
| HSV(B) | 168º | 0.23% | 0.85% | - |
| XYZ | 51.42 | 61.67 | 67.59 | - |
| YUV | 199.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 206 | 0.23 | 0 | 0.05 | 0.15 | 168 | 0.39 | 0.75 |
| Hex | A6 | D8 | CE | 17 | 0 | 5 | F | A8 | 27 | 4B |
| Octal | 246 | 330 | 316 | 27 | 0 | 5 | 17 | 250 | 47 | 113 |
| Binary | 10100110 | 11011000 | 11001110 | 10111 | 0 | 101 | 1111 | 10101000 | 100111 | 1001011 |
Color Harmonies of #A6D8CE
Complementary color
Monochromatic Colors of #A6D8CE
Black with #A6D8CE
Text Example
Text Example
White with #A6D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8CE; }
p { color: rgb(166,216,206); }
H1.HeaderClassName
{
color: #A6D8CE;
}
.AnyTagClassName
{
color: #A6D8CE;
}
</style>
background-color css
<style>
a { background-color: #A6D8CE; }
a { background-color: rgb(166,216,206); }
div.DivClassName
{
background-color: #A6D8CE;
}
.BgClassName
{
background-color: #A6D8CE;
}
</style>
border-color css
<style>
span { border-color: #A6D8CE; }
span { border-color: rgb(166,216,206); }
td.TdClassName
{
border-color: #A6D8CE;
}
.TagClassName
{
border-color: #A6D8CE;
}
</style>