Shades of Sinbad #ABD9D7
Tints of Sinbad #ABD9D7
RGB
CMYK
RGB Variations
Color information
#ABD9D7 (or 0xABD9D7) is known color: Sinbad. HEX triplet: AB, D9 and D7. RGB value is (171,217,215). Sum of RGB (Red+Green+Blue) = 171+217+215=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9D7 is #542628. Grayscale: #CACACA. Windows color (decimal): -5514793 or 14145963. OLE color: 14145963.
HSL color Cylindrical-coordinate representation of color #ABD9D7: hue angle of 177.39º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD9D7 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 217 | 215 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.15 |
| HSL | 177.39º | 0.38% | 0.76% | - |
| HSV(B) | 177.39º | 0.21% | 0.85% | - |
| XYZ | 53.87 | 63.19 | 73.65 | - |
| YUV | 203.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 217 | 215 | 0.21 | 0 | 0.01 | 0.15 | 177.39 | 0.38 | 0.76 |
| Hex | AB | D9 | D7 | 15 | 0 | 1 | F | B1 | 26 | 4C |
| Octal | 253 | 331 | 327 | 25 | 0 | 1 | 17 | 261 | 46 | 114 |
| Binary | 10101011 | 11011001 | 11010111 | 10101 | 0 | 1 | 1111 | 10110001 | 100110 | 1001100 |
Color Harmonies of #ABD9D7
Complementary color
Monochromatic Colors of #ABD9D7
Black with #ABD9D7
Text Example
Text Example
White with #ABD9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD9D7; }
p { color: rgb(171,217,215); }
H1.HeaderClassName
{
color: #ABD9D7;
}
.AnyTagClassName
{
color: #ABD9D7;
}
</style>
background-color css
<style>
a { background-color: #ABD9D7; }
a { background-color: rgb(171,217,215); }
div.DivClassName
{
background-color: #ABD9D7;
}
.BgClassName
{
background-color: #ABD9D7;
}
</style>
border-color css
<style>
span { border-color: #ABD9D7; }
span { border-color: rgb(171,217,215); }
td.TdClassName
{
border-color: #ABD9D7;
}
.TagClassName
{
border-color: #ABD9D7;
}
</style>