Shades of Sinbad #A7D8D4
Tints of Sinbad #A7D8D4
RGB
CMYK
RGB Variations
Color information
#A7D8D4 (or 0xA7D8D4) is known color: Sinbad. HEX triplet: A7, D8 and D4. RGB value is (167,216,212). Sum of RGB (Red+Green+Blue) = 167+216+212=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D8D4 is #58272B. Grayscale: #C8C8C8. Windows color (decimal): -5777196 or 13949095. OLE color: 13949095.
HSL color Cylindrical-coordinate representation of color #A7D8D4: hue angle of 175.1º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7D8D4 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 212 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.15 |
| HSL | 175.1º | 0.39% | 0.75% | - |
| HSV(B) | 175.1º | 0.23% | 0.85% | - |
| XYZ | 52.38 | 62.08 | 71.51 | - |
| YUV | 200.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 212 | 0.23 | 0 | 0.02 | 0.15 | 175.1 | 0.39 | 0.75 |
| Hex | A7 | D8 | D4 | 17 | 0 | 2 | F | AF | 27 | 4B |
| Octal | 247 | 330 | 324 | 27 | 0 | 2 | 17 | 257 | 47 | 113 |
| Binary | 10100111 | 11011000 | 11010100 | 10111 | 0 | 10 | 1111 | 10101111 | 100111 | 1001011 |
Color Harmonies of #A7D8D4
Complementary color
Monochromatic Colors of #A7D8D4
Black with #A7D8D4
Text Example
Text Example
White with #A7D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D8D4; }
p { color: rgb(167,216,212); }
H1.HeaderClassName
{
color: #A7D8D4;
}
.AnyTagClassName
{
color: #A7D8D4;
}
</style>
background-color css
<style>
a { background-color: #A7D8D4; }
a { background-color: rgb(167,216,212); }
div.DivClassName
{
background-color: #A7D8D4;
}
.BgClassName
{
background-color: #A7D8D4;
}
</style>
border-color css
<style>
span { border-color: #A7D8D4; }
span { border-color: rgb(167,216,212); }
td.TdClassName
{
border-color: #A7D8D4;
}
.TagClassName
{
border-color: #A7D8D4;
}
</style>