Shades of Sinbad #A9DBD7
Tints of Sinbad #A9DBD7
RGB
CMYK
RGB Variations
Color information
#A9DBD7 (or 0xA9DBD7) is known color: Sinbad. HEX triplet: A9, DB and D7. RGB value is (169,219,215). Sum of RGB (Red+Green+Blue) = 169+219+215=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBD7 is #562428. Grayscale: #CBCBCB. Windows color (decimal): -5645353 or 14146473. OLE color: 14146473.
HSL color Cylindrical-coordinate representation of color #A9DBD7: hue angle of 175.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DBD7 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 215 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.14 |
| HSL | 175.2º | 0.41% | 0.76% | - |
| HSV(B) | 175.2º | 0.23% | 0.86% | - |
| XYZ | 53.96 | 64 | 73.8 | - |
| YUV | 203.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 215 | 0.23 | 0 | 0.02 | 0.14 | 175.2 | 0.41 | 0.76 |
| Hex | A9 | DB | D7 | 17 | 0 | 2 | E | AF | 29 | 4C |
| Octal | 251 | 333 | 327 | 27 | 0 | 2 | 16 | 257 | 51 | 114 |
| Binary | 10101001 | 11011011 | 11010111 | 10111 | 0 | 10 | 1110 | 10101111 | 101001 | 1001100 |
Color Harmonies of #A9DBD7
Complementary color
Monochromatic Colors of #A9DBD7
Black with #A9DBD7
Text Example
Text Example
White with #A9DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBD7; }
p { color: rgb(169,219,215); }
H1.HeaderClassName
{
color: #A9DBD7;
}
.AnyTagClassName
{
color: #A9DBD7;
}
</style>
background-color css
<style>
a { background-color: #A9DBD7; }
a { background-color: rgb(169,219,215); }
div.DivClassName
{
background-color: #A9DBD7;
}
.BgClassName
{
background-color: #A9DBD7;
}
</style>
border-color css
<style>
span { border-color: #A9DBD7; }
span { border-color: rgb(169,219,215); }
td.TdClassName
{
border-color: #A9DBD7;
}
.TagClassName
{
border-color: #A9DBD7;
}
</style>