Shades of Scandal #A3DCCF
Tints of Scandal #A3DCCF
RGB
CMYK
RGB Variations
Color information
#A3DCCF (or 0xA3DCCF) is known color: Scandal. HEX triplet: A3, DC and CF. RGB value is (163,220,207). Sum of RGB (Red+Green+Blue) = 163+220+207=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCCF is #5C2330. Grayscale: #C9C9C9. Windows color (decimal): -6038321 or 13622435. OLE color: 13622435.
HSL color Cylindrical-coordinate representation of color #A3DCCF: hue angle of 166.32º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DCCF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 207 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.14 |
| HSL | 166.32º | 0.45% | 0.75% | - |
| HSV(B) | 166.32º | 0.26% | 0.86% | - |
| XYZ | 51.96 | 63.48 | 68.55 | - |
| YUV | 201.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 207 | 0.26 | 0 | 0.06 | 0.14 | 166.32 | 0.45 | 0.75 |
| Hex | A3 | DC | CF | 1A | 0 | 6 | E | A6 | 2D | 4B |
| Octal | 243 | 334 | 317 | 32 | 0 | 6 | 16 | 246 | 55 | 113 |
| Binary | 10100011 | 11011100 | 11001111 | 11010 | 0 | 110 | 1110 | 10100110 | 101101 | 1001011 |
Color Harmonies of #A3DCCF
Complementary color
Monochromatic Colors of #A3DCCF
Black with #A3DCCF
Text Example
Text Example
White with #A3DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCCF; }
p { color: rgb(163,220,207); }
H1.HeaderClassName
{
color: #A3DCCF;
}
.AnyTagClassName
{
color: #A3DCCF;
}
</style>
background-color css
<style>
a { background-color: #A3DCCF; }
a { background-color: rgb(163,220,207); }
div.DivClassName
{
background-color: #A3DCCF;
}
.BgClassName
{
background-color: #A3DCCF;
}
</style>
border-color css
<style>
span { border-color: #A3DCCF; }
span { border-color: rgb(163,220,207); }
td.TdClassName
{
border-color: #A3DCCF;
}
.TagClassName
{
border-color: #A3DCCF;
}
</style>