Shades of Scandal #ABD6CA
Tints of Scandal #ABD6CA
RGB
CMYK
RGB Variations
Color information
#ABD6CA (or 0xABD6CA) is known color: Scandal. HEX triplet: AB, D6 and CA. RGB value is (171,214,202). Sum of RGB (Red+Green+Blue) = 171+214+202=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6CA is #542935. Grayscale: #C7C7C7. Windows color (decimal): -5515574 or 13293227. OLE color: 13293227.
HSL color Cylindrical-coordinate representation of color #ABD6CA: hue angle of 163.26º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6CA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 202 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.16 |
| HSL | 163.26º | 0.34% | 0.75% | - |
| HSV(B) | 163.26º | 0.2% | 0.84% | - |
| XYZ | 51.5 | 61.02 | 64.94 | - |
| YUV | 199.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 202 | 0.20 | 0 | 0.06 | 0.16 | 163.26 | 0.34 | 0.75 |
| Hex | AB | D6 | CA | 14 | 0 | 6 | 10 | A3 | 22 | 4B |
| Octal | 253 | 326 | 312 | 24 | 0 | 6 | 20 | 243 | 42 | 113 |
| Binary | 10101011 | 11010110 | 11001010 | 10100 | 0 | 110 | 10000 | 10100011 | 100010 | 1001011 |
Color Harmonies of #ABD6CA
Complementary color
Monochromatic Colors of #ABD6CA
Black with #ABD6CA
Text Example
Text Example
White with #ABD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD6CA; }
p { color: rgb(171,214,202); }
H1.HeaderClassName
{
color: #ABD6CA;
}
.AnyTagClassName
{
color: #ABD6CA;
}
</style>
background-color css
<style>
a { background-color: #ABD6CA; }
a { background-color: rgb(171,214,202); }
div.DivClassName
{
background-color: #ABD6CA;
}
.BgClassName
{
background-color: #ABD6CA;
}
</style>
border-color css
<style>
span { border-color: #ABD6CA; }
span { border-color: rgb(171,214,202); }
td.TdClassName
{
border-color: #ABD6CA;
}
.TagClassName
{
border-color: #ABD6CA;
}
</style>