Shades of Sinbad #A1DAD0
Tints of Sinbad #A1DAD0
RGB
CMYK
RGB Variations
Color information
#A1DAD0 (or 0xA1DAD0) is known color: Sinbad. HEX triplet: A1, DA and D0. RGB value is (161,218,208). Sum of RGB (Red+Green+Blue) = 161+218+208=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAD0 is #5E252F. Grayscale: #C7C7C7. Windows color (decimal): -6169904 or 13687457. OLE color: 13687457.
HSL color Cylindrical-coordinate representation of color #A1DAD0: hue angle of 169.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAD0 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 208 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.15 |
| HSL | 169.47º | 0.44% | 0.74% | - |
| HSV(B) | 169.47º | 0.26% | 0.85% | - |
| XYZ | 51.15 | 62.27 | 69 | - |
| YUV | 199.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 208 | 0.26 | 0 | 0.05 | 0.15 | 169.47 | 0.44 | 0.74 |
| Hex | A1 | DA | D0 | 1A | 0 | 5 | F | A9 | 2C | 4A |
| Octal | 241 | 332 | 320 | 32 | 0 | 5 | 17 | 251 | 54 | 112 |
| Binary | 10100001 | 11011010 | 11010000 | 11010 | 0 | 101 | 1111 | 10101001 | 101100 | 1001010 |
Color Harmonies of #A1DAD0
Complementary color
Monochromatic Colors of #A1DAD0
Black with #A1DAD0
Text Example
Text Example
White with #A1DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAD0; }
p { color: rgb(161,218,208); }
H1.HeaderClassName
{
color: #A1DAD0;
}
.AnyTagClassName
{
color: #A1DAD0;
}
</style>
background-color css
<style>
a { background-color: #A1DAD0; }
a { background-color: rgb(161,218,208); }
div.DivClassName
{
background-color: #A1DAD0;
}
.BgClassName
{
background-color: #A1DAD0;
}
</style>
border-color css
<style>
span { border-color: #A1DAD0; }
span { border-color: rgb(161,218,208); }
td.TdClassName
{
border-color: #A1DAD0;
}
.TagClassName
{
border-color: #A1DAD0;
}
</style>