Shades of Sinbad #A1CDC5
Tints of Sinbad #A1CDC5
RGB
CMYK
RGB Variations
Color information
#A1CDC5 (or 0xA1CDC5) is known color: Sinbad. HEX triplet: A1, CD and C5. RGB value is (161,205,197). Sum of RGB (Red+Green+Blue) = 161+205+197=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDC5 is #5E323A. Grayscale: #BEBEBE. Windows color (decimal): -6173243 or 12963233. OLE color: 12963233.
HSL color Cylindrical-coordinate representation of color #A1CDC5: hue angle of 169.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDC5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 161 | 205 | 197 | - |
CMYK | 0.21 | 0 | 0.04 | 0.20 |
HSL | 169.09º | 0.31% | 0.72% | - |
HSV(B) | 169.09º | 0.21% | 0.8% | - |
XYZ | 46.61 | 55.27 | 61.04 | - |
YUV | 190.93 | 131.42 | 106.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 205 | 197 | 0.21 | 0 | 0.04 | 0.20 | 169.09 | 0.31 | 0.72 |
Hex | A1 | CD | C5 | 15 | 0 | 4 | 14 | A9 | 1F | 48 |
Octal | 241 | 315 | 305 | 25 | 0 | 4 | 24 | 251 | 37 | 110 |
Binary | 10100001 | 11001101 | 11000101 | 10101 | 0 | 100 | 10100 | 10101001 | 11111 | 1001000 |
Color Harmonies of #A1CDC5
Complementary color
Monochromatic Colors of #A1CDC5
Black with #A1CDC5
Text Example
Text Example
White with #A1CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDC5; }
p { color: rgb(161,205,197); }
H1.HeaderClassName
{
color: #A1CDC5;
}
.AnyTagClassName
{
color: #A1CDC5;
}
</style>
background-color css
<style>
a { background-color: #A1CDC5; }
a { background-color: rgb(161,205,197); }
div.DivClassName
{
background-color: #A1CDC5;
}
.BgClassName
{
background-color: #A1CDC5;
}
</style>
border-color css
<style>
span { border-color: #A1CDC5; }
span { border-color: rgb(161,205,197); }
td.TdClassName
{
border-color: #A1CDC5;
}
.TagClassName
{
border-color: #A1CDC5;
}
</style>