Shades of Sinbad #A5CDC6
Tints of Sinbad #A5CDC6
RGB
CMYK
RGB Variations
Color information
#A5CDC6 (or 0xA5CDC6) is known color: Sinbad. HEX triplet: A5, CD and C6. RGB value is (165,205,198). Sum of RGB (Red+Green+Blue) = 165+205+198=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDC6 is #5A3239. Grayscale: #C0C0C0. Windows color (decimal): -5911098 or 13028773. OLE color: 13028773.
HSL color Cylindrical-coordinate representation of color #A5CDC6: hue angle of 169.5º 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 #A5CDC6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 198 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.20 |
| HSL | 169.5º | 0.29% | 0.73% | - |
| HSV(B) | 169.5º | 0.2% | 0.8% | - |
| XYZ | 47.54 | 55.74 | 61.68 | - |
| YUV | 192.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 198 | 0.20 | 0 | 0.03 | 0.20 | 169.5 | 0.29 | 0.73 |
| Hex | A5 | CD | C6 | 14 | 0 | 3 | 14 | AA | 1D | 49 |
| Octal | 245 | 315 | 306 | 24 | 0 | 3 | 24 | 252 | 35 | 111 |
| Binary | 10100101 | 11001101 | 11000110 | 10100 | 0 | 11 | 10100 | 10101010 | 11101 | 1001001 |
Color Harmonies of #A5CDC6
Complementary color
Monochromatic Colors of #A5CDC6
Black with #A5CDC6
Text Example
Text Example
White with #A5CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDC6; }
p { color: rgb(165,205,198); }
H1.HeaderClassName
{
color: #A5CDC6;
}
.AnyTagClassName
{
color: #A5CDC6;
}
</style>
background-color css
<style>
a { background-color: #A5CDC6; }
a { background-color: rgb(165,205,198); }
div.DivClassName
{
background-color: #A5CDC6;
}
.BgClassName
{
background-color: #A5CDC6;
}
</style>
border-color css
<style>
span { border-color: #A5CDC6; }
span { border-color: rgb(165,205,198); }
td.TdClassName
{
border-color: #A5CDC6;
}
.TagClassName
{
border-color: #A5CDC6;
}
</style>