Shades of Sinbad #ADDBDA
Tints of Sinbad #ADDBDA
RGB
CMYK
RGB Variations
Color information
#ADDBDA (or 0xADDBDA) is known color: Sinbad. HEX triplet: AD, DB and DA. RGB value is (173,219,218). Sum of RGB (Red+Green+Blue) = 173+219+218=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBDA is #522425. Grayscale: #CDCDCD. Windows color (decimal): -5383206 or 14343085. OLE color: 14343085.
HSL color Cylindrical-coordinate representation of color #ADDBDA: hue angle of 178.7º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBDA is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 218 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.14 |
| HSL | 178.7º | 0.39% | 0.77% | - |
| HSV(B) | 178.7º | 0.21% | 0.86% | - |
| XYZ | 55.22 | 64.61 | 75.89 | - |
| YUV | 205.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 218 | 0.21 | 0 | 0.00 | 0.14 | 178.7 | 0.39 | 0.77 |
| Hex | AD | DB | DA | 15 | 0 | 0 | E | B3 | 27 | 4D |
| Octal | 255 | 333 | 332 | 25 | 0 | 0 | 16 | 263 | 47 | 115 |
| Binary | 10101101 | 11011011 | 11011010 | 10101 | 0 | 0 | 1110 | 10110011 | 100111 | 1001101 |
Color Harmonies of #ADDBDA
Complementary color
Monochromatic Colors of #ADDBDA
Black with #ADDBDA
Text Example
Text Example
White with #ADDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBDA; }
p { color: rgb(173,219,218); }
H1.HeaderClassName
{
color: #ADDBDA;
}
.AnyTagClassName
{
color: #ADDBDA;
}
</style>
background-color css
<style>
a { background-color: #ADDBDA; }
a { background-color: rgb(173,219,218); }
div.DivClassName
{
background-color: #ADDBDA;
}
.BgClassName
{
background-color: #ADDBDA;
}
</style>
border-color css
<style>
span { border-color: #ADDBDA; }
span { border-color: rgb(173,219,218); }
td.TdClassName
{
border-color: #ADDBDA;
}
.TagClassName
{
border-color: #ADDBDA;
}
</style>