Shades of Sinbad #A3DBD3
Tints of Sinbad #A3DBD3
RGB
CMYK
RGB Variations
Color information
#A3DBD3 (or 0xA3DBD3) is known color: Sinbad. HEX triplet: A3, DB and D3. RGB value is (163,219,211). Sum of RGB (Red+Green+Blue) = 163+219+211=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBD3 is #5C242C. Grayscale: #C9C9C9. Windows color (decimal): -6038573 or 13884323. OLE color: 13884323.
HSL color Cylindrical-coordinate representation of color #A3DBD3: hue angle of 171.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBD3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 211 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.14 |
| HSL | 171.43º | 0.44% | 0.75% | - |
| HSV(B) | 171.43º | 0.26% | 0.86% | - |
| XYZ | 52.19 | 63.15 | 71.07 | - |
| YUV | 201.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 211 | 0.26 | 0 | 0.04 | 0.14 | 171.43 | 0.44 | 0.75 |
| Hex | A3 | DB | D3 | 1A | 0 | 4 | E | AB | 2C | 4B |
| Octal | 243 | 333 | 323 | 32 | 0 | 4 | 16 | 253 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11010011 | 11010 | 0 | 100 | 1110 | 10101011 | 101100 | 1001011 |
Color Harmonies of #A3DBD3
Complementary color
Monochromatic Colors of #A3DBD3
Black with #A3DBD3
Text Example
Text Example
White with #A3DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBD3; }
p { color: rgb(163,219,211); }
H1.HeaderClassName
{
color: #A3DBD3;
}
.AnyTagClassName
{
color: #A3DBD3;
}
</style>
background-color css
<style>
a { background-color: #A3DBD3; }
a { background-color: rgb(163,219,211); }
div.DivClassName
{
background-color: #A3DBD3;
}
.BgClassName
{
background-color: #A3DBD3;
}
</style>
border-color css
<style>
span { border-color: #A3DBD3; }
span { border-color: rgb(163,219,211); }
td.TdClassName
{
border-color: #A3DBD3;
}
.TagClassName
{
border-color: #A3DBD3;
}
</style>