Shades of Scandal #A6D8CA
Tints of Scandal #A6D8CA
RGB
CMYK
RGB Variations
Color information
#A6D8CA (or 0xA6D8CA) is known color: Scandal. HEX triplet: A6, D8 and CA. RGB value is (166,216,202). Sum of RGB (Red+Green+Blue) = 166+216+202=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8CA is #592735. Grayscale: #C7C7C7. Windows color (decimal): -5842742 or 13293734. OLE color: 13293734.
HSL color Cylindrical-coordinate representation of color #A6D8CA: hue angle of 163.2º 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 #A6D8CA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 202 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.15 |
| HSL | 163.2º | 0.39% | 0.75% | - |
| HSV(B) | 163.2º | 0.23% | 0.85% | - |
| XYZ | 50.94 | 61.48 | 65.06 | - |
| YUV | 199.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 202 | 0.23 | 0 | 0.06 | 0.15 | 163.2 | 0.39 | 0.75 |
| Hex | A6 | D8 | CA | 17 | 0 | 6 | F | A3 | 27 | 4B |
| Octal | 246 | 330 | 312 | 27 | 0 | 6 | 17 | 243 | 47 | 113 |
| Binary | 10100110 | 11011000 | 11001010 | 10111 | 0 | 110 | 1111 | 10100011 | 100111 | 1001011 |
Color Harmonies of #A6D8CA
Complementary color
Monochromatic Colors of #A6D8CA
Black with #A6D8CA
Text Example
Text Example
White with #A6D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8CA; }
p { color: rgb(166,216,202); }
H1.HeaderClassName
{
color: #A6D8CA;
}
.AnyTagClassName
{
color: #A6D8CA;
}
</style>
background-color css
<style>
a { background-color: #A6D8CA; }
a { background-color: rgb(166,216,202); }
div.DivClassName
{
background-color: #A6D8CA;
}
.BgClassName
{
background-color: #A6D8CA;
}
</style>
border-color css
<style>
span { border-color: #A6D8CA; }
span { border-color: rgb(166,216,202); }
td.TdClassName
{
border-color: #A6D8CA;
}
.TagClassName
{
border-color: #A6D8CA;
}
</style>