Shades of Scandal #A5D6C8
Tints of Scandal #A5D6C8
RGB
CMYK
RGB Variations
Color information
#A5D6C8 (or 0xA5D6C8) is known color: Scandal. HEX triplet: A5, D6 and C8. RGB value is (165,214,200). Sum of RGB (Red+Green+Blue) = 165+214+200=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6C8 is #5A2937. Grayscale: #C5C5C5. Windows color (decimal): -5908792 or 13162149. OLE color: 13162149.
HSL color Cylindrical-coordinate representation of color #A5D6C8: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6C8 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 200 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.16 |
| HSL | 162.86º | 0.37% | 0.74% | - |
| HSV(B) | 162.86º | 0.23% | 0.84% | - |
| XYZ | 49.99 | 60.26 | 63.64 | - |
| YUV | 197.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 200 | 0.23 | 0 | 0.07 | 0.16 | 162.86 | 0.37 | 0.74 |
| Hex | A5 | D6 | C8 | 17 | 0 | 7 | 10 | A3 | 25 | 4A |
| Octal | 245 | 326 | 310 | 27 | 0 | 7 | 20 | 243 | 45 | 112 |
| Binary | 10100101 | 11010110 | 11001000 | 10111 | 0 | 111 | 10000 | 10100011 | 100101 | 1001010 |
Color Harmonies of #A5D6C8
Complementary color
Monochromatic Colors of #A5D6C8
Black with #A5D6C8
Text Example
Text Example
White with #A5D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6C8; }
p { color: rgb(165,214,200); }
H1.HeaderClassName
{
color: #A5D6C8;
}
.AnyTagClassName
{
color: #A5D6C8;
}
</style>
background-color css
<style>
a { background-color: #A5D6C8; }
a { background-color: rgb(165,214,200); }
div.DivClassName
{
background-color: #A5D6C8;
}
.BgClassName
{
background-color: #A5D6C8;
}
</style>
border-color css
<style>
span { border-color: #A5D6C8; }
span { border-color: rgb(165,214,200); }
td.TdClassName
{
border-color: #A5D6C8;
}
.TagClassName
{
border-color: #A5D6C8;
}
</style>