Shades of Sinbad #A1CFC9
Tints of Sinbad #A1CFC9
RGB
CMYK
RGB Variations
Color information
#A1CFC9 (or 0xA1CFC9) is known color: Sinbad. HEX triplet: A1, CF and C9. RGB value is (161,207,201). Sum of RGB (Red+Green+Blue) = 161+207+201=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFC9 is #5E3036. Grayscale: #C0C0C0. Windows color (decimal): -6172727 or 13225889. OLE color: 13225889.
HSL color Cylindrical-coordinate representation of color #A1CFC9: hue angle of 172.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFC9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 201 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.19 |
| HSL | 172.17º | 0.32% | 0.72% | - |
| HSV(B) | 172.17º | 0.22% | 0.81% | - |
| XYZ | 47.55 | 56.42 | 63.64 | - |
| YUV | 192.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 201 | 0.22 | 0 | 0.03 | 0.19 | 172.17 | 0.32 | 0.72 |
| Hex | A1 | CF | C9 | 16 | 0 | 3 | 13 | AC | 20 | 48 |
| Octal | 241 | 317 | 311 | 26 | 0 | 3 | 23 | 254 | 40 | 110 |
| Binary | 10100001 | 11001111 | 11001001 | 10110 | 0 | 11 | 10011 | 10101100 | 100000 | 1001000 |
Color Harmonies of #A1CFC9
Complementary color
Monochromatic Colors of #A1CFC9
Black with #A1CFC9
Text Example
Text Example
White with #A1CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFC9; }
p { color: rgb(161,207,201); }
H1.HeaderClassName
{
color: #A1CFC9;
}
.AnyTagClassName
{
color: #A1CFC9;
}
</style>
background-color css
<style>
a { background-color: #A1CFC9; }
a { background-color: rgb(161,207,201); }
div.DivClassName
{
background-color: #A1CFC9;
}
.BgClassName
{
background-color: #A1CFC9;
}
</style>
border-color css
<style>
span { border-color: #A1CFC9; }
span { border-color: rgb(161,207,201); }
td.TdClassName
{
border-color: #A1CFC9;
}
.TagClassName
{
border-color: #A1CFC9;
}
</style>