Shades of Sinbad #A9DCDB
Tints of Sinbad #A9DCDB
RGB
CMYK
RGB Variations
Color information
#A9DCDB (or 0xA9DCDB) is known color: Sinbad. HEX triplet: A9, DC and DB. RGB value is (169,220,219). Sum of RGB (Red+Green+Blue) = 169+220+219=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCDB is #562324. Grayscale: #CCCCCC. Windows color (decimal): -5645093 or 14408873. OLE color: 14408873.
HSL color Cylindrical-coordinate representation of color #A9DCDB: hue angle of 178.82º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCDB is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 219 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.14 |
| HSL | 178.82º | 0.42% | 0.76% | - |
| HSV(B) | 178.82º | 0.23% | 0.86% | - |
| XYZ | 54.74 | 64.74 | 76.63 | - |
| YUV | 204.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 219 | 0.23 | 0 | 0.00 | 0.14 | 178.82 | 0.42 | 0.76 |
| Hex | A9 | DC | DB | 17 | 0 | 0 | E | B3 | 2A | 4C |
| Octal | 251 | 334 | 333 | 27 | 0 | 0 | 16 | 263 | 52 | 114 |
| Binary | 10101001 | 11011100 | 11011011 | 10111 | 0 | 0 | 1110 | 10110011 | 101010 | 1001100 |
Color Harmonies of #A9DCDB
Complementary color
Monochromatic Colors of #A9DCDB
Black with #A9DCDB
Text Example
Text Example
White with #A9DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCDB; }
p { color: rgb(169,220,219); }
H1.HeaderClassName
{
color: #A9DCDB;
}
.AnyTagClassName
{
color: #A9DCDB;
}
</style>
background-color css
<style>
a { background-color: #A9DCDB; }
a { background-color: rgb(169,220,219); }
div.DivClassName
{
background-color: #A9DCDB;
}
.BgClassName
{
background-color: #A9DCDB;
}
</style>
border-color css
<style>
span { border-color: #A9DCDB; }
span { border-color: rgb(169,220,219); }
td.TdClassName
{
border-color: #A9DCDB;
}
.TagClassName
{
border-color: #A9DCDB;
}
</style>