Shades of Sinbad #A7D0CA
Tints of Sinbad #A7D0CA
RGB
CMYK
RGB Variations
Color information
#A7D0CA (or 0xA7D0CA) is known color: Sinbad. HEX triplet: A7, D0 and CA. RGB value is (167,208,202). Sum of RGB (Red+Green+Blue) = 167+208+202=577 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.94% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D0CA is #582F35. Grayscale: #C3C3C3. Windows color (decimal): -5779254 or 13291687. OLE color: 13291687.
HSL color Cylindrical-coordinate representation of color #A7D0CA: hue angle of 171.22º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7D0CA is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 208 | 202 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.18 |
| HSL | 171.22º | 0.3% | 0.74% | - |
| HSV(B) | 171.22º | 0.2% | 0.82% | - |
| XYZ | 49.15 | 57.59 | 64.4 | - |
| YUV | 195.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 202 | 0.20 | 0 | 0.03 | 0.18 | 171.22 | 0.3 | 0.74 |
| Hex | A7 | D0 | CA | 14 | 0 | 3 | 12 | AB | 1E | 4A |
| Octal | 247 | 320 | 312 | 24 | 0 | 3 | 22 | 253 | 36 | 112 |
| Binary | 10100111 | 11010000 | 11001010 | 10100 | 0 | 11 | 10010 | 10101011 | 11110 | 1001010 |
Color Harmonies of #A7D0CA
Complementary color
Monochromatic Colors of #A7D0CA
Black with #A7D0CA
Text Example
Text Example
White with #A7D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D0CA; }
p { color: rgb(167,208,202); }
H1.HeaderClassName
{
color: #A7D0CA;
}
.AnyTagClassName
{
color: #A7D0CA;
}
</style>
background-color css
<style>
a { background-color: #A7D0CA; }
a { background-color: rgb(167,208,202); }
div.DivClassName
{
background-color: #A7D0CA;
}
.BgClassName
{
background-color: #A7D0CA;
}
</style>
border-color css
<style>
span { border-color: #A7D0CA; }
span { border-color: rgb(167,208,202); }
td.TdClassName
{
border-color: #A7D0CA;
}
.TagClassName
{
border-color: #A7D0CA;
}
</style>