Shades of Scandal #A3D9C8
Tints of Scandal #A3D9C8
RGB
CMYK
RGB Variations
Color information
#A3D9C8 (or 0xA3D9C8) is known color: Scandal. HEX triplet: A3, D9 and C8. RGB value is (163,217,200). Sum of RGB (Red+Green+Blue) = 163+217+200=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D9C8 is #5C2637. Grayscale: #C6C6C6. Windows color (decimal): -6039096 or 13162915. OLE color: 13162915.
HSL color Cylindrical-coordinate representation of color #A3D9C8: hue angle of 161.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3D9C8 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 200 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.15 |
| HSL | 161.11º | 0.42% | 0.75% | - |
| HSV(B) | 161.11º | 0.25% | 0.85% | - |
| XYZ | 50.34 | 61.58 | 63.88 | - |
| YUV | 198.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 200 | 0.25 | 0 | 0.08 | 0.15 | 161.11 | 0.42 | 0.75 |
| Hex | A3 | D9 | C8 | 19 | 0 | 8 | F | A1 | 2A | 4B |
| Octal | 243 | 331 | 310 | 31 | 0 | 10 | 17 | 241 | 52 | 113 |
| Binary | 10100011 | 11011001 | 11001000 | 11001 | 0 | 1000 | 1111 | 10100001 | 101010 | 1001011 |
Color Harmonies of #A3D9C8
Complementary color
Monochromatic Colors of #A3D9C8
Black with #A3D9C8
Text Example
Text Example
White with #A3D9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D9C8; }
p { color: rgb(163,217,200); }
H1.HeaderClassName
{
color: #A3D9C8;
}
.AnyTagClassName
{
color: #A3D9C8;
}
</style>
background-color css
<style>
a { background-color: #A3D9C8; }
a { background-color: rgb(163,217,200); }
div.DivClassName
{
background-color: #A3D9C8;
}
.BgClassName
{
background-color: #A3D9C8;
}
</style>
border-color css
<style>
span { border-color: #A3D9C8; }
span { border-color: rgb(163,217,200); }
td.TdClassName
{
border-color: #A3D9C8;
}
.TagClassName
{
border-color: #A3D9C8;
}
</style>