Shades of Sinbad #AAD5D4
Tints of Sinbad #AAD5D4
RGB
CMYK
RGB Variations
Color information
#AAD5D4 (or 0xAAD5D4) is known color: Sinbad. HEX triplet: AA, D5 and D4. RGB value is (170,213,212). Sum of RGB (Red+Green+Blue) = 170+213+212=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5D4 is #552A2B. Grayscale: #C7C7C7. Windows color (decimal): -5581356 or 13948330. OLE color: 13948330.
HSL color Cylindrical-coordinate representation of color #AAD5D4: hue angle of 178.6º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5D4 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 212 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.16 |
| HSL | 178.6º | 0.34% | 0.75% | - |
| HSV(B) | 178.6º | 0.2% | 0.84% | - |
| XYZ | 52.26 | 60.89 | 71.29 | - |
| YUV | 200.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 212 | 0.20 | 0 | 0.00 | 0.16 | 178.6 | 0.34 | 0.75 |
| Hex | AA | D5 | D4 | 14 | 0 | 0 | 10 | B3 | 22 | 4B |
| Octal | 252 | 325 | 324 | 24 | 0 | 0 | 20 | 263 | 42 | 113 |
| Binary | 10101010 | 11010101 | 11010100 | 10100 | 0 | 0 | 10000 | 10110011 | 100010 | 1001011 |
Color Harmonies of #AAD5D4
Complementary color
Monochromatic Colors of #AAD5D4
Black with #AAD5D4
Text Example
Text Example
White with #AAD5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5D4; }
p { color: rgb(170,213,212); }
H1.HeaderClassName
{
color: #AAD5D4;
}
.AnyTagClassName
{
color: #AAD5D4;
}
</style>
background-color css
<style>
a { background-color: #AAD5D4; }
a { background-color: rgb(170,213,212); }
div.DivClassName
{
background-color: #AAD5D4;
}
.BgClassName
{
background-color: #AAD5D4;
}
</style>
border-color css
<style>
span { border-color: #AAD5D4; }
span { border-color: rgb(170,213,212); }
td.TdClassName
{
border-color: #AAD5D4;
}
.TagClassName
{
border-color: #AAD5D4;
}
</style>