Shades of Sinbad #A1DAD8
Tints of Sinbad #A1DAD8
RGB
CMYK
RGB Variations
Color information
#A1DAD8 (or 0xA1DAD8) is known color: Sinbad. HEX triplet: A1, DA and D8. RGB value is (161,218,216). Sum of RGB (Red+Green+Blue) = 161+218+216=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAD8 is #5E2527. Grayscale: #C8C8C8. Windows color (decimal): -6169896 or 14211745. OLE color: 14211745.
HSL color Cylindrical-coordinate representation of color #A1DAD8: hue angle of 177.89º 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 #A1DAD8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 216 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.15 |
| HSL | 177.89º | 0.44% | 0.74% | - |
| HSV(B) | 177.89º | 0.26% | 0.85% | - |
| XYZ | 52.16 | 62.68 | 74.31 | - |
| YUV | 200.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 216 | 0.26 | 0 | 0.01 | 0.15 | 177.89 | 0.44 | 0.74 |
| Hex | A1 | DA | D8 | 1A | 0 | 1 | F | B2 | 2C | 4A |
| Octal | 241 | 332 | 330 | 32 | 0 | 1 | 17 | 262 | 54 | 112 |
| Binary | 10100001 | 11011010 | 11011000 | 11010 | 0 | 1 | 1111 | 10110010 | 101100 | 1001010 |
Color Harmonies of #A1DAD8
Complementary color
Monochromatic Colors of #A1DAD8
Black with #A1DAD8
Text Example
Text Example
White with #A1DAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAD8; }
p { color: rgb(161,218,216); }
H1.HeaderClassName
{
color: #A1DAD8;
}
.AnyTagClassName
{
color: #A1DAD8;
}
</style>
background-color css
<style>
a { background-color: #A1DAD8; }
a { background-color: rgb(161,218,216); }
div.DivClassName
{
background-color: #A1DAD8;
}
.BgClassName
{
background-color: #A1DAD8;
}
</style>
border-color css
<style>
span { border-color: #A1DAD8; }
span { border-color: rgb(161,218,216); }
td.TdClassName
{
border-color: #A1DAD8;
}
.TagClassName
{
border-color: #A1DAD8;
}
</style>