Shades of Sinbad #A1CCC9
Tints of Sinbad #A1CCC9
RGB
CMYK
RGB Variations
Color information
#A1CCC9 (or 0xA1CCC9) is known color: Sinbad. HEX triplet: A1, CC and C9. RGB value is (161,204,201). Sum of RGB (Red+Green+Blue) = 161+204+201=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCC9 is #5E3336. Grayscale: #BEBEBE. Windows color (decimal): -6173495 or 13225121. OLE color: 13225121.
HSL color Cylindrical-coordinate representation of color #A1CCC9: hue angle of 175.81º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCC9 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 201 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.2 |
| HSL | 175.81º | 0.3% | 0.72% | - |
| HSV(B) | 175.81º | 0.21% | 0.8% | - |
| XYZ | 46.83 | 54.98 | 63.4 | - |
| YUV | 190.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 201 | 0.21 | 0 | 0.01 | 0.2 | 175.81 | 0.3 | 0.72 |
| Hex | A1 | CC | C9 | 15 | 0 | 1 | 14 | B0 | 1E | 48 |
| Octal | 241 | 314 | 311 | 25 | 0 | 1 | 24 | 260 | 36 | 110 |
| Binary | 10100001 | 11001100 | 11001001 | 10101 | 0 | 1 | 10100 | 10110000 | 11110 | 1001000 |
Color Harmonies of #A1CCC9
Complementary color
Monochromatic Colors of #A1CCC9
Black with #A1CCC9
Text Example
Text Example
White with #A1CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCC9; }
p { color: rgb(161,204,201); }
H1.HeaderClassName
{
color: #A1CCC9;
}
.AnyTagClassName
{
color: #A1CCC9;
}
</style>
background-color css
<style>
a { background-color: #A1CCC9; }
a { background-color: rgb(161,204,201); }
div.DivClassName
{
background-color: #A1CCC9;
}
.BgClassName
{
background-color: #A1CCC9;
}
</style>
border-color css
<style>
span { border-color: #A1CCC9; }
span { border-color: rgb(161,204,201); }
td.TdClassName
{
border-color: #A1CCC9;
}
.TagClassName
{
border-color: #A1CCC9;
}
</style>