Shades of Sinbad #A5D6CD
Tints of Sinbad #A5D6CD
RGB
CMYK
RGB Variations
Color information
#A5D6CD (or 0xA5D6CD) is known color: Sinbad. HEX triplet: A5, D6 and CD. RGB value is (165,214,205). Sum of RGB (Red+Green+Blue) = 165+214+205=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6CD is #5A2932. Grayscale: #C6C6C6. Windows color (decimal): -5908787 or 13489829. OLE color: 13489829.
HSL color Cylindrical-coordinate representation of color #A5D6CD: hue angle of 168.98º 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 #A5D6CD is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 205 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.16 |
| HSL | 168.98º | 0.37% | 0.74% | - |
| HSV(B) | 168.98º | 0.23% | 0.84% | - |
| XYZ | 50.58 | 60.5 | 66.77 | - |
| YUV | 198.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 205 | 0.23 | 0 | 0.04 | 0.16 | 168.98 | 0.37 | 0.74 |
| Hex | A5 | D6 | CD | 17 | 0 | 4 | 10 | A9 | 25 | 4A |
| Octal | 245 | 326 | 315 | 27 | 0 | 4 | 20 | 251 | 45 | 112 |
| Binary | 10100101 | 11010110 | 11001101 | 10111 | 0 | 100 | 10000 | 10101001 | 100101 | 1001010 |
Color Harmonies of #A5D6CD
Complementary color
Monochromatic Colors of #A5D6CD
Black with #A5D6CD
Text Example
Text Example
White with #A5D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6CD; }
p { color: rgb(165,214,205); }
H1.HeaderClassName
{
color: #A5D6CD;
}
.AnyTagClassName
{
color: #A5D6CD;
}
</style>
background-color css
<style>
a { background-color: #A5D6CD; }
a { background-color: rgb(165,214,205); }
div.DivClassName
{
background-color: #A5D6CD;
}
.BgClassName
{
background-color: #A5D6CD;
}
</style>
border-color css
<style>
span { border-color: #A5D6CD; }
span { border-color: rgb(165,214,205); }
td.TdClassName
{
border-color: #A5D6CD;
}
.TagClassName
{
border-color: #A5D6CD;
}
</style>