Shades of Sinbad #A5DBD7
Tints of Sinbad #A5DBD7
RGB
CMYK
RGB Variations
Color information
#A5DBD7 (or 0xA5DBD7) is known color: Sinbad. HEX triplet: A5, DB and D7. RGB value is (165,219,215). Sum of RGB (Red+Green+Blue) = 165+219+215=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBD7 is #5A2428. Grayscale: #CACACA. Windows color (decimal): -5907497 or 14146469. OLE color: 14146469.
HSL color Cylindrical-coordinate representation of color #A5DBD7: hue angle of 175.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DBD7 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 215 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.14 |
| HSL | 175.56º | 0.43% | 0.75% | - |
| HSV(B) | 175.56º | 0.25% | 0.86% | - |
| XYZ | 53.11 | 63.57 | 73.76 | - |
| YUV | 202.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 215 | 0.25 | 0 | 0.02 | 0.14 | 175.56 | 0.43 | 0.75 |
| Hex | A5 | DB | D7 | 19 | 0 | 2 | E | B0 | 2B | 4B |
| Octal | 245 | 333 | 327 | 31 | 0 | 2 | 16 | 260 | 53 | 113 |
| Binary | 10100101 | 11011011 | 11010111 | 11001 | 0 | 10 | 1110 | 10110000 | 101011 | 1001011 |
Color Harmonies of #A5DBD7
Complementary color
Monochromatic Colors of #A5DBD7
Black with #A5DBD7
Text Example
Text Example
White with #A5DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBD7; }
p { color: rgb(165,219,215); }
H1.HeaderClassName
{
color: #A5DBD7;
}
.AnyTagClassName
{
color: #A5DBD7;
}
</style>
background-color css
<style>
a { background-color: #A5DBD7; }
a { background-color: rgb(165,219,215); }
div.DivClassName
{
background-color: #A5DBD7;
}
.BgClassName
{
background-color: #A5DBD7;
}
</style>
border-color css
<style>
span { border-color: #A5DBD7; }
span { border-color: rgb(165,219,215); }
td.TdClassName
{
border-color: #A5DBD7;
}
.TagClassName
{
border-color: #A5DBD7;
}
</style>