Shades of Sinbad #A9CCCB
Tints of Sinbad #A9CCCB
RGB
CMYK
RGB Variations
Color information
#A9CCCB (or 0xA9CCCB) is known color: Sinbad. HEX triplet: A9, CC and CB. RGB value is (169,204,203). Sum of RGB (Red+Green+Blue) = 169+204+203=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCCB is #563334. Grayscale: #C1C1C1. Windows color (decimal): -5649205 or 13356201. OLE color: 13356201.
HSL color Cylindrical-coordinate representation of color #A9CCCB: hue angle of 178.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CCCB is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 204 | 203 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.2 |
| HSL | 178.29º | 0.26% | 0.73% | - |
| HSV(B) | 178.29º | 0.17% | 0.8% | - |
| XYZ | 48.73 | 55.93 | 64.73 | - |
| YUV | 193.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 203 | 0.17 | 0 | 0.00 | 0.2 | 178.29 | 0.26 | 0.73 |
| Hex | A9 | CC | CB | 11 | 0 | 0 | 14 | B2 | 1A | 49 |
| Octal | 251 | 314 | 313 | 21 | 0 | 0 | 24 | 262 | 32 | 111 |
| Binary | 10101001 | 11001100 | 11001011 | 10001 | 0 | 0 | 10100 | 10110010 | 11010 | 1001001 |
Color Harmonies of #A9CCCB
Complementary color
Monochromatic Colors of #A9CCCB
Black with #A9CCCB
Text Example
Text Example
White with #A9CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CCCB; }
p { color: rgb(169,204,203); }
H1.HeaderClassName
{
color: #A9CCCB;
}
.AnyTagClassName
{
color: #A9CCCB;
}
</style>
background-color css
<style>
a { background-color: #A9CCCB; }
a { background-color: rgb(169,204,203); }
div.DivClassName
{
background-color: #A9CCCB;
}
.BgClassName
{
background-color: #A9CCCB;
}
</style>
border-color css
<style>
span { border-color: #A9CCCB; }
span { border-color: rgb(169,204,203); }
td.TdClassName
{
border-color: #A9CCCB;
}
.TagClassName
{
border-color: #A9CCCB;
}
</style>