Shades of Sinbad #A1D5CC
Tints of Sinbad #A1D5CC
RGB
CMYK
RGB Variations
Color information
#A1D5CC (or 0xA1D5CC) is known color: Sinbad. HEX triplet: A1, D5 and CC. RGB value is (161,213,204). Sum of RGB (Red+Green+Blue) = 161+213+204=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5CC is #5E2A33. Grayscale: #C4C4C4. Windows color (decimal): -6171188 or 13424033. OLE color: 13424033.
HSL color Cylindrical-coordinate representation of color #A1D5CC: hue angle of 169.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5CC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 204 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.16 |
| HSL | 169.62º | 0.38% | 0.73% | - |
| HSV(B) | 169.62º | 0.24% | 0.84% | - |
| XYZ | 49.39 | 59.53 | 66.01 | - |
| YUV | 196.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 204 | 0.24 | 0 | 0.04 | 0.16 | 169.62 | 0.38 | 0.73 |
| Hex | A1 | D5 | CC | 18 | 0 | 4 | 10 | AA | 26 | 49 |
| Octal | 241 | 325 | 314 | 30 | 0 | 4 | 20 | 252 | 46 | 111 |
| Binary | 10100001 | 11010101 | 11001100 | 11000 | 0 | 100 | 10000 | 10101010 | 100110 | 1001001 |
Color Harmonies of #A1D5CC
Complementary color
Monochromatic Colors of #A1D5CC
Black with #A1D5CC
Text Example
Text Example
White with #A1D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5CC; }
p { color: rgb(161,213,204); }
H1.HeaderClassName
{
color: #A1D5CC;
}
.AnyTagClassName
{
color: #A1D5CC;
}
</style>
background-color css
<style>
a { background-color: #A1D5CC; }
a { background-color: rgb(161,213,204); }
div.DivClassName
{
background-color: #A1D5CC;
}
.BgClassName
{
background-color: #A1D5CC;
}
</style>
border-color css
<style>
span { border-color: #A1D5CC; }
span { border-color: rgb(161,213,204); }
td.TdClassName
{
border-color: #A1D5CC;
}
.TagClassName
{
border-color: #A1D5CC;
}
</style>