Shades of Scandal #A1D8C8
Tints of Scandal #A1D8C8
RGB
CMYK
RGB Variations
Color information
#A1D8C8 (or 0xA1D8C8) is known color: Scandal. HEX triplet: A1, D8 and C8. RGB value is (161,216,200). Sum of RGB (Red+Green+Blue) = 161+216+200=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8C8 is #5E2737. Grayscale: #C5C5C5. Windows color (decimal): -6170424 or 13162657. OLE color: 13162657.
HSL color Cylindrical-coordinate representation of color #A1D8C8: hue angle of 162.55º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8C8 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 200 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.15 |
| HSL | 162.55º | 0.41% | 0.74% | - |
| HSV(B) | 162.55º | 0.25% | 0.85% | - |
| XYZ | 49.68 | 60.86 | 63.77 | - |
| YUV | 197.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 200 | 0.25 | 0 | 0.07 | 0.15 | 162.55 | 0.41 | 0.74 |
| Hex | A1 | D8 | C8 | 19 | 0 | 7 | F | A3 | 29 | 4A |
| Octal | 241 | 330 | 310 | 31 | 0 | 7 | 17 | 243 | 51 | 112 |
| Binary | 10100001 | 11011000 | 11001000 | 11001 | 0 | 111 | 1111 | 10100011 | 101001 | 1001010 |
Color Harmonies of #A1D8C8
Complementary color
Monochromatic Colors of #A1D8C8
Black with #A1D8C8
Text Example
Text Example
White with #A1D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8C8; }
p { color: rgb(161,216,200); }
H1.HeaderClassName
{
color: #A1D8C8;
}
.AnyTagClassName
{
color: #A1D8C8;
}
</style>
background-color css
<style>
a { background-color: #A1D8C8; }
a { background-color: rgb(161,216,200); }
div.DivClassName
{
background-color: #A1D8C8;
}
.BgClassName
{
background-color: #A1D8C8;
}
</style>
border-color css
<style>
span { border-color: #A1D8C8; }
span { border-color: rgb(161,216,200); }
td.TdClassName
{
border-color: #A1D8C8;
}
.TagClassName
{
border-color: #A1D8C8;
}
</style>