Shades of Scandal #A6E1DB
Tints of Scandal #A6E1DB
RGB
CMYK
RGB Variations
Color information
#A6E1DB (or 0xA6E1DB) is known color: Scandal. HEX triplet: A6, E1 and DB. RGB value is (166,225,219). Sum of RGB (Red+Green+Blue) = 166+225+219=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1DB is #591E24. Grayscale: #CECECE. Windows color (decimal): -5840421 or 14410150. OLE color: 14410150.
HSL color Cylindrical-coordinate representation of color #A6E1DB: hue angle of 173.9º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1DB is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 219 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.12 |
| HSL | 173.9º | 0.5% | 0.77% | - |
| HSV(B) | 173.9º | 0.26% | 0.88% | - |
| XYZ | 55.44 | 67.07 | 77.04 | - |
| YUV | 206.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 219 | 0.26 | 0 | 0.03 | 0.12 | 173.9 | 0.5 | 0.77 |
| Hex | A6 | E1 | DB | 1A | 0 | 3 | C | AE | 32 | 4D |
| Octal | 246 | 341 | 333 | 32 | 0 | 3 | 14 | 256 | 62 | 115 |
| Binary | 10100110 | 11100001 | 11011011 | 11010 | 0 | 11 | 1100 | 10101110 | 110010 | 1001101 |
Color Harmonies of #A6E1DB
Complementary color
Monochromatic Colors of #A6E1DB
Black with #A6E1DB
Text Example
Text Example
White with #A6E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E1DB; }
p { color: rgb(166,225,219); }
H1.HeaderClassName
{
color: #A6E1DB;
}
.AnyTagClassName
{
color: #A6E1DB;
}
</style>
background-color css
<style>
a { background-color: #A6E1DB; }
a { background-color: rgb(166,225,219); }
div.DivClassName
{
background-color: #A6E1DB;
}
.BgClassName
{
background-color: #A6E1DB;
}
</style>
border-color css
<style>
span { border-color: #A6E1DB; }
span { border-color: rgb(166,225,219); }
td.TdClassName
{
border-color: #A6E1DB;
}
.TagClassName
{
border-color: #A6E1DB;
}
</style>