Shades of Scandal #A8D9CA
Tints of Scandal #A8D9CA
RGB
CMYK
RGB Variations
Color information
#A8D9CA (or 0xA8D9CA) is known color: Scandal. HEX triplet: A8, D9 and CA. RGB value is (168,217,202). Sum of RGB (Red+Green+Blue) = 168+217+202=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CA is #572635. Grayscale: #C8C8C8. Windows color (decimal): -5711414 or 13293992. OLE color: 13293992.
HSL color Cylindrical-coordinate representation of color #A8D9CA: hue angle of 161.63º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9CA is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 217 | 202 | - |
CMYK | 0.23 | 0 | 0.07 | 0.15 |
HSL | 161.63º | 0.39% | 0.75% | - |
HSV(B) | 161.63º | 0.23% | 0.85% | - |
XYZ | 51.62 | 62.21 | 65.17 | - |
YUV | 200.64 | 128.77 | 104.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 217 | 202 | 0.23 | 0 | 0.07 | 0.15 | 161.63 | 0.39 | 0.75 |
Hex | A8 | D9 | CA | 17 | 0 | 7 | F | A2 | 27 | 4B |
Octal | 250 | 331 | 312 | 27 | 0 | 7 | 17 | 242 | 47 | 113 |
Binary | 10101000 | 11011001 | 11001010 | 10111 | 0 | 111 | 1111 | 10100010 | 100111 | 1001011 |
Color Harmonies of #A8D9CA
Complementary color
Monochromatic Colors of #A8D9CA
Black with #A8D9CA
Text Example
Text Example
White with #A8D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9CA; }
p { color: rgb(168,217,202); }
H1.HeaderClassName
{
color: #A8D9CA;
}
.AnyTagClassName
{
color: #A8D9CA;
}
</style>
background-color css
<style>
a { background-color: #A8D9CA; }
a { background-color: rgb(168,217,202); }
div.DivClassName
{
background-color: #A8D9CA;
}
.BgClassName
{
background-color: #A8D9CA;
}
</style>
border-color css
<style>
span { border-color: #A8D9CA; }
span { border-color: rgb(168,217,202); }
td.TdClassName
{
border-color: #A8D9CA;
}
.TagClassName
{
border-color: #A8D9CA;
}
</style>