Shades of Sinbad #A9DBDA
Tints of Sinbad #A9DBDA
RGB
CMYK
RGB Variations
Color information
#A9DBDA (or 0xA9DBDA) is known color: Sinbad. HEX triplet: A9, DB and DA. RGB value is (169,219,218). Sum of RGB (Red+Green+Blue) = 169+219+218=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBDA is #562425. Grayscale: #CBCBCB. Windows color (decimal): -5645350 or 14343081. OLE color: 14343081.
HSL color Cylindrical-coordinate representation of color #A9DBDA: hue angle of 178.8º degrees, saturation: 0.41, 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 #A9DBDA is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 218 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.14 |
| HSL | 178.8º | 0.41% | 0.76% | - |
| HSV(B) | 178.8º | 0.23% | 0.86% | - |
| XYZ | 54.35 | 64.16 | 75.85 | - |
| YUV | 203.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 218 | 0.23 | 0 | 0.00 | 0.14 | 178.8 | 0.41 | 0.76 |
| Hex | A9 | DB | DA | 17 | 0 | 0 | E | B3 | 29 | 4C |
| Octal | 251 | 333 | 332 | 27 | 0 | 0 | 16 | 263 | 51 | 114 |
| Binary | 10101001 | 11011011 | 11011010 | 10111 | 0 | 0 | 1110 | 10110011 | 101001 | 1001100 |
Color Harmonies of #A9DBDA
Complementary color
Monochromatic Colors of #A9DBDA
Black with #A9DBDA
Text Example
Text Example
White with #A9DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBDA; }
p { color: rgb(169,219,218); }
H1.HeaderClassName
{
color: #A9DBDA;
}
.AnyTagClassName
{
color: #A9DBDA;
}
</style>
background-color css
<style>
a { background-color: #A9DBDA; }
a { background-color: rgb(169,219,218); }
div.DivClassName
{
background-color: #A9DBDA;
}
.BgClassName
{
background-color: #A9DBDA;
}
</style>
border-color css
<style>
span { border-color: #A9DBDA; }
span { border-color: rgb(169,219,218); }
td.TdClassName
{
border-color: #A9DBDA;
}
.TagClassName
{
border-color: #A9DBDA;
}
</style>