Shades of Sinbad #A1DFD5
Tints of Sinbad #A1DFD5
RGB
CMYK
RGB Variations
Color information
#A1DFD5 (or 0xA1DFD5) is known color: Sinbad. HEX triplet: A1, DF and D5. RGB value is (161,223,213). Sum of RGB (Red+Green+Blue) = 161+223+213=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFD5 is #5E202A. Grayscale: #CBCBCB. Windows color (decimal): -6168619 or 14016417. OLE color: 14016417.
HSL color Cylindrical-coordinate representation of color #A1DFD5: hue angle of 170.32º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFD5 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 213 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.13 |
| HSL | 170.32º | 0.49% | 0.75% | - |
| HSV(B) | 170.32º | 0.28% | 0.87% | - |
| XYZ | 53.1 | 65.16 | 72.73 | - |
| YUV | 203.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 213 | 0.28 | 0 | 0.04 | 0.13 | 170.32 | 0.49 | 0.75 |
| Hex | A1 | DF | D5 | 1C | 0 | 4 | D | AA | 31 | 4B |
| Octal | 241 | 337 | 325 | 34 | 0 | 4 | 15 | 252 | 61 | 113 |
| Binary | 10100001 | 11011111 | 11010101 | 11100 | 0 | 100 | 1101 | 10101010 | 110001 | 1001011 |
Color Harmonies of #A1DFD5
Complementary color
Monochromatic Colors of #A1DFD5
Black with #A1DFD5
Text Example
Text Example
White with #A1DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFD5; }
p { color: rgb(161,223,213); }
H1.HeaderClassName
{
color: #A1DFD5;
}
.AnyTagClassName
{
color: #A1DFD5;
}
</style>
background-color css
<style>
a { background-color: #A1DFD5; }
a { background-color: rgb(161,223,213); }
div.DivClassName
{
background-color: #A1DFD5;
}
.BgClassName
{
background-color: #A1DFD5;
}
</style>
border-color css
<style>
span { border-color: #A1DFD5; }
span { border-color: rgb(161,223,213); }
td.TdClassName
{
border-color: #A1DFD5;
}
.TagClassName
{
border-color: #A1DFD5;
}
</style>