Shades of Sinbad #A3D0C6
Tints of Sinbad #A3D0C6
RGB
CMYK
RGB Variations
Color information
#A3D0C6 (or 0xA3D0C6) is known color: Sinbad. HEX triplet: A3, D0 and C6. RGB value is (163,208,198). Sum of RGB (Red+Green+Blue) = 163+208+198=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D0C6 is #5C2F39. Grayscale: #C1C1C1. Windows color (decimal): -6041402 or 13029539. OLE color: 13029539.
HSL color Cylindrical-coordinate representation of color #A3D0C6: hue angle of 166.67º degrees, saturation: 0.32, 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 #A3D0C6 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 198 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.18 |
| HSL | 166.67º | 0.32% | 0.73% | - |
| HSV(B) | 166.67º | 0.22% | 0.82% | - |
| XYZ | 47.85 | 56.98 | 61.9 | - |
| YUV | 193.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 198 | 0.22 | 0 | 0.05 | 0.18 | 166.67 | 0.32 | 0.73 |
| Hex | A3 | D0 | C6 | 16 | 0 | 5 | 12 | A7 | 20 | 49 |
| Octal | 243 | 320 | 306 | 26 | 0 | 5 | 22 | 247 | 40 | 111 |
| Binary | 10100011 | 11010000 | 11000110 | 10110 | 0 | 101 | 10010 | 10100111 | 100000 | 1001001 |
Color Harmonies of #A3D0C6
Complementary color
Monochromatic Colors of #A3D0C6
Black with #A3D0C6
Text Example
Text Example
White with #A3D0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D0C6; }
p { color: rgb(163,208,198); }
H1.HeaderClassName
{
color: #A3D0C6;
}
.AnyTagClassName
{
color: #A3D0C6;
}
</style>
background-color css
<style>
a { background-color: #A3D0C6; }
a { background-color: rgb(163,208,198); }
div.DivClassName
{
background-color: #A3D0C6;
}
.BgClassName
{
background-color: #A3D0C6;
}
</style>
border-color css
<style>
span { border-color: #A3D0C6; }
span { border-color: rgb(163,208,198); }
td.TdClassName
{
border-color: #A3D0C6;
}
.TagClassName
{
border-color: #A3D0C6;
}
</style>