Shades of Sinbad #ADDAD8
Tints of Sinbad #ADDAD8
RGB
CMYK
RGB Variations
Color information
#ADDAD8 (or 0xADDAD8) is known color: Sinbad. HEX triplet: AD, DA and D8. RGB value is (173,218,216). Sum of RGB (Red+Green+Blue) = 173+218+216=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD8 is #522527. Grayscale: #CCCCCC. Windows color (decimal): -5383464 or 14211757. OLE color: 14211757.
HSL color Cylindrical-coordinate representation of color #ADDAD8: hue angle of 177.33º 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 #ADDAD8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 216 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.15 |
| HSL | 177.33º | 0.38% | 0.77% | - |
| HSV(B) | 177.33º | 0.21% | 0.85% | - |
| XYZ | 54.7 | 63.98 | 74.43 | - |
| YUV | 204.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 216 | 0.21 | 0 | 0.01 | 0.15 | 177.33 | 0.38 | 0.77 |
| Hex | AD | DA | D8 | 15 | 0 | 1 | F | B1 | 26 | 4D |
| Octal | 255 | 332 | 330 | 25 | 0 | 1 | 17 | 261 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11011000 | 10101 | 0 | 1 | 1111 | 10110001 | 100110 | 1001101 |
Color Harmonies of #ADDAD8
Complementary color
Monochromatic Colors of #ADDAD8
Black with #ADDAD8
Text Example
Text Example
White with #ADDAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAD8; }
p { color: rgb(173,218,216); }
H1.HeaderClassName
{
color: #ADDAD8;
}
.AnyTagClassName
{
color: #ADDAD8;
}
</style>
background-color css
<style>
a { background-color: #ADDAD8; }
a { background-color: rgb(173,218,216); }
div.DivClassName
{
background-color: #ADDAD8;
}
.BgClassName
{
background-color: #ADDAD8;
}
</style>
border-color css
<style>
span { border-color: #ADDAD8; }
span { border-color: rgb(173,218,216); }
td.TdClassName
{
border-color: #ADDAD8;
}
.TagClassName
{
border-color: #ADDAD8;
}
</style>