Shades of Sinbad #A9D2CB
Tints of Sinbad #A9D2CB
RGB
CMYK
RGB Variations
Color information
#A9D2CB (or 0xA9D2CB) is known color: Sinbad. HEX triplet: A9, D2 and CB. RGB value is (169,210,203). Sum of RGB (Red+Green+Blue) = 169+210+203=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D2CB is #562D34. Grayscale: #C4C4C4. Windows color (decimal): -5647669 or 13357737. OLE color: 13357737.
HSL color Cylindrical-coordinate representation of color #A9D2CB: hue angle of 169.76º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D2CB is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 203 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.18 |
| HSL | 169.76º | 0.31% | 0.74% | - |
| HSV(B) | 169.76º | 0.2% | 0.82% | - |
| XYZ | 50.19 | 58.84 | 65.21 | - |
| YUV | 196.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 203 | 0.20 | 0 | 0.03 | 0.18 | 169.76 | 0.31 | 0.74 |
| Hex | A9 | D2 | CB | 14 | 0 | 3 | 12 | AA | 1F | 4A |
| Octal | 251 | 322 | 313 | 24 | 0 | 3 | 22 | 252 | 37 | 112 |
| Binary | 10101001 | 11010010 | 11001011 | 10100 | 0 | 11 | 10010 | 10101010 | 11111 | 1001010 |
Color Harmonies of #A9D2CB
Complementary color
Monochromatic Colors of #A9D2CB
Black with #A9D2CB
Text Example
Text Example
White with #A9D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D2CB; }
p { color: rgb(169,210,203); }
H1.HeaderClassName
{
color: #A9D2CB;
}
.AnyTagClassName
{
color: #A9D2CB;
}
</style>
background-color css
<style>
a { background-color: #A9D2CB; }
a { background-color: rgb(169,210,203); }
div.DivClassName
{
background-color: #A9D2CB;
}
.BgClassName
{
background-color: #A9D2CB;
}
</style>
border-color css
<style>
span { border-color: #A9D2CB; }
span { border-color: rgb(169,210,203); }
td.TdClassName
{
border-color: #A9D2CB;
}
.TagClassName
{
border-color: #A9D2CB;
}
</style>