Shades of Sinbad #A5CCC9
Tints of Sinbad #A5CCC9
RGB
CMYK
RGB Variations
Color information
#A5CCC9 (or 0xA5CCC9) is known color: Sinbad. HEX triplet: A5, CC and C9. RGB value is (165,204,201). Sum of RGB (Red+Green+Blue) = 165+204+201=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCC9 is #5A3336. Grayscale: #BFBFBF. Windows color (decimal): -5911351 or 13225125. OLE color: 13225125.
HSL color Cylindrical-coordinate representation of color #A5CCC9: hue angle of 175.38º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCC9 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 201 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.2 |
| HSL | 175.38º | 0.28% | 0.72% | - |
| HSV(B) | 175.38º | 0.19% | 0.8% | - |
| XYZ | 47.65 | 55.4 | 63.44 | - |
| YUV | 192 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 201 | 0.19 | 0 | 0.01 | 0.2 | 175.38 | 0.28 | 0.72 |
| Hex | A5 | CC | C9 | 13 | 0 | 1 | 14 | AF | 1C | 48 |
| Octal | 245 | 314 | 311 | 23 | 0 | 1 | 24 | 257 | 34 | 110 |
| Binary | 10100101 | 11001100 | 11001001 | 10011 | 0 | 1 | 10100 | 10101111 | 11100 | 1001000 |
Color Harmonies of #A5CCC9
Complementary color
Monochromatic Colors of #A5CCC9
Black with #A5CCC9
Text Example
Text Example
White with #A5CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCC9; }
p { color: rgb(165,204,201); }
H1.HeaderClassName
{
color: #A5CCC9;
}
.AnyTagClassName
{
color: #A5CCC9;
}
</style>
background-color css
<style>
a { background-color: #A5CCC9; }
a { background-color: rgb(165,204,201); }
div.DivClassName
{
background-color: #A5CCC9;
}
.BgClassName
{
background-color: #A5CCC9;
}
</style>
border-color css
<style>
span { border-color: #A5CCC9; }
span { border-color: rgb(165,204,201); }
td.TdClassName
{
border-color: #A5CCC9;
}
.TagClassName
{
border-color: #A5CCC9;
}
</style>