Shades of Sinbad #A7DFDD
Tints of Sinbad #A7DFDD
RGB
CMYK
RGB Variations
Color information
#A7DFDD (or 0xA7DFDD) is known color: Sinbad. HEX triplet: A7, DF and DD. RGB value is (167,223,221). Sum of RGB (Red+Green+Blue) = 167+223+221=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFDD is #582022. Grayscale: #CDCDCD. Windows color (decimal): -5775395 or 14540711. OLE color: 14540711.
HSL color Cylindrical-coordinate representation of color #A7DFDD: hue angle of 177.86º degrees, saturation: 0.47, 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 #A7DFDD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 221 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.13 |
| HSL | 177.86º | 0.47% | 0.76% | - |
| HSV(B) | 177.86º | 0.25% | 0.87% | - |
| XYZ | 55.38 | 66.21 | 78.27 | - |
| YUV | 206.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 221 | 0.25 | 0 | 0.01 | 0.13 | 177.86 | 0.47 | 0.76 |
| Hex | A7 | DF | DD | 19 | 0 | 1 | D | B2 | 2F | 4C |
| Octal | 247 | 337 | 335 | 31 | 0 | 1 | 15 | 262 | 57 | 114 |
| Binary | 10100111 | 11011111 | 11011101 | 11001 | 0 | 1 | 1101 | 10110010 | 101111 | 1001100 |
Color Harmonies of #A7DFDD
Complementary color
Monochromatic Colors of #A7DFDD
Black with #A7DFDD
Text Example
Text Example
White with #A7DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DFDD; }
p { color: rgb(167,223,221); }
H1.HeaderClassName
{
color: #A7DFDD;
}
.AnyTagClassName
{
color: #A7DFDD;
}
</style>
background-color css
<style>
a { background-color: #A7DFDD; }
a { background-color: rgb(167,223,221); }
div.DivClassName
{
background-color: #A7DFDD;
}
.BgClassName
{
background-color: #A7DFDD;
}
</style>
border-color css
<style>
span { border-color: #A7DFDD; }
span { border-color: rgb(167,223,221); }
td.TdClassName
{
border-color: #A7DFDD;
}
.TagClassName
{
border-color: #A7DFDD;
}
</style>