Shades of Sinbad #A3DFDD
Tints of Sinbad #A3DFDD
RGB
CMYK
RGB Variations
Color information
#A3DFDD (or 0xA3DFDD) is known color: Sinbad. HEX triplet: A3, DF and DD. RGB value is (163,223,221). Sum of RGB (Red+Green+Blue) = 163+223+221=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFDD is #5C2022. Grayscale: #CCCCCC. Windows color (decimal): -6037539 or 14540707. OLE color: 14540707.
HSL color Cylindrical-coordinate representation of color #A3DFDD: hue angle of 178º 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 #A3DFDD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 221 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.13 |
| HSL | 178º | 0.48% | 0.76% | - |
| HSV(B) | 178º | 0.27% | 0.87% | - |
| XYZ | 54.54 | 65.78 | 78.23 | - |
| YUV | 204.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 221 | 0.27 | 0 | 0.01 | 0.13 | 178 | 0.48 | 0.76 |
| Hex | A3 | DF | DD | 1B | 0 | 1 | D | B2 | 30 | 4C |
| Octal | 243 | 337 | 335 | 33 | 0 | 1 | 15 | 262 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11011101 | 11011 | 0 | 1 | 1101 | 10110010 | 110000 | 1001100 |
Color Harmonies of #A3DFDD
Complementary color
Monochromatic Colors of #A3DFDD
Black with #A3DFDD
Text Example
Text Example
White with #A3DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFDD; }
p { color: rgb(163,223,221); }
H1.HeaderClassName
{
color: #A3DFDD;
}
.AnyTagClassName
{
color: #A3DFDD;
}
</style>
background-color css
<style>
a { background-color: #A3DFDD; }
a { background-color: rgb(163,223,221); }
div.DivClassName
{
background-color: #A3DFDD;
}
.BgClassName
{
background-color: #A3DFDD;
}
</style>
border-color css
<style>
span { border-color: #A3DFDD; }
span { border-color: rgb(163,223,221); }
td.TdClassName
{
border-color: #A3DFDD;
}
.TagClassName
{
border-color: #A3DFDD;
}
</style>