Shades of Sinbad #A1DFDD
Tints of Sinbad #A1DFDD
RGB
CMYK
RGB Variations
Color information
#A1DFDD (or 0xA1DFDD) is known color: Sinbad. HEX triplet: A1, DF and DD. RGB value is (161,223,221). Sum of RGB (Red+Green+Blue) = 161+223+221=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFDD is #5E2022. Grayscale: #CCCCCC. Windows color (decimal): -6168611 or 14540705. OLE color: 14540705.
HSL color Cylindrical-coordinate representation of color #A1DFDD: hue angle of 178.06º 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 #A1DFDD is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 221 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.13 |
| HSL | 178.06º | 0.49% | 0.75% | - |
| HSV(B) | 178.06º | 0.28% | 0.87% | - |
| XYZ | 54.14 | 65.57 | 78.21 | - |
| YUV | 204.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 221 | 0.28 | 0 | 0.01 | 0.13 | 178.06 | 0.49 | 0.75 |
| Hex | A1 | DF | DD | 1C | 0 | 1 | D | B2 | 31 | 4B |
| Octal | 241 | 337 | 335 | 34 | 0 | 1 | 15 | 262 | 61 | 113 |
| Binary | 10100001 | 11011111 | 11011101 | 11100 | 0 | 1 | 1101 | 10110010 | 110001 | 1001011 |
Color Harmonies of #A1DFDD
Complementary color
Monochromatic Colors of #A1DFDD
Black with #A1DFDD
Text Example
Text Example
White with #A1DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFDD; }
p { color: rgb(161,223,221); }
H1.HeaderClassName
{
color: #A1DFDD;
}
.AnyTagClassName
{
color: #A1DFDD;
}
</style>
background-color css
<style>
a { background-color: #A1DFDD; }
a { background-color: rgb(161,223,221); }
div.DivClassName
{
background-color: #A1DFDD;
}
.BgClassName
{
background-color: #A1DFDD;
}
</style>
border-color css
<style>
span { border-color: #A1DFDD; }
span { border-color: rgb(161,223,221); }
td.TdClassName
{
border-color: #A1DFDD;
}
.TagClassName
{
border-color: #A1DFDD;
}
</style>