Shades of Sinbad #A3DCD8
Tints of Sinbad #A3DCD8
RGB
CMYK
RGB Variations
Color information
#A3DCD8 (or 0xA3DCD8) is known color: Sinbad. HEX triplet: A3, DC and D8. RGB value is (163,220,216). Sum of RGB (Red+Green+Blue) = 163+220+216=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCD8 is #5C2327. Grayscale: #CACACA. Windows color (decimal): -6038312 or 14212259. OLE color: 14212259.
HSL color Cylindrical-coordinate representation of color #A3DCD8: hue angle of 175.79º 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 #A3DCD8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 216 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.14 |
| HSL | 175.79º | 0.45% | 0.75% | - |
| HSV(B) | 175.79º | 0.26% | 0.86% | - |
| XYZ | 53.09 | 63.93 | 74.51 | - |
| YUV | 202.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 216 | 0.26 | 0 | 0.02 | 0.14 | 175.79 | 0.45 | 0.75 |
| Hex | A3 | DC | D8 | 1A | 0 | 2 | E | B0 | 2D | 4B |
| Octal | 243 | 334 | 330 | 32 | 0 | 2 | 16 | 260 | 55 | 113 |
| Binary | 10100011 | 11011100 | 11011000 | 11010 | 0 | 10 | 1110 | 10110000 | 101101 | 1001011 |
Color Harmonies of #A3DCD8
Complementary color
Monochromatic Colors of #A3DCD8
Black with #A3DCD8
Text Example
Text Example
White with #A3DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCD8; }
p { color: rgb(163,220,216); }
H1.HeaderClassName
{
color: #A3DCD8;
}
.AnyTagClassName
{
color: #A3DCD8;
}
</style>
background-color css
<style>
a { background-color: #A3DCD8; }
a { background-color: rgb(163,220,216); }
div.DivClassName
{
background-color: #A3DCD8;
}
.BgClassName
{
background-color: #A3DCD8;
}
</style>
border-color css
<style>
span { border-color: #A3DCD8; }
span { border-color: rgb(163,220,216); }
td.TdClassName
{
border-color: #A3DCD8;
}
.TagClassName
{
border-color: #A3DCD8;
}
</style>