Shades of Sinbad #A1CFC7
Tints of Sinbad #A1CFC7
RGB
CMYK
RGB Variations
Color information
#A1CFC7 (or 0xA1CFC7) is known color: Sinbad. HEX triplet: A1, CF and C7. RGB value is (161,207,199). Sum of RGB (Red+Green+Blue) = 161+207+199=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFC7 is #5E3038. Grayscale: #C0C0C0. Windows color (decimal): -6172729 or 13094817. OLE color: 13094817.
HSL color Cylindrical-coordinate representation of color #A1CFC7: hue angle of 169.57º 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 #A1CFC7 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 199 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.19 |
| HSL | 169.57º | 0.32% | 0.72% | - |
| HSV(B) | 169.57º | 0.22% | 0.81% | - |
| XYZ | 47.32 | 56.33 | 62.41 | - |
| YUV | 192.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 199 | 0.22 | 0 | 0.04 | 0.19 | 169.57 | 0.32 | 0.72 |
| Hex | A1 | CF | C7 | 16 | 0 | 4 | 13 | AA | 20 | 48 |
| Octal | 241 | 317 | 307 | 26 | 0 | 4 | 23 | 252 | 40 | 110 |
| Binary | 10100001 | 11001111 | 11000111 | 10110 | 0 | 100 | 10011 | 10101010 | 100000 | 1001000 |
Color Harmonies of #A1CFC7
Complementary color
Monochromatic Colors of #A1CFC7
Black with #A1CFC7
Text Example
Text Example
White with #A1CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFC7; }
p { color: rgb(161,207,199); }
H1.HeaderClassName
{
color: #A1CFC7;
}
.AnyTagClassName
{
color: #A1CFC7;
}
</style>
background-color css
<style>
a { background-color: #A1CFC7; }
a { background-color: rgb(161,207,199); }
div.DivClassName
{
background-color: #A1CFC7;
}
.BgClassName
{
background-color: #A1CFC7;
}
</style>
border-color css
<style>
span { border-color: #A1CFC7; }
span { border-color: rgb(161,207,199); }
td.TdClassName
{
border-color: #A1CFC7;
}
.TagClassName
{
border-color: #A1CFC7;
}
</style>