Shades of Scandal #A4D8CA
Tints of Scandal #A4D8CA
RGB
CMYK
RGB Variations
Color information
#A4D8CA (or 0xA4D8CA) is known color: Scandal. HEX triplet: A4, D8 and CA. RGB value is (164,216,202). Sum of RGB (Red+Green+Blue) = 164+216+202=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D8CA is #5B2735. Grayscale: #C6C6C6. Windows color (decimal): -5973814 or 13293732. OLE color: 13293732.
HSL color Cylindrical-coordinate representation of color #A4D8CA: hue angle of 163.85º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D8CA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 216 | 202 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.15 |
| HSL | 163.85º | 0.4% | 0.75% | - |
| HSV(B) | 163.85º | 0.24% | 0.85% | - |
| XYZ | 50.53 | 61.27 | 65.04 | - |
| YUV | 198.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 202 | 0.24 | 0 | 0.06 | 0.15 | 163.85 | 0.4 | 0.75 |
| Hex | A4 | D8 | CA | 18 | 0 | 6 | F | A4 | 28 | 4B |
| Octal | 244 | 330 | 312 | 30 | 0 | 6 | 17 | 244 | 50 | 113 |
| Binary | 10100100 | 11011000 | 11001010 | 11000 | 0 | 110 | 1111 | 10100100 | 101000 | 1001011 |
Color Harmonies of #A4D8CA
Complementary color
Monochromatic Colors of #A4D8CA
Black with #A4D8CA
Text Example
Text Example
White with #A4D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D8CA; }
p { color: rgb(164,216,202); }
H1.HeaderClassName
{
color: #A4D8CA;
}
.AnyTagClassName
{
color: #A4D8CA;
}
</style>
background-color css
<style>
a { background-color: #A4D8CA; }
a { background-color: rgb(164,216,202); }
div.DivClassName
{
background-color: #A4D8CA;
}
.BgClassName
{
background-color: #A4D8CA;
}
</style>
border-color css
<style>
span { border-color: #A4D8CA; }
span { border-color: rgb(164,216,202); }
td.TdClassName
{
border-color: #A4D8CA;
}
.TagClassName
{
border-color: #A4D8CA;
}
</style>