Shades of Sinbad #A9D2CC
Tints of Sinbad #A9D2CC
RGB
CMYK
RGB Variations
Color information
#A9D2CC (or 0xA9D2CC) is known color: Sinbad. HEX triplet: A9, D2 and CC. RGB value is (169,210,204). Sum of RGB (Red+Green+Blue) = 169+210+204=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D2CC is #562D33. Grayscale: #C5C5C5. Windows color (decimal): -5647668 or 13423273. OLE color: 13423273.
HSL color Cylindrical-coordinate representation of color #A9D2CC: hue angle of 171.22º 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 #A9D2CC is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 204 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.18 |
| HSL | 171.22º | 0.31% | 0.74% | - |
| HSV(B) | 171.22º | 0.2% | 0.82% | - |
| XYZ | 50.31 | 58.89 | 65.84 | - |
| YUV | 197.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 204 | 0.20 | 0 | 0.03 | 0.18 | 171.22 | 0.31 | 0.74 |
| Hex | A9 | D2 | CC | 14 | 0 | 3 | 12 | AB | 1F | 4A |
| Octal | 251 | 322 | 314 | 24 | 0 | 3 | 22 | 253 | 37 | 112 |
| Binary | 10101001 | 11010010 | 11001100 | 10100 | 0 | 11 | 10010 | 10101011 | 11111 | 1001010 |
Color Harmonies of #A9D2CC
Complementary color
Monochromatic Colors of #A9D2CC
Black with #A9D2CC
Text Example
Text Example
White with #A9D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D2CC; }
p { color: rgb(169,210,204); }
H1.HeaderClassName
{
color: #A9D2CC;
}
.AnyTagClassName
{
color: #A9D2CC;
}
</style>
background-color css
<style>
a { background-color: #A9D2CC; }
a { background-color: rgb(169,210,204); }
div.DivClassName
{
background-color: #A9D2CC;
}
.BgClassName
{
background-color: #A9D2CC;
}
</style>
border-color css
<style>
span { border-color: #A9D2CC; }
span { border-color: rgb(169,210,204); }
td.TdClassName
{
border-color: #A9D2CC;
}
.TagClassName
{
border-color: #A9D2CC;
}
</style>