Shades of Sinbad #A3CFC6
Tints of Sinbad #A3CFC6
RGB
CMYK
RGB Variations
Color information
#A3CFC6 (or 0xA3CFC6) is known color: Sinbad. HEX triplet: A3, CF and C6. RGB value is (163,207,198). Sum of RGB (Red+Green+Blue) = 163+207+198=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFC6 is #5C3039. Grayscale: #C0C0C0. Windows color (decimal): -6041658 or 13029283. OLE color: 13029283.
HSL color Cylindrical-coordinate representation of color #A3CFC6: hue angle of 167.73º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CFC6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 198 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.19 |
| HSL | 167.73º | 0.31% | 0.73% | - |
| HSV(B) | 167.73º | 0.21% | 0.81% | - |
| XYZ | 47.61 | 56.49 | 61.82 | - |
| YUV | 192.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 198 | 0.21 | 0 | 0.04 | 0.19 | 167.73 | 0.31 | 0.73 |
| Hex | A3 | CF | C6 | 15 | 0 | 4 | 13 | A8 | 1F | 49 |
| Octal | 243 | 317 | 306 | 25 | 0 | 4 | 23 | 250 | 37 | 111 |
| Binary | 10100011 | 11001111 | 11000110 | 10101 | 0 | 100 | 10011 | 10101000 | 11111 | 1001001 |
Color Harmonies of #A3CFC6
Complementary color
Monochromatic Colors of #A3CFC6
Black with #A3CFC6
Text Example
Text Example
White with #A3CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFC6; }
p { color: rgb(163,207,198); }
H1.HeaderClassName
{
color: #A3CFC6;
}
.AnyTagClassName
{
color: #A3CFC6;
}
</style>
background-color css
<style>
a { background-color: #A3CFC6; }
a { background-color: rgb(163,207,198); }
div.DivClassName
{
background-color: #A3CFC6;
}
.BgClassName
{
background-color: #A3CFC6;
}
</style>
border-color css
<style>
span { border-color: #A3CFC6; }
span { border-color: rgb(163,207,198); }
td.TdClassName
{
border-color: #A3CFC6;
}
.TagClassName
{
border-color: #A3CFC6;
}
</style>