Shades of Sinbad #AAD8D3
Tints of Sinbad #AAD8D3
RGB
CMYK
RGB Variations
Color information
#AAD8D3 (or 0xAAD8D3) is known color: Sinbad. HEX triplet: AA, D8 and D3. RGB value is (170,216,211). Sum of RGB (Red+Green+Blue) = 170+216+211=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8D3 is #55272C. Grayscale: #C9C9C9. Windows color (decimal): -5580589 or 13883562. OLE color: 13883562.
HSL color Cylindrical-coordinate representation of color #AAD8D3: hue angle of 173.48º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8D3 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 211 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.15 |
| HSL | 173.48º | 0.37% | 0.76% | - |
| HSV(B) | 173.48º | 0.21% | 0.85% | - |
| XYZ | 52.89 | 62.36 | 70.88 | - |
| YUV | 201.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 211 | 0.21 | 0 | 0.02 | 0.15 | 173.48 | 0.37 | 0.76 |
| Hex | AA | D8 | D3 | 15 | 0 | 2 | F | AD | 25 | 4C |
| Octal | 252 | 330 | 323 | 25 | 0 | 2 | 17 | 255 | 45 | 114 |
| Binary | 10101010 | 11011000 | 11010011 | 10101 | 0 | 10 | 1111 | 10101101 | 100101 | 1001100 |
Color Harmonies of #AAD8D3
Complementary color
Monochromatic Colors of #AAD8D3
Black with #AAD8D3
Text Example
Text Example
White with #AAD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8D3; }
p { color: rgb(170,216,211); }
H1.HeaderClassName
{
color: #AAD8D3;
}
.AnyTagClassName
{
color: #AAD8D3;
}
</style>
background-color css
<style>
a { background-color: #AAD8D3; }
a { background-color: rgb(170,216,211); }
div.DivClassName
{
background-color: #AAD8D3;
}
.BgClassName
{
background-color: #AAD8D3;
}
</style>
border-color css
<style>
span { border-color: #AAD8D3; }
span { border-color: rgb(170,216,211); }
td.TdClassName
{
border-color: #AAD8D3;
}
.TagClassName
{
border-color: #AAD8D3;
}
</style>