Shades of Sinbad #A5DDD5
Tints of Sinbad #A5DDD5
RGB
CMYK
RGB Variations
Color information
#A5DDD5 (or 0xA5DDD5) is known color: Sinbad. HEX triplet: A5, DD and D5. RGB value is (165,221,213). Sum of RGB (Red+Green+Blue) = 165+221+213=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDD5 is #5A222A. Grayscale: #CBCBCB. Windows color (decimal): -5906987 or 14015909. OLE color: 14015909.
HSL color Cylindrical-coordinate representation of color #A5DDD5: hue angle of 171.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDD5 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 213 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.13 |
| HSL | 171.43º | 0.45% | 0.76% | - |
| HSV(B) | 171.43º | 0.25% | 0.87% | - |
| XYZ | 53.38 | 64.52 | 72.59 | - |
| YUV | 203.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 213 | 0.25 | 0 | 0.04 | 0.13 | 171.43 | 0.45 | 0.76 |
| Hex | A5 | DD | D5 | 19 | 0 | 4 | D | AB | 2D | 4C |
| Octal | 245 | 335 | 325 | 31 | 0 | 4 | 15 | 253 | 55 | 114 |
| Binary | 10100101 | 11011101 | 11010101 | 11001 | 0 | 100 | 1101 | 10101011 | 101101 | 1001100 |
Color Harmonies of #A5DDD5
Complementary color
Monochromatic Colors of #A5DDD5
Black with #A5DDD5
Text Example
Text Example
White with #A5DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDD5; }
p { color: rgb(165,221,213); }
H1.HeaderClassName
{
color: #A5DDD5;
}
.AnyTagClassName
{
color: #A5DDD5;
}
</style>
background-color css
<style>
a { background-color: #A5DDD5; }
a { background-color: rgb(165,221,213); }
div.DivClassName
{
background-color: #A5DDD5;
}
.BgClassName
{
background-color: #A5DDD5;
}
</style>
border-color css
<style>
span { border-color: #A5DDD5; }
span { border-color: rgb(165,221,213); }
td.TdClassName
{
border-color: #A5DDD5;
}
.TagClassName
{
border-color: #A5DDD5;
}
</style>