Shades of Sinbad #A5D1D0
Tints of Sinbad #A5D1D0
RGB
CMYK
RGB Variations
Color information
#A5D1D0 (or 0xA5D1D0) is known color: Sinbad. HEX triplet: A5, D1 and D0. RGB value is (165,209,208). Sum of RGB (Red+Green+Blue) = 165+209+208=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1D0 is #5A2E2F. Grayscale: #C3C3C3. Windows color (decimal): -5910064 or 13685157. OLE color: 13685157.
HSL color Cylindrical-coordinate representation of color #A5D1D0: hue angle of 178.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D1D0 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 209 | 208 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.18 |
| HSL | 178.64º | 0.32% | 0.73% | - |
| HSV(B) | 178.64º | 0.21% | 0.82% | - |
| XYZ | 49.7 | 58.15 | 68.28 | - |
| YUV | 195.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 208 | 0.21 | 0 | 0.00 | 0.18 | 178.64 | 0.32 | 0.73 |
| Hex | A5 | D1 | D0 | 15 | 0 | 0 | 12 | B3 | 20 | 49 |
| Octal | 245 | 321 | 320 | 25 | 0 | 0 | 22 | 263 | 40 | 111 |
| Binary | 10100101 | 11010001 | 11010000 | 10101 | 0 | 0 | 10010 | 10110011 | 100000 | 1001001 |
Color Harmonies of #A5D1D0
Complementary color
Monochromatic Colors of #A5D1D0
Black with #A5D1D0
Text Example
Text Example
White with #A5D1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D1D0; }
p { color: rgb(165,209,208); }
H1.HeaderClassName
{
color: #A5D1D0;
}
.AnyTagClassName
{
color: #A5D1D0;
}
</style>
background-color css
<style>
a { background-color: #A5D1D0; }
a { background-color: rgb(165,209,208); }
div.DivClassName
{
background-color: #A5D1D0;
}
.BgClassName
{
background-color: #A5D1D0;
}
</style>
border-color css
<style>
span { border-color: #A5D1D0; }
span { border-color: rgb(165,209,208); }
td.TdClassName
{
border-color: #A5D1D0;
}
.TagClassName
{
border-color: #A5D1D0;
}
</style>