Shades of Scandal #A6DCCF
Tints of Scandal #A6DCCF
RGB
CMYK
RGB Variations
Color information
#A6DCCF (or 0xA6DCCF) is known color: Scandal. HEX triplet: A6, DC and CF. RGB value is (166,220,207). Sum of RGB (Red+Green+Blue) = 166+220+207=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCCF is #592330. Grayscale: #CACACA. Windows color (decimal): -5841713 or 13622438. OLE color: 13622438.
HSL color Cylindrical-coordinate representation of color #A6DCCF: hue angle of 165.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCCF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 207 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.14 |
| HSL | 165.56º | 0.44% | 0.76% | - |
| HSV(B) | 165.56º | 0.25% | 0.86% | - |
| XYZ | 52.58 | 63.8 | 68.57 | - |
| YUV | 202.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 207 | 0.25 | 0 | 0.06 | 0.14 | 165.56 | 0.44 | 0.76 |
| Hex | A6 | DC | CF | 19 | 0 | 6 | E | A6 | 2C | 4C |
| Octal | 246 | 334 | 317 | 31 | 0 | 6 | 16 | 246 | 54 | 114 |
| Binary | 10100110 | 11011100 | 11001111 | 11001 | 0 | 110 | 1110 | 10100110 | 101100 | 1001100 |
Color Harmonies of #A6DCCF
Complementary color
Monochromatic Colors of #A6DCCF
Black with #A6DCCF
Text Example
Text Example
White with #A6DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCCF; }
p { color: rgb(166,220,207); }
H1.HeaderClassName
{
color: #A6DCCF;
}
.AnyTagClassName
{
color: #A6DCCF;
}
</style>
background-color css
<style>
a { background-color: #A6DCCF; }
a { background-color: rgb(166,220,207); }
div.DivClassName
{
background-color: #A6DCCF;
}
.BgClassName
{
background-color: #A6DCCF;
}
</style>
border-color css
<style>
span { border-color: #A6DCCF; }
span { border-color: rgb(166,220,207); }
td.TdClassName
{
border-color: #A6DCCF;
}
.TagClassName
{
border-color: #A6DCCF;
}
</style>