Shades of Scandal #A3D6C8
Tints of Scandal #A3D6C8
RGB
CMYK
RGB Variations
Color information
#A3D6C8 (or 0xA3D6C8) is known color: Scandal. HEX triplet: A3, D6 and C8. RGB value is (163,214,200). Sum of RGB (Red+Green+Blue) = 163+214+200=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D6C8 is #5C2937. Grayscale: #C5C5C5. Windows color (decimal): -6039864 or 13162147. OLE color: 13162147.
HSL color Cylindrical-coordinate representation of color #A3D6C8: hue angle of 163.53º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D6C8 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 200 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.16 |
| HSL | 163.53º | 0.38% | 0.74% | - |
| HSV(B) | 163.53º | 0.24% | 0.84% | - |
| XYZ | 49.58 | 60.05 | 63.62 | - |
| YUV | 197.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 200 | 0.24 | 0 | 0.07 | 0.16 | 163.53 | 0.38 | 0.74 |
| Hex | A3 | D6 | C8 | 18 | 0 | 7 | 10 | A4 | 26 | 4A |
| Octal | 243 | 326 | 310 | 30 | 0 | 7 | 20 | 244 | 46 | 112 |
| Binary | 10100011 | 11010110 | 11001000 | 11000 | 0 | 111 | 10000 | 10100100 | 100110 | 1001010 |
Color Harmonies of #A3D6C8
Complementary color
Monochromatic Colors of #A3D6C8
Black with #A3D6C8
Text Example
Text Example
White with #A3D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D6C8; }
p { color: rgb(163,214,200); }
H1.HeaderClassName
{
color: #A3D6C8;
}
.AnyTagClassName
{
color: #A3D6C8;
}
</style>
background-color css
<style>
a { background-color: #A3D6C8; }
a { background-color: rgb(163,214,200); }
div.DivClassName
{
background-color: #A3D6C8;
}
.BgClassName
{
background-color: #A3D6C8;
}
</style>
border-color css
<style>
span { border-color: #A3D6C8; }
span { border-color: rgb(163,214,200); }
td.TdClassName
{
border-color: #A3D6C8;
}
.TagClassName
{
border-color: #A3D6C8;
}
</style>