Shades of Sinbad #A1DAD6
Tints of Sinbad #A1DAD6
RGB
CMYK
RGB Variations
Color information
#A1DAD6 (or 0xA1DAD6) is known color: Sinbad. HEX triplet: A1, DA and D6. RGB value is (161,218,214). Sum of RGB (Red+Green+Blue) = 161+218+214=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAD6 is #5E2529. Grayscale: #C8C8C8. Windows color (decimal): -6169898 or 14080673. OLE color: 14080673.
HSL color Cylindrical-coordinate representation of color #A1DAD6: hue angle of 175.79º 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 #A1DAD6 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 214 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.15 |
| HSL | 175.79º | 0.44% | 0.74% | - |
| HSV(B) | 175.79º | 0.26% | 0.85% | - |
| XYZ | 51.91 | 62.57 | 72.96 | - |
| YUV | 200.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 214 | 0.26 | 0 | 0.02 | 0.15 | 175.79 | 0.44 | 0.74 |
| Hex | A1 | DA | D6 | 1A | 0 | 2 | F | B0 | 2C | 4A |
| Octal | 241 | 332 | 326 | 32 | 0 | 2 | 17 | 260 | 54 | 112 |
| Binary | 10100001 | 11011010 | 11010110 | 11010 | 0 | 10 | 1111 | 10110000 | 101100 | 1001010 |
Color Harmonies of #A1DAD6
Complementary color
Monochromatic Colors of #A1DAD6
Black with #A1DAD6
Text Example
Text Example
White with #A1DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAD6; }
p { color: rgb(161,218,214); }
H1.HeaderClassName
{
color: #A1DAD6;
}
.AnyTagClassName
{
color: #A1DAD6;
}
</style>
background-color css
<style>
a { background-color: #A1DAD6; }
a { background-color: rgb(161,218,214); }
div.DivClassName
{
background-color: #A1DAD6;
}
.BgClassName
{
background-color: #A1DAD6;
}
</style>
border-color css
<style>
span { border-color: #A1DAD6; }
span { border-color: rgb(161,218,214); }
td.TdClassName
{
border-color: #A1DAD6;
}
.TagClassName
{
border-color: #A1DAD6;
}
</style>