Shades of Sinbad #A3CFCA
Tints of Sinbad #A3CFCA
RGB
CMYK
RGB Variations
Color information
#A3CFCA (or 0xA3CFCA) is known color: Sinbad. HEX triplet: A3, CF and CA. RGB value is (163,207,202). Sum of RGB (Red+Green+Blue) = 163+207+202=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFCA is #5C3035. Grayscale: #C1C1C1. Windows color (decimal): -6041654 or 13291427. OLE color: 13291427.
HSL color Cylindrical-coordinate representation of color #A3CFCA: hue angle of 173.18º 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 #A3CFCA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 202 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.19 |
| HSL | 173.18º | 0.31% | 0.73% | - |
| HSV(B) | 173.18º | 0.21% | 0.81% | - |
| XYZ | 48.08 | 56.68 | 64.28 | - |
| YUV | 193.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 202 | 0.21 | 0 | 0.02 | 0.19 | 173.18 | 0.31 | 0.73 |
| Hex | A3 | CF | CA | 15 | 0 | 2 | 13 | AD | 1F | 49 |
| Octal | 243 | 317 | 312 | 25 | 0 | 2 | 23 | 255 | 37 | 111 |
| Binary | 10100011 | 11001111 | 11001010 | 10101 | 0 | 10 | 10011 | 10101101 | 11111 | 1001001 |
Color Harmonies of #A3CFCA
Complementary color
Monochromatic Colors of #A3CFCA
Black with #A3CFCA
Text Example
Text Example
White with #A3CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFCA; }
p { color: rgb(163,207,202); }
H1.HeaderClassName
{
color: #A3CFCA;
}
.AnyTagClassName
{
color: #A3CFCA;
}
</style>
background-color css
<style>
a { background-color: #A3CFCA; }
a { background-color: rgb(163,207,202); }
div.DivClassName
{
background-color: #A3CFCA;
}
.BgClassName
{
background-color: #A3CFCA;
}
</style>
border-color css
<style>
span { border-color: #A3CFCA; }
span { border-color: rgb(163,207,202); }
td.TdClassName
{
border-color: #A3CFCA;
}
.TagClassName
{
border-color: #A3CFCA;
}
</style>