Shades of Sinbad #A1CDC9
Tints of Sinbad #A1CDC9
RGB
CMYK
RGB Variations
Color information
#A1CDC9 (or 0xA1CDC9) is known color: Sinbad. HEX triplet: A1, CD and C9. RGB value is (161,205,201). Sum of RGB (Red+Green+Blue) = 161+205+201=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDC9 is #5E3236. Grayscale: #BFBFBF. Windows color (decimal): -6173239 or 13225377. OLE color: 13225377.
HSL color Cylindrical-coordinate representation of color #A1CDC9: hue angle of 174.55º degrees, saturation: 0.31, 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 #A1CDC9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 201 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.20 |
| HSL | 174.55º | 0.31% | 0.72% | - |
| HSV(B) | 174.55º | 0.21% | 0.8% | - |
| XYZ | 47.07 | 55.46 | 63.48 | - |
| YUV | 191.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 201 | 0.21 | 0 | 0.02 | 0.20 | 174.55 | 0.31 | 0.72 |
| Hex | A1 | CD | C9 | 15 | 0 | 2 | 14 | AF | 1F | 48 |
| Octal | 241 | 315 | 311 | 25 | 0 | 2 | 24 | 257 | 37 | 110 |
| Binary | 10100001 | 11001101 | 11001001 | 10101 | 0 | 10 | 10100 | 10101111 | 11111 | 1001000 |
Color Harmonies of #A1CDC9
Complementary color
Monochromatic Colors of #A1CDC9
Black with #A1CDC9
Text Example
Text Example
White with #A1CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDC9; }
p { color: rgb(161,205,201); }
H1.HeaderClassName
{
color: #A1CDC9;
}
.AnyTagClassName
{
color: #A1CDC9;
}
</style>
background-color css
<style>
a { background-color: #A1CDC9; }
a { background-color: rgb(161,205,201); }
div.DivClassName
{
background-color: #A1CDC9;
}
.BgClassName
{
background-color: #A1CDC9;
}
</style>
border-color css
<style>
span { border-color: #A1CDC9; }
span { border-color: rgb(161,205,201); }
td.TdClassName
{
border-color: #A1CDC9;
}
.TagClassName
{
border-color: #A1CDC9;
}
</style>