Shades of Sinbad #AAD0CB
Tints of Sinbad #AAD0CB
RGB
CMYK
RGB Variations
Color information
#AAD0CB (or 0xAAD0CB) is known color: Sinbad. HEX triplet: AA, D0 and CB. RGB value is (170,208,203). Sum of RGB (Red+Green+Blue) = 170+208+203=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0CB is #552F34. Grayscale: #C4C4C4. Windows color (decimal): -5582645 or 13357226. OLE color: 13357226.
HSL color Cylindrical-coordinate representation of color #AAD0CB: hue angle of 172.11º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0CB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 203 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.18 |
| HSL | 172.11º | 0.29% | 0.74% | - |
| HSV(B) | 172.11º | 0.18% | 0.82% | - |
| XYZ | 49.91 | 57.97 | 65.06 | - |
| YUV | 196.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 203 | 0.18 | 0 | 0.02 | 0.18 | 172.11 | 0.29 | 0.74 |
| Hex | AA | D0 | CB | 12 | 0 | 2 | 12 | AC | 1D | 4A |
| Octal | 252 | 320 | 313 | 22 | 0 | 2 | 22 | 254 | 35 | 112 |
| Binary | 10101010 | 11010000 | 11001011 | 10010 | 0 | 10 | 10010 | 10101100 | 11101 | 1001010 |
Color Harmonies of #AAD0CB
Complementary color
Monochromatic Colors of #AAD0CB
Black with #AAD0CB
Text Example
Text Example
White with #AAD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0CB; }
p { color: rgb(170,208,203); }
H1.HeaderClassName
{
color: #AAD0CB;
}
.AnyTagClassName
{
color: #AAD0CB;
}
</style>
background-color css
<style>
a { background-color: #AAD0CB; }
a { background-color: rgb(170,208,203); }
div.DivClassName
{
background-color: #AAD0CB;
}
.BgClassName
{
background-color: #AAD0CB;
}
</style>
border-color css
<style>
span { border-color: #AAD0CB; }
span { border-color: rgb(170,208,203); }
td.TdClassName
{
border-color: #AAD0CB;
}
.TagClassName
{
border-color: #AAD0CB;
}
</style>