Shades of Scandal #A6DBCA
Tints of Scandal #A6DBCA
RGB
CMYK
RGB Variations
Color information
#A6DBCA (or 0xA6DBCA) is known color: Scandal. HEX triplet: A6, DB and CA. RGB value is (166,219,202). Sum of RGB (Red+Green+Blue) = 166+219+202=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBCA is #592435. Grayscale: #C9C9C9. Windows color (decimal): -5841974 or 13294502. OLE color: 13294502.
HSL color Cylindrical-coordinate representation of color #A6DBCA: hue angle of 160.75º 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 #A6DBCA is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 202 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.14 |
| HSL | 160.75º | 0.42% | 0.75% | - |
| HSV(B) | 160.75º | 0.24% | 0.86% | - |
| XYZ | 51.72 | 63.03 | 65.32 | - |
| YUV | 201.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 202 | 0.24 | 0 | 0.08 | 0.14 | 160.75 | 0.42 | 0.75 |
| Hex | A6 | DB | CA | 18 | 0 | 8 | E | A1 | 2A | 4B |
| Octal | 246 | 333 | 312 | 30 | 0 | 10 | 16 | 241 | 52 | 113 |
| Binary | 10100110 | 11011011 | 11001010 | 11000 | 0 | 1000 | 1110 | 10100001 | 101010 | 1001011 |
Color Harmonies of #A6DBCA
Complementary color
Monochromatic Colors of #A6DBCA
Black with #A6DBCA
Text Example
Text Example
White with #A6DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBCA; }
p { color: rgb(166,219,202); }
H1.HeaderClassName
{
color: #A6DBCA;
}
.AnyTagClassName
{
color: #A6DBCA;
}
</style>
background-color css
<style>
a { background-color: #A6DBCA; }
a { background-color: rgb(166,219,202); }
div.DivClassName
{
background-color: #A6DBCA;
}
.BgClassName
{
background-color: #A6DBCA;
}
</style>
border-color css
<style>
span { border-color: #A6DBCA; }
span { border-color: rgb(166,219,202); }
td.TdClassName
{
border-color: #A6DBCA;
}
.TagClassName
{
border-color: #A6DBCA;
}
</style>