Shades of Sinbad #A4DBD7
Tints of Sinbad #A4DBD7
RGB
CMYK
RGB Variations
Color information
#A4DBD7 (or 0xA4DBD7) is known color: Sinbad. HEX triplet: A4, DB and D7. RGB value is (164,219,215). Sum of RGB (Red+Green+Blue) = 164+219+215=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBD7 is #5B2428. Grayscale: #CACACA. Windows color (decimal): -5973033 or 14146468. OLE color: 14146468.
HSL color Cylindrical-coordinate representation of color #A4DBD7: hue angle of 175.64º 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 #A4DBD7 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 215 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.14 |
| HSL | 175.64º | 0.43% | 0.75% | - |
| HSV(B) | 175.64º | 0.25% | 0.86% | - |
| XYZ | 52.91 | 63.46 | 73.75 | - |
| YUV | 202.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 215 | 0.25 | 0 | 0.02 | 0.14 | 175.64 | 0.43 | 0.75 |
| Hex | A4 | DB | D7 | 19 | 0 | 2 | E | B0 | 2B | 4B |
| Octal | 244 | 333 | 327 | 31 | 0 | 2 | 16 | 260 | 53 | 113 |
| Binary | 10100100 | 11011011 | 11010111 | 11001 | 0 | 10 | 1110 | 10110000 | 101011 | 1001011 |
Color Harmonies of #A4DBD7
Complementary color
Monochromatic Colors of #A4DBD7
Black with #A4DBD7
Text Example
Text Example
White with #A4DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBD7; }
p { color: rgb(164,219,215); }
H1.HeaderClassName
{
color: #A4DBD7;
}
.AnyTagClassName
{
color: #A4DBD7;
}
</style>
background-color css
<style>
a { background-color: #A4DBD7; }
a { background-color: rgb(164,219,215); }
div.DivClassName
{
background-color: #A4DBD7;
}
.BgClassName
{
background-color: #A4DBD7;
}
</style>
border-color css
<style>
span { border-color: #A4DBD7; }
span { border-color: rgb(164,219,215); }
td.TdClassName
{
border-color: #A4DBD7;
}
.TagClassName
{
border-color: #A4DBD7;
}
</style>