Shades of Sinbad #AAD0C9
Tints of Sinbad #AAD0C9
RGB
CMYK
RGB Variations
Color information
#AAD0C9 (or 0xAAD0C9) is known color: Sinbad. HEX triplet: AA, D0 and C9. RGB value is (170,208,201). Sum of RGB (Red+Green+Blue) = 170+208+201=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0C9 is #552F36. Grayscale: #C3C3C3. Windows color (decimal): -5582647 or 13226154. OLE color: 13226154.
HSL color Cylindrical-coordinate representation of color #AAD0C9: hue angle of 168.95º 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 #AAD0C9 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 201 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.18 |
| HSL | 168.95º | 0.29% | 0.74% | - |
| HSV(B) | 168.95º | 0.18% | 0.82% | - |
| XYZ | 49.68 | 57.87 | 63.81 | - |
| YUV | 195.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 201 | 0.18 | 0 | 0.03 | 0.18 | 168.95 | 0.29 | 0.74 |
| Hex | AA | D0 | C9 | 12 | 0 | 3 | 12 | A9 | 1D | 4A |
| Octal | 252 | 320 | 311 | 22 | 0 | 3 | 22 | 251 | 35 | 112 |
| Binary | 10101010 | 11010000 | 11001001 | 10010 | 0 | 11 | 10010 | 10101001 | 11101 | 1001010 |
Color Harmonies of #AAD0C9
Complementary color
Monochromatic Colors of #AAD0C9
Black with #AAD0C9
Text Example
Text Example
White with #AAD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0C9; }
p { color: rgb(170,208,201); }
H1.HeaderClassName
{
color: #AAD0C9;
}
.AnyTagClassName
{
color: #AAD0C9;
}
</style>
background-color css
<style>
a { background-color: #AAD0C9; }
a { background-color: rgb(170,208,201); }
div.DivClassName
{
background-color: #AAD0C9;
}
.BgClassName
{
background-color: #AAD0C9;
}
</style>
border-color css
<style>
span { border-color: #AAD0C9; }
span { border-color: rgb(170,208,201); }
td.TdClassName
{
border-color: #AAD0C9;
}
.TagClassName
{
border-color: #AAD0C9;
}
</style>