Shades of Sinbad #AADEDC
Tints of Sinbad #AADEDC
RGB
CMYK
RGB Variations
Color information
#AADEDC (or 0xAADEDC) is known color: Sinbad. HEX triplet: AA, DE and DC. RGB value is (170,222,220). Sum of RGB (Red+Green+Blue) = 170+222+220=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDC is #552123. Grayscale: #CECECE. Windows color (decimal): -5579044 or 14474922. OLE color: 14474922.
HSL color Cylindrical-coordinate representation of color #AADEDC: hue angle of 177.69º degrees, saturation: 0.44, 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 #AADEDC is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 220 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.13 |
| HSL | 177.69º | 0.44% | 0.77% | - |
| HSV(B) | 177.69º | 0.23% | 0.87% | - |
| XYZ | 55.62 | 65.96 | 77.51 | - |
| YUV | 206.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 220 | 0.23 | 0 | 0.01 | 0.13 | 177.69 | 0.44 | 0.77 |
| Hex | AA | DE | DC | 17 | 0 | 1 | D | B2 | 2C | 4D |
| Octal | 252 | 336 | 334 | 27 | 0 | 1 | 15 | 262 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11011100 | 10111 | 0 | 1 | 1101 | 10110010 | 101100 | 1001101 |
Color Harmonies of #AADEDC
Complementary color
Monochromatic Colors of #AADEDC
Black with #AADEDC
Text Example
Text Example
White with #AADEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEDC; }
p { color: rgb(170,222,220); }
H1.HeaderClassName
{
color: #AADEDC;
}
.AnyTagClassName
{
color: #AADEDC;
}
</style>
background-color css
<style>
a { background-color: #AADEDC; }
a { background-color: rgb(170,222,220); }
div.DivClassName
{
background-color: #AADEDC;
}
.BgClassName
{
background-color: #AADEDC;
}
</style>
border-color css
<style>
span { border-color: #AADEDC; }
span { border-color: rgb(170,222,220); }
td.TdClassName
{
border-color: #AADEDC;
}
.TagClassName
{
border-color: #AADEDC;
}
</style>