Shades of Sinbad #A9DEDC
Tints of Sinbad #A9DEDC
RGB
CMYK
RGB Variations
Color information
#A9DEDC (or 0xA9DEDC) is known color: Sinbad. HEX triplet: A9, DE and DC. RGB value is (169,222,220). Sum of RGB (Red+Green+Blue) = 169+222+220=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DEDC is #562123. Grayscale: #CDCDCD. Windows color (decimal): -5644580 or 14474921. OLE color: 14474921.
HSL color Cylindrical-coordinate representation of color #A9DEDC: hue angle of 177.74º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DEDC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 220 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.13 |
| HSL | 177.74º | 0.45% | 0.77% | - |
| HSV(B) | 177.74º | 0.24% | 0.87% | - |
| XYZ | 55.4 | 65.84 | 77.5 | - |
| YUV | 205.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 220 | 0.24 | 0 | 0.01 | 0.13 | 177.74 | 0.45 | 0.77 |
| Hex | A9 | DE | DC | 18 | 0 | 1 | D | B2 | 2D | 4D |
| Octal | 251 | 336 | 334 | 30 | 0 | 1 | 15 | 262 | 55 | 115 |
| Binary | 10101001 | 11011110 | 11011100 | 11000 | 0 | 1 | 1101 | 10110010 | 101101 | 1001101 |
Color Harmonies of #A9DEDC
Complementary color
Monochromatic Colors of #A9DEDC
Black with #A9DEDC
Text Example
Text Example
White with #A9DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DEDC; }
p { color: rgb(169,222,220); }
H1.HeaderClassName
{
color: #A9DEDC;
}
.AnyTagClassName
{
color: #A9DEDC;
}
</style>
background-color css
<style>
a { background-color: #A9DEDC; }
a { background-color: rgb(169,222,220); }
div.DivClassName
{
background-color: #A9DEDC;
}
.BgClassName
{
background-color: #A9DEDC;
}
</style>
border-color css
<style>
span { border-color: #A9DEDC; }
span { border-color: rgb(169,222,220); }
td.TdClassName
{
border-color: #A9DEDC;
}
.TagClassName
{
border-color: #A9DEDC;
}
</style>