Shades of Sinbad #A3DFD9
Tints of Sinbad #A3DFD9
RGB
CMYK
RGB Variations
Color information
#A3DFD9 (or 0xA3DFD9) is known color: Sinbad. HEX triplet: A3, DF and D9. RGB value is (163,223,217). Sum of RGB (Red+Green+Blue) = 163+223+217=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFD9 is #5C2026. Grayscale: #CCCCCC. Windows color (decimal): -6037543 or 14278563. OLE color: 14278563.
HSL color Cylindrical-coordinate representation of color #A3DFD9: hue angle of 174º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFD9 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 217 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.13 |
| HSL | 174º | 0.48% | 0.76% | - |
| HSV(B) | 174º | 0.27% | 0.87% | - |
| XYZ | 54.02 | 65.57 | 75.46 | - |
| YUV | 204.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 217 | 0.27 | 0 | 0.03 | 0.13 | 174 | 0.48 | 0.76 |
| Hex | A3 | DF | D9 | 1B | 0 | 3 | D | AE | 30 | 4C |
| Octal | 243 | 337 | 331 | 33 | 0 | 3 | 15 | 256 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11011001 | 11011 | 0 | 11 | 1101 | 10101110 | 110000 | 1001100 |
Color Harmonies of #A3DFD9
Complementary color
Monochromatic Colors of #A3DFD9
Black with #A3DFD9
Text Example
Text Example
White with #A3DFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFD9; }
p { color: rgb(163,223,217); }
H1.HeaderClassName
{
color: #A3DFD9;
}
.AnyTagClassName
{
color: #A3DFD9;
}
</style>
background-color css
<style>
a { background-color: #A3DFD9; }
a { background-color: rgb(163,223,217); }
div.DivClassName
{
background-color: #A3DFD9;
}
.BgClassName
{
background-color: #A3DFD9;
}
</style>
border-color css
<style>
span { border-color: #A3DFD9; }
span { border-color: rgb(163,223,217); }
td.TdClassName
{
border-color: #A3DFD9;
}
.TagClassName
{
border-color: #A3DFD9;
}
</style>