Shades of Sinbad #A5CDC9
Tints of Sinbad #A5CDC9
RGB
CMYK
RGB Variations
Color information
#A5CDC9 (or 0xA5CDC9) is known color: Sinbad. HEX triplet: A5, CD and C9. RGB value is (165,205,201). Sum of RGB (Red+Green+Blue) = 165+205+201=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDC9 is #5A3236. Grayscale: #C0C0C0. Windows color (decimal): -5911095 or 13225381. OLE color: 13225381.
HSL color Cylindrical-coordinate representation of color #A5CDC9: hue angle of 174º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDC9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 201 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.20 |
| HSL | 174º | 0.29% | 0.73% | - |
| HSV(B) | 174º | 0.2% | 0.8% | - |
| XYZ | 47.89 | 55.88 | 63.52 | - |
| YUV | 192.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 201 | 0.20 | 0 | 0.02 | 0.20 | 174 | 0.29 | 0.73 |
| Hex | A5 | CD | C9 | 14 | 0 | 2 | 14 | AE | 1D | 49 |
| Octal | 245 | 315 | 311 | 24 | 0 | 2 | 24 | 256 | 35 | 111 |
| Binary | 10100101 | 11001101 | 11001001 | 10100 | 0 | 10 | 10100 | 10101110 | 11101 | 1001001 |
Color Harmonies of #A5CDC9
Complementary color
Monochromatic Colors of #A5CDC9
Black with #A5CDC9
Text Example
Text Example
White with #A5CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDC9; }
p { color: rgb(165,205,201); }
H1.HeaderClassName
{
color: #A5CDC9;
}
.AnyTagClassName
{
color: #A5CDC9;
}
</style>
background-color css
<style>
a { background-color: #A5CDC9; }
a { background-color: rgb(165,205,201); }
div.DivClassName
{
background-color: #A5CDC9;
}
.BgClassName
{
background-color: #A5CDC9;
}
</style>
border-color css
<style>
span { border-color: #A5CDC9; }
span { border-color: rgb(165,205,201); }
td.TdClassName
{
border-color: #A5CDC9;
}
.TagClassName
{
border-color: #A5CDC9;
}
</style>