Shades of Sinbad #A3DFDB
Tints of Sinbad #A3DFDB
RGB
CMYK
RGB Variations
Color information
#A3DFDB (or 0xA3DFDB) is known color: Sinbad. HEX triplet: A3, DF and DB. RGB value is (163,223,219). Sum of RGB (Red+Green+Blue) = 163+223+219=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFDB is #5C2024. Grayscale: #CCCCCC. Windows color (decimal): -6037541 or 14409635. OLE color: 14409635.
HSL color Cylindrical-coordinate representation of color #A3DFDB: hue angle of 176º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFDB is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 219 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.13 |
| HSL | 176º | 0.48% | 0.76% | - |
| HSV(B) | 176º | 0.27% | 0.87% | - |
| XYZ | 54.28 | 65.68 | 76.83 | - |
| YUV | 204.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 219 | 0.27 | 0 | 0.02 | 0.13 | 176 | 0.48 | 0.76 |
| Hex | A3 | DF | DB | 1B | 0 | 2 | D | B0 | 30 | 4C |
| Octal | 243 | 337 | 333 | 33 | 0 | 2 | 15 | 260 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11011011 | 11011 | 0 | 10 | 1101 | 10110000 | 110000 | 1001100 |
Color Harmonies of #A3DFDB
Complementary color
Monochromatic Colors of #A3DFDB
Black with #A3DFDB
Text Example
Text Example
White with #A3DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFDB; }
p { color: rgb(163,223,219); }
H1.HeaderClassName
{
color: #A3DFDB;
}
.AnyTagClassName
{
color: #A3DFDB;
}
</style>
background-color css
<style>
a { background-color: #A3DFDB; }
a { background-color: rgb(163,223,219); }
div.DivClassName
{
background-color: #A3DFDB;
}
.BgClassName
{
background-color: #A3DFDB;
}
</style>
border-color css
<style>
span { border-color: #A3DFDB; }
span { border-color: rgb(163,223,219); }
td.TdClassName
{
border-color: #A3DFDB;
}
.TagClassName
{
border-color: #A3DFDB;
}
</style>