Shades of Sinbad #AAD4D2
Tints of Sinbad #AAD4D2
RGB
CMYK
RGB Variations
Color information
#AAD4D2 (or 0xAAD4D2) is known color: Sinbad. HEX triplet: AA, D4 and D2. RGB value is (170,212,210). Sum of RGB (Red+Green+Blue) = 170+212+210=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4D2 is #552B2D. Grayscale: #C7C7C7. Windows color (decimal): -5581614 or 13817002. OLE color: 13817002.
HSL color Cylindrical-coordinate representation of color #AAD4D2: hue angle of 177.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD4D2 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 210 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.17 |
| HSL | 177.14º | 0.33% | 0.75% | - |
| HSV(B) | 177.14º | 0.2% | 0.83% | - |
| XYZ | 51.75 | 60.29 | 69.88 | - |
| YUV | 199.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 210 | 0.20 | 0 | 0.01 | 0.17 | 177.14 | 0.33 | 0.75 |
| Hex | AA | D4 | D2 | 14 | 0 | 1 | 11 | B1 | 21 | 4B |
| Octal | 252 | 324 | 322 | 24 | 0 | 1 | 21 | 261 | 41 | 113 |
| Binary | 10101010 | 11010100 | 11010010 | 10100 | 0 | 1 | 10001 | 10110001 | 100001 | 1001011 |
Color Harmonies of #AAD4D2
Complementary color
Monochromatic Colors of #AAD4D2
Black with #AAD4D2
Text Example
Text Example
White with #AAD4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4D2; }
p { color: rgb(170,212,210); }
H1.HeaderClassName
{
color: #AAD4D2;
}
.AnyTagClassName
{
color: #AAD4D2;
}
</style>
background-color css
<style>
a { background-color: #AAD4D2; }
a { background-color: rgb(170,212,210); }
div.DivClassName
{
background-color: #AAD4D2;
}
.BgClassName
{
background-color: #AAD4D2;
}
</style>
border-color css
<style>
span { border-color: #AAD4D2; }
span { border-color: rgb(170,212,210); }
td.TdClassName
{
border-color: #AAD4D2;
}
.TagClassName
{
border-color: #AAD4D2;
}
</style>