Shades of Sinbad #AAD1CE
Tints of Sinbad #AAD1CE
RGB
CMYK
RGB Variations
Color information
#AAD1CE (or 0xAAD1CE) is known color: Sinbad. HEX triplet: AA, D1 and CE. RGB value is (170,209,206). Sum of RGB (Red+Green+Blue) = 170+209+206=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1CE is #552E31. Grayscale: #C4C4C4. Windows color (decimal): -5582386 or 13554090. OLE color: 13554090.
HSL color Cylindrical-coordinate representation of color #AAD1CE: hue angle of 175.38º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1CE is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 206 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.18 |
| HSL | 175.38º | 0.3% | 0.74% | - |
| HSV(B) | 175.38º | 0.19% | 0.82% | - |
| XYZ | 50.52 | 58.6 | 67.04 | - |
| YUV | 197 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 206 | 0.19 | 0 | 0.01 | 0.18 | 175.38 | 0.3 | 0.74 |
| Hex | AA | D1 | CE | 13 | 0 | 1 | 12 | AF | 1E | 4A |
| Octal | 252 | 321 | 316 | 23 | 0 | 1 | 22 | 257 | 36 | 112 |
| Binary | 10101010 | 11010001 | 11001110 | 10011 | 0 | 1 | 10010 | 10101111 | 11110 | 1001010 |
Color Harmonies of #AAD1CE
Complementary color
Monochromatic Colors of #AAD1CE
Black with #AAD1CE
Text Example
Text Example
White with #AAD1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1CE; }
p { color: rgb(170,209,206); }
H1.HeaderClassName
{
color: #AAD1CE;
}
.AnyTagClassName
{
color: #AAD1CE;
}
</style>
background-color css
<style>
a { background-color: #AAD1CE; }
a { background-color: rgb(170,209,206); }
div.DivClassName
{
background-color: #AAD1CE;
}
.BgClassName
{
background-color: #AAD1CE;
}
</style>
border-color css
<style>
span { border-color: #AAD1CE; }
span { border-color: rgb(170,209,206); }
td.TdClassName
{
border-color: #AAD1CE;
}
.TagClassName
{
border-color: #AAD1CE;
}
</style>