Shades of Sinbad #A3D5CD
Tints of Sinbad #A3D5CD
RGB
CMYK
RGB Variations
Color information
#A3D5CD (or 0xA3D5CD) is known color: Sinbad. HEX triplet: A3, D5 and CD. RGB value is (163,213,205). Sum of RGB (Red+Green+Blue) = 163+213+205=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5CD is #5C2A32. Grayscale: #C5C5C5. Windows color (decimal): -6040115 or 13489571. OLE color: 13489571.
HSL color Cylindrical-coordinate representation of color #A3D5CD: hue angle of 170.4º 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 #A3D5CD is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 205 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.16 |
| HSL | 170.4º | 0.37% | 0.74% | - |
| HSV(B) | 170.4º | 0.23% | 0.84% | - |
| XYZ | 49.92 | 59.78 | 66.67 | - |
| YUV | 197.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 205 | 0.23 | 0 | 0.04 | 0.16 | 170.4 | 0.37 | 0.74 |
| Hex | A3 | D5 | CD | 17 | 0 | 4 | 10 | AA | 25 | 4A |
| Octal | 243 | 325 | 315 | 27 | 0 | 4 | 20 | 252 | 45 | 112 |
| Binary | 10100011 | 11010101 | 11001101 | 10111 | 0 | 100 | 10000 | 10101010 | 100101 | 1001010 |
Color Harmonies of #A3D5CD
Complementary color
Monochromatic Colors of #A3D5CD
Black with #A3D5CD
Text Example
Text Example
White with #A3D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D5CD; }
p { color: rgb(163,213,205); }
H1.HeaderClassName
{
color: #A3D5CD;
}
.AnyTagClassName
{
color: #A3D5CD;
}
</style>
background-color css
<style>
a { background-color: #A3D5CD; }
a { background-color: rgb(163,213,205); }
div.DivClassName
{
background-color: #A3D5CD;
}
.BgClassName
{
background-color: #A3D5CD;
}
</style>
border-color css
<style>
span { border-color: #A3D5CD; }
span { border-color: rgb(163,213,205); }
td.TdClassName
{
border-color: #A3D5CD;
}
.TagClassName
{
border-color: #A3D5CD;
}
</style>