Shades of Sinbad #A9DCDA
Tints of Sinbad #A9DCDA
RGB
CMYK
RGB Variations
Color information
#A9DCDA (or 0xA9DCDA) is known color: Sinbad. HEX triplet: A9, DC and DA. RGB value is (169,220,218). Sum of RGB (Red+Green+Blue) = 169+220+218=607 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.84% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCDA is #562325. Grayscale: #CCCCCC. Windows color (decimal): -5645094 or 14343337. OLE color: 14343337.
HSL color Cylindrical-coordinate representation of color #A9DCDA: hue angle of 177.65º 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 #A9DCDA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 218 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.14 |
| HSL | 177.65º | 0.42% | 0.76% | - |
| HSV(B) | 177.65º | 0.23% | 0.86% | - |
| XYZ | 54.61 | 64.68 | 75.94 | - |
| YUV | 204.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 218 | 0.23 | 0 | 0.01 | 0.14 | 177.65 | 0.42 | 0.76 |
| Hex | A9 | DC | DA | 17 | 0 | 1 | E | B2 | 2A | 4C |
| Octal | 251 | 334 | 332 | 27 | 0 | 1 | 16 | 262 | 52 | 114 |
| Binary | 10101001 | 11011100 | 11011010 | 10111 | 0 | 1 | 1110 | 10110010 | 101010 | 1001100 |
Color Harmonies of #A9DCDA
Complementary color
Monochromatic Colors of #A9DCDA
Black with #A9DCDA
Text Example
Text Example
White with #A9DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCDA; }
p { color: rgb(169,220,218); }
H1.HeaderClassName
{
color: #A9DCDA;
}
.AnyTagClassName
{
color: #A9DCDA;
}
</style>
background-color css
<style>
a { background-color: #A9DCDA; }
a { background-color: rgb(169,220,218); }
div.DivClassName
{
background-color: #A9DCDA;
}
.BgClassName
{
background-color: #A9DCDA;
}
</style>
border-color css
<style>
span { border-color: #A9DCDA; }
span { border-color: rgb(169,220,218); }
td.TdClassName
{
border-color: #A9DCDA;
}
.TagClassName
{
border-color: #A9DCDA;
}
</style>