Shades of Sinbad #AADDDB
Tints of Sinbad #AADDDB
RGB
CMYK
RGB Variations
Color information
#AADDDB (or 0xAADDDB) is known color: Sinbad. HEX triplet: AA, DD and DB. RGB value is (170,221,219). Sum of RGB (Red+Green+Blue) = 170+221+219=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDB is #552224. Grayscale: #CDCDCD. Windows color (decimal): -5579301 or 14409130. OLE color: 14409130.
HSL color Cylindrical-coordinate representation of color #AADDDB: hue angle of 177.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDDB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 219 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.13 |
| HSL | 177.65º | 0.43% | 0.77% | - |
| HSV(B) | 177.65º | 0.23% | 0.87% | - |
| XYZ | 55.22 | 65.37 | 76.73 | - |
| YUV | 205.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 219 | 0.23 | 0 | 0.01 | 0.13 | 177.65 | 0.43 | 0.77 |
| Hex | AA | DD | DB | 17 | 0 | 1 | D | B2 | 2B | 4D |
| Octal | 252 | 335 | 333 | 27 | 0 | 1 | 15 | 262 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11011011 | 10111 | 0 | 1 | 1101 | 10110010 | 101011 | 1001101 |
Color Harmonies of #AADDDB
Complementary color
Monochromatic Colors of #AADDDB
Black with #AADDDB
Text Example
Text Example
White with #AADDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDDB; }
p { color: rgb(170,221,219); }
H1.HeaderClassName
{
color: #AADDDB;
}
.AnyTagClassName
{
color: #AADDDB;
}
</style>
background-color css
<style>
a { background-color: #AADDDB; }
a { background-color: rgb(170,221,219); }
div.DivClassName
{
background-color: #AADDDB;
}
.BgClassName
{
background-color: #AADDDB;
}
</style>
border-color css
<style>
span { border-color: #AADDDB; }
span { border-color: rgb(170,221,219); }
td.TdClassName
{
border-color: #AADDDB;
}
.TagClassName
{
border-color: #AADDDB;
}
</style>