Shades of Sinbad #A3DBD8
Tints of Sinbad #A3DBD8
RGB
CMYK
RGB Variations
Color information
#A3DBD8 (or 0xA3DBD8) is known color: Sinbad. HEX triplet: A3, DB and D8. RGB value is (163,219,216). Sum of RGB (Red+Green+Blue) = 163+219+216=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBD8 is #5C2427. Grayscale: #C9C9C9. Windows color (decimal): -6038568 or 14212003. OLE color: 14212003.
HSL color Cylindrical-coordinate representation of color #A3DBD8: hue angle of 176.79º 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 #A3DBD8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 216 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.14 |
| HSL | 176.79º | 0.44% | 0.75% | - |
| HSV(B) | 176.79º | 0.26% | 0.86% | - |
| XYZ | 52.83 | 63.41 | 74.42 | - |
| YUV | 201.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 216 | 0.26 | 0 | 0.01 | 0.14 | 176.79 | 0.44 | 0.75 |
| Hex | A3 | DB | D8 | 1A | 0 | 1 | E | B1 | 2C | 4B |
| Octal | 243 | 333 | 330 | 32 | 0 | 1 | 16 | 261 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11011000 | 11010 | 0 | 1 | 1110 | 10110001 | 101100 | 1001011 |
Color Harmonies of #A3DBD8
Complementary color
Monochromatic Colors of #A3DBD8
Black with #A3DBD8
Text Example
Text Example
White with #A3DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBD8; }
p { color: rgb(163,219,216); }
H1.HeaderClassName
{
color: #A3DBD8;
}
.AnyTagClassName
{
color: #A3DBD8;
}
</style>
background-color css
<style>
a { background-color: #A3DBD8; }
a { background-color: rgb(163,219,216); }
div.DivClassName
{
background-color: #A3DBD8;
}
.BgClassName
{
background-color: #A3DBD8;
}
</style>
border-color css
<style>
span { border-color: #A3DBD8; }
span { border-color: rgb(163,219,216); }
td.TdClassName
{
border-color: #A3DBD8;
}
.TagClassName
{
border-color: #A3DBD8;
}
</style>