Shades of Sinbad #A3DBD4
Tints of Sinbad #A3DBD4
RGB
CMYK
RGB Variations
Color information
#A3DBD4 (or 0xA3DBD4) is known color: Sinbad. HEX triplet: A3, DB and D4. RGB value is (163,219,212). Sum of RGB (Red+Green+Blue) = 163+219+212=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBD4 is #5C242B. Grayscale: #C9C9C9. Windows color (decimal): -6038572 or 13949859. OLE color: 13949859.
HSL color Cylindrical-coordinate representation of color #A3DBD4: hue angle of 172.5º 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 #A3DBD4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 212 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.14 |
| HSL | 172.5º | 0.44% | 0.75% | - |
| HSV(B) | 172.5º | 0.26% | 0.86% | - |
| XYZ | 52.32 | 63.2 | 71.73 | - |
| YUV | 201.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 212 | 0.26 | 0 | 0.03 | 0.14 | 172.5 | 0.44 | 0.75 |
| Hex | A3 | DB | D4 | 1A | 0 | 3 | E | AC | 2C | 4B |
| Octal | 243 | 333 | 324 | 32 | 0 | 3 | 16 | 254 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11010100 | 11010 | 0 | 11 | 1110 | 10101100 | 101100 | 1001011 |
Color Harmonies of #A3DBD4
Complementary color
Monochromatic Colors of #A3DBD4
Black with #A3DBD4
Text Example
Text Example
White with #A3DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBD4; }
p { color: rgb(163,219,212); }
H1.HeaderClassName
{
color: #A3DBD4;
}
.AnyTagClassName
{
color: #A3DBD4;
}
</style>
background-color css
<style>
a { background-color: #A3DBD4; }
a { background-color: rgb(163,219,212); }
div.DivClassName
{
background-color: #A3DBD4;
}
.BgClassName
{
background-color: #A3DBD4;
}
</style>
border-color css
<style>
span { border-color: #A3DBD4; }
span { border-color: rgb(163,219,212); }
td.TdClassName
{
border-color: #A3DBD4;
}
.TagClassName
{
border-color: #A3DBD4;
}
</style>