Shades of Sinbad #AAD2CB
Tints of Sinbad #AAD2CB
RGB
CMYK
RGB Variations
Color information
#AAD2CB (or 0xAAD2CB) is known color: Sinbad. HEX triplet: AA, D2 and CB. RGB value is (170,210,203). Sum of RGB (Red+Green+Blue) = 170+210+203=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2CB is #552D34. Grayscale: #C5C5C5. Windows color (decimal): -5582133 or 13357738. OLE color: 13357738.
HSL color Cylindrical-coordinate representation of color #AAD2CB: hue angle of 169.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2CB is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 203 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.18 |
| HSL | 169.5º | 0.31% | 0.75% | - |
| HSV(B) | 169.5º | 0.19% | 0.82% | - |
| XYZ | 50.4 | 58.95 | 65.22 | - |
| YUV | 197.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 203 | 0.19 | 0 | 0.03 | 0.18 | 169.5 | 0.31 | 0.75 |
| Hex | AA | D2 | CB | 13 | 0 | 3 | 12 | AA | 1F | 4B |
| Octal | 252 | 322 | 313 | 23 | 0 | 3 | 22 | 252 | 37 | 113 |
| Binary | 10101010 | 11010010 | 11001011 | 10011 | 0 | 11 | 10010 | 10101010 | 11111 | 1001011 |
Color Harmonies of #AAD2CB
Complementary color
Monochromatic Colors of #AAD2CB
Black with #AAD2CB
Text Example
Text Example
White with #AAD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2CB; }
p { color: rgb(170,210,203); }
H1.HeaderClassName
{
color: #AAD2CB;
}
.AnyTagClassName
{
color: #AAD2CB;
}
</style>
background-color css
<style>
a { background-color: #AAD2CB; }
a { background-color: rgb(170,210,203); }
div.DivClassName
{
background-color: #AAD2CB;
}
.BgClassName
{
background-color: #AAD2CB;
}
</style>
border-color css
<style>
span { border-color: #AAD2CB; }
span { border-color: rgb(170,210,203); }
td.TdClassName
{
border-color: #AAD2CB;
}
.TagClassName
{
border-color: #AAD2CB;
}
</style>