Shades of Scandal #A6DBCF
Tints of Scandal #A6DBCF
RGB
CMYK
RGB Variations
Color information
#A6DBCF (or 0xA6DBCF) is known color: Scandal. HEX triplet: A6, DB and CF. RGB value is (166,219,207). Sum of RGB (Red+Green+Blue) = 166+219+207=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBCF is #592430. Grayscale: #C9C9C9. Windows color (decimal): -5841969 or 13622182. OLE color: 13622182.
HSL color Cylindrical-coordinate representation of color #A6DBCF: hue angle of 166.42º 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 #A6DBCF is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 207 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.14 |
| HSL | 166.42º | 0.42% | 0.75% | - |
| HSV(B) | 166.42º | 0.24% | 0.86% | - |
| XYZ | 52.32 | 63.28 | 68.49 | - |
| YUV | 201.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 207 | 0.24 | 0 | 0.05 | 0.14 | 166.42 | 0.42 | 0.75 |
| Hex | A6 | DB | CF | 18 | 0 | 5 | E | A6 | 2A | 4B |
| Octal | 246 | 333 | 317 | 30 | 0 | 5 | 16 | 246 | 52 | 113 |
| Binary | 10100110 | 11011011 | 11001111 | 11000 | 0 | 101 | 1110 | 10100110 | 101010 | 1001011 |
Color Harmonies of #A6DBCF
Complementary color
Monochromatic Colors of #A6DBCF
Black with #A6DBCF
Text Example
Text Example
White with #A6DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBCF; }
p { color: rgb(166,219,207); }
H1.HeaderClassName
{
color: #A6DBCF;
}
.AnyTagClassName
{
color: #A6DBCF;
}
</style>
background-color css
<style>
a { background-color: #A6DBCF; }
a { background-color: rgb(166,219,207); }
div.DivClassName
{
background-color: #A6DBCF;
}
.BgClassName
{
background-color: #A6DBCF;
}
</style>
border-color css
<style>
span { border-color: #A6DBCF; }
span { border-color: rgb(166,219,207); }
td.TdClassName
{
border-color: #A6DBCF;
}
.TagClassName
{
border-color: #A6DBCF;
}
</style>