Shades of Sinbad #A3CFCD
Tints of Sinbad #A3CFCD
RGB
CMYK
RGB Variations
Color information
#A3CFCD (or 0xA3CFCD) is known color: Sinbad. HEX triplet: A3, CF and CD. RGB value is (163,207,205). Sum of RGB (Red+Green+Blue) = 163+207+205=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFCD is #5C3032. Grayscale: #C1C1C1. Windows color (decimal): -6041651 or 13488035. OLE color: 13488035.
HSL color Cylindrical-coordinate representation of color #A3CFCD: hue angle of 177.27º 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 #A3CFCD is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 205 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.19 |
| HSL | 177.27º | 0.31% | 0.73% | - |
| HSV(B) | 177.27º | 0.21% | 0.81% | - |
| XYZ | 48.44 | 56.82 | 66.17 | - |
| YUV | 193.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 205 | 0.21 | 0 | 0.01 | 0.19 | 177.27 | 0.31 | 0.73 |
| Hex | A3 | CF | CD | 15 | 0 | 1 | 13 | B1 | 1F | 49 |
| Octal | 243 | 317 | 315 | 25 | 0 | 1 | 23 | 261 | 37 | 111 |
| Binary | 10100011 | 11001111 | 11001101 | 10101 | 0 | 1 | 10011 | 10110001 | 11111 | 1001001 |
Color Harmonies of #A3CFCD
Complementary color
Monochromatic Colors of #A3CFCD
Black with #A3CFCD
Text Example
Text Example
White with #A3CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFCD; }
p { color: rgb(163,207,205); }
H1.HeaderClassName
{
color: #A3CFCD;
}
.AnyTagClassName
{
color: #A3CFCD;
}
</style>
background-color css
<style>
a { background-color: #A3CFCD; }
a { background-color: rgb(163,207,205); }
div.DivClassName
{
background-color: #A3CFCD;
}
.BgClassName
{
background-color: #A3CFCD;
}
</style>
border-color css
<style>
span { border-color: #A3CFCD; }
span { border-color: rgb(163,207,205); }
td.TdClassName
{
border-color: #A3CFCD;
}
.TagClassName
{
border-color: #A3CFCD;
}
</style>