Shades of Sinbad #A5CFC6
Tints of Sinbad #A5CFC6
RGB
CMYK
RGB Variations
Color information
#A5CFC6 (or 0xA5CFC6) is known color: Sinbad. HEX triplet: A5, CF and C6. RGB value is (165,207,198). Sum of RGB (Red+Green+Blue) = 165+207+198=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFC6 is #5A3039. Grayscale: #C1C1C1. Windows color (decimal): -5910586 or 13029285. OLE color: 13029285.
HSL color Cylindrical-coordinate representation of color #A5CFC6: hue angle of 167.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CFC6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 198 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.19 |
| HSL | 167.14º | 0.3% | 0.73% | - |
| HSV(B) | 167.14º | 0.2% | 0.81% | - |
| XYZ | 48.02 | 56.7 | 61.84 | - |
| YUV | 193.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 198 | 0.20 | 0 | 0.04 | 0.19 | 167.14 | 0.3 | 0.73 |
| Hex | A5 | CF | C6 | 14 | 0 | 4 | 13 | A7 | 1E | 49 |
| Octal | 245 | 317 | 306 | 24 | 0 | 4 | 23 | 247 | 36 | 111 |
| Binary | 10100101 | 11001111 | 11000110 | 10100 | 0 | 100 | 10011 | 10100111 | 11110 | 1001001 |
Color Harmonies of #A5CFC6
Complementary color
Monochromatic Colors of #A5CFC6
Black with #A5CFC6
Text Example
Text Example
White with #A5CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CFC6; }
p { color: rgb(165,207,198); }
H1.HeaderClassName
{
color: #A5CFC6;
}
.AnyTagClassName
{
color: #A5CFC6;
}
</style>
background-color css
<style>
a { background-color: #A5CFC6; }
a { background-color: rgb(165,207,198); }
div.DivClassName
{
background-color: #A5CFC6;
}
.BgClassName
{
background-color: #A5CFC6;
}
</style>
border-color css
<style>
span { border-color: #A5CFC6; }
span { border-color: rgb(165,207,198); }
td.TdClassName
{
border-color: #A5CFC6;
}
.TagClassName
{
border-color: #A5CFC6;
}
</style>