Shades of Sinbad #A7DDDB
Tints of Sinbad #A7DDDB
RGB
CMYK
RGB Variations
Color information
#A7DDDB (or 0xA7DDDB) is known color: Sinbad. HEX triplet: A7, DD and DB. RGB value is (167,221,219). Sum of RGB (Red+Green+Blue) = 167+221+219=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDDB is #582224. Grayscale: #CCCCCC. Windows color (decimal): -5775909 or 14409127. OLE color: 14409127.
HSL color Cylindrical-coordinate representation of color #A7DDDB: hue angle of 177.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DDDB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 219 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.13 |
| HSL | 177.78º | 0.44% | 0.76% | - |
| HSV(B) | 177.78º | 0.24% | 0.87% | - |
| XYZ | 54.58 | 65.04 | 76.7 | - |
| YUV | 204.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 219 | 0.24 | 0 | 0.01 | 0.13 | 177.78 | 0.44 | 0.76 |
| Hex | A7 | DD | DB | 18 | 0 | 1 | D | B2 | 2C | 4C |
| Octal | 247 | 335 | 333 | 30 | 0 | 1 | 15 | 262 | 54 | 114 |
| Binary | 10100111 | 11011101 | 11011011 | 11000 | 0 | 1 | 1101 | 10110010 | 101100 | 1001100 |
Color Harmonies of #A7DDDB
Complementary color
Monochromatic Colors of #A7DDDB
Black with #A7DDDB
Text Example
Text Example
White with #A7DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDDB; }
p { color: rgb(167,221,219); }
H1.HeaderClassName
{
color: #A7DDDB;
}
.AnyTagClassName
{
color: #A7DDDB;
}
</style>
background-color css
<style>
a { background-color: #A7DDDB; }
a { background-color: rgb(167,221,219); }
div.DivClassName
{
background-color: #A7DDDB;
}
.BgClassName
{
background-color: #A7DDDB;
}
</style>
border-color css
<style>
span { border-color: #A7DDDB; }
span { border-color: rgb(167,221,219); }
td.TdClassName
{
border-color: #A7DDDB;
}
.TagClassName
{
border-color: #A7DDDB;
}
</style>