Shades of Sinbad #A1D6CF
Tints of Sinbad #A1D6CF
RGB
CMYK
RGB Variations
Color information
#A1D6CF (or 0xA1D6CF) is known color: Sinbad. HEX triplet: A1, D6 and CF. RGB value is (161,214,207). Sum of RGB (Red+Green+Blue) = 161+214+207=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6CF is #5E2930. Grayscale: #C5C5C5. Windows color (decimal): -6170929 or 13620897. OLE color: 13620897.
HSL color Cylindrical-coordinate representation of color #A1D6CF: hue angle of 172.08º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6CF is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 207 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.16 |
| HSL | 172.08º | 0.39% | 0.74% | - |
| HSV(B) | 172.08º | 0.25% | 0.84% | - |
| XYZ | 50.01 | 60.18 | 68.01 | - |
| YUV | 197.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 207 | 0.25 | 0 | 0.03 | 0.16 | 172.08 | 0.39 | 0.74 |
| Hex | A1 | D6 | CF | 19 | 0 | 3 | 10 | AC | 27 | 4A |
| Octal | 241 | 326 | 317 | 31 | 0 | 3 | 20 | 254 | 47 | 112 |
| Binary | 10100001 | 11010110 | 11001111 | 11001 | 0 | 11 | 10000 | 10101100 | 100111 | 1001010 |
Color Harmonies of #A1D6CF
Complementary color
Monochromatic Colors of #A1D6CF
Black with #A1D6CF
Text Example
Text Example
White with #A1D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D6CF; }
p { color: rgb(161,214,207); }
H1.HeaderClassName
{
color: #A1D6CF;
}
.AnyTagClassName
{
color: #A1D6CF;
}
</style>
background-color css
<style>
a { background-color: #A1D6CF; }
a { background-color: rgb(161,214,207); }
div.DivClassName
{
background-color: #A1D6CF;
}
.BgClassName
{
background-color: #A1D6CF;
}
</style>
border-color css
<style>
span { border-color: #A1D6CF; }
span { border-color: rgb(161,214,207); }
td.TdClassName
{
border-color: #A1D6CF;
}
.TagClassName
{
border-color: #A1D6CF;
}
</style>