Shades of Sinbad #ADDAD9
Tints of Sinbad #ADDAD9
RGB
CMYK
RGB Variations
Color information
#ADDAD9 (or 0xADDAD9) is known color: Sinbad. HEX triplet: AD, DA and D9. RGB value is (173,218,217). Sum of RGB (Red+Green+Blue) = 173+218+217=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD9 is #522526. Grayscale: #CCCCCC. Windows color (decimal): -5383463 or 14277293. OLE color: 14277293.
HSL color Cylindrical-coordinate representation of color #ADDAD9: hue angle of 178.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAD9 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 217 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.15 |
| HSL | 178.67º | 0.38% | 0.77% | - |
| HSV(B) | 178.67º | 0.21% | 0.85% | - |
| XYZ | 54.83 | 64.04 | 75.12 | - |
| YUV | 204.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 217 | 0.21 | 0 | 0.00 | 0.15 | 178.67 | 0.38 | 0.77 |
| Hex | AD | DA | D9 | 15 | 0 | 0 | F | B3 | 26 | 4D |
| Octal | 255 | 332 | 331 | 25 | 0 | 0 | 17 | 263 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11011001 | 10101 | 0 | 0 | 1111 | 10110011 | 100110 | 1001101 |
Color Harmonies of #ADDAD9
Complementary color
Monochromatic Colors of #ADDAD9
Black with #ADDAD9
Text Example
Text Example
White with #ADDAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAD9; }
p { color: rgb(173,218,217); }
H1.HeaderClassName
{
color: #ADDAD9;
}
.AnyTagClassName
{
color: #ADDAD9;
}
</style>
background-color css
<style>
a { background-color: #ADDAD9; }
a { background-color: rgb(173,218,217); }
div.DivClassName
{
background-color: #ADDAD9;
}
.BgClassName
{
background-color: #ADDAD9;
}
</style>
border-color css
<style>
span { border-color: #ADDAD9; }
span { border-color: rgb(173,218,217); }
td.TdClassName
{
border-color: #ADDAD9;
}
.TagClassName
{
border-color: #ADDAD9;
}
</style>