Shades of Sinbad #A0CDC7
Tints of Sinbad #A0CDC7
RGB
CMYK
RGB Variations
Color information
#A0CDC7 (or 0xA0CDC7) is known color: Sinbad. HEX triplet: A0, CD and C7. RGB value is (160,205,199). Sum of RGB (Red+Green+Blue) = 160+205+199=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDC7 is #5F3238. Grayscale: #BEBEBE. Windows color (decimal): -6238777 or 13094304. OLE color: 13094304.
HSL color Cylindrical-coordinate representation of color #A0CDC7: hue angle of 172º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDC7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 199 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.20 |
| HSL | 172º | 0.31% | 0.72% | - |
| HSV(B) | 172º | 0.22% | 0.8% | - |
| XYZ | 46.64 | 55.26 | 62.24 | - |
| YUV | 190.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 199 | 0.22 | 0 | 0.03 | 0.20 | 172 | 0.31 | 0.72 |
| Hex | A0 | CD | C7 | 16 | 0 | 3 | 14 | AC | 1F | 48 |
| Octal | 240 | 315 | 307 | 26 | 0 | 3 | 24 | 254 | 37 | 110 |
| Binary | 10100000 | 11001101 | 11000111 | 10110 | 0 | 11 | 10100 | 10101100 | 11111 | 1001000 |
Color Harmonies of #A0CDC7
Complementary color
Monochromatic Colors of #A0CDC7
Black with #A0CDC7
Text Example
Text Example
White with #A0CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDC7; }
p { color: rgb(160,205,199); }
H1.HeaderClassName
{
color: #A0CDC7;
}
.AnyTagClassName
{
color: #A0CDC7;
}
</style>
background-color css
<style>
a { background-color: #A0CDC7; }
a { background-color: rgb(160,205,199); }
div.DivClassName
{
background-color: #A0CDC7;
}
.BgClassName
{
background-color: #A0CDC7;
}
</style>
border-color css
<style>
span { border-color: #A0CDC7; }
span { border-color: rgb(160,205,199); }
td.TdClassName
{
border-color: #A0CDC7;
}
.TagClassName
{
border-color: #A0CDC7;
}
</style>