Shades of Sinbad #A3D1CC
Tints of Sinbad #A3D1CC
RGB
CMYK
RGB Variations
Color information
#A3D1CC (or 0xA3D1CC) is known color: Sinbad. HEX triplet: A3, D1 and CC. RGB value is (163,209,204). Sum of RGB (Red+Green+Blue) = 163+209+204=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D1CC is #5C2E33. Grayscale: #C2C2C2. Windows color (decimal): -6041140 or 13423011. OLE color: 13423011.
HSL color Cylindrical-coordinate representation of color #A3D1CC: hue angle of 173.48º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D1CC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 209 | 204 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.18 |
| HSL | 173.48º | 0.33% | 0.73% | - |
| HSV(B) | 173.48º | 0.22% | 0.82% | - |
| XYZ | 48.8 | 57.75 | 65.7 | - |
| YUV | 194.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 204 | 0.22 | 0 | 0.02 | 0.18 | 173.48 | 0.33 | 0.73 |
| Hex | A3 | D1 | CC | 16 | 0 | 2 | 12 | AD | 21 | 49 |
| Octal | 243 | 321 | 314 | 26 | 0 | 2 | 22 | 255 | 41 | 111 |
| Binary | 10100011 | 11010001 | 11001100 | 10110 | 0 | 10 | 10010 | 10101101 | 100001 | 1001001 |
Color Harmonies of #A3D1CC
Complementary color
Monochromatic Colors of #A3D1CC
Black with #A3D1CC
Text Example
Text Example
White with #A3D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D1CC; }
p { color: rgb(163,209,204); }
H1.HeaderClassName
{
color: #A3D1CC;
}
.AnyTagClassName
{
color: #A3D1CC;
}
</style>
background-color css
<style>
a { background-color: #A3D1CC; }
a { background-color: rgb(163,209,204); }
div.DivClassName
{
background-color: #A3D1CC;
}
.BgClassName
{
background-color: #A3D1CC;
}
</style>
border-color css
<style>
span { border-color: #A3D1CC; }
span { border-color: rgb(163,209,204); }
td.TdClassName
{
border-color: #A3D1CC;
}
.TagClassName
{
border-color: #A3D1CC;
}
</style>