Shades of Sinbad #A1DACE
Tints of Sinbad #A1DACE
RGB
CMYK
RGB Variations
Color information
#A1DACE (or 0xA1DACE) is known color: Sinbad. HEX triplet: A1, DA and CE. RGB value is (161,218,206). Sum of RGB (Red+Green+Blue) = 161+218+206=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DACE is #5E2531. Grayscale: #C7C7C7. Windows color (decimal): -6169906 or 13556385. OLE color: 13556385.
HSL color Cylindrical-coordinate representation of color #A1DACE: hue angle of 167.37º 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 #A1DACE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 206 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.15 |
| HSL | 167.37º | 0.44% | 0.74% | - |
| HSV(B) | 167.37º | 0.26% | 0.85% | - |
| XYZ | 50.91 | 62.18 | 67.71 | - |
| YUV | 199.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 206 | 0.26 | 0 | 0.06 | 0.15 | 167.37 | 0.44 | 0.74 |
| Hex | A1 | DA | CE | 1A | 0 | 6 | F | A7 | 2C | 4A |
| Octal | 241 | 332 | 316 | 32 | 0 | 6 | 17 | 247 | 54 | 112 |
| Binary | 10100001 | 11011010 | 11001110 | 11010 | 0 | 110 | 1111 | 10100111 | 101100 | 1001010 |
Color Harmonies of #A1DACE
Complementary color
Monochromatic Colors of #A1DACE
Black with #A1DACE
Text Example
Text Example
White with #A1DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DACE; }
p { color: rgb(161,218,206); }
H1.HeaderClassName
{
color: #A1DACE;
}
.AnyTagClassName
{
color: #A1DACE;
}
</style>
background-color css
<style>
a { background-color: #A1DACE; }
a { background-color: rgb(161,218,206); }
div.DivClassName
{
background-color: #A1DACE;
}
.BgClassName
{
background-color: #A1DACE;
}
</style>
border-color css
<style>
span { border-color: #A1DACE; }
span { border-color: rgb(161,218,206); }
td.TdClassName
{
border-color: #A1DACE;
}
.TagClassName
{
border-color: #A1DACE;
}
</style>