Shades of Sinbad #AAD7D3
Tints of Sinbad #AAD7D3
RGB
CMYK
RGB Variations
Color information
#AAD7D3 (or 0xAAD7D3) is known color: Sinbad. HEX triplet: AA, D7 and D3. RGB value is (170,215,211). Sum of RGB (Red+Green+Blue) = 170+215+211=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7D3 is #55282C. Grayscale: #C9C9C9. Windows color (decimal): -5580845 or 13883306. OLE color: 13883306.
HSL color Cylindrical-coordinate representation of color #AAD7D3: hue angle of 174.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD7D3 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 211 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.16 |
| HSL | 174.67º | 0.36% | 0.75% | - |
| HSV(B) | 174.67º | 0.21% | 0.84% | - |
| XYZ | 52.64 | 61.85 | 70.79 | - |
| YUV | 201.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 211 | 0.21 | 0 | 0.02 | 0.16 | 174.67 | 0.36 | 0.75 |
| Hex | AA | D7 | D3 | 15 | 0 | 2 | 10 | AF | 24 | 4B |
| Octal | 252 | 327 | 323 | 25 | 0 | 2 | 20 | 257 | 44 | 113 |
| Binary | 10101010 | 11010111 | 11010011 | 10101 | 0 | 10 | 10000 | 10101111 | 100100 | 1001011 |
Color Harmonies of #AAD7D3
Complementary color
Monochromatic Colors of #AAD7D3
Black with #AAD7D3
Text Example
Text Example
White with #AAD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD7D3; }
p { color: rgb(170,215,211); }
H1.HeaderClassName
{
color: #AAD7D3;
}
.AnyTagClassName
{
color: #AAD7D3;
}
</style>
background-color css
<style>
a { background-color: #AAD7D3; }
a { background-color: rgb(170,215,211); }
div.DivClassName
{
background-color: #AAD7D3;
}
.BgClassName
{
background-color: #AAD7D3;
}
</style>
border-color css
<style>
span { border-color: #AAD7D3; }
span { border-color: rgb(170,215,211); }
td.TdClassName
{
border-color: #AAD7D3;
}
.TagClassName
{
border-color: #AAD7D3;
}
</style>