Shades of Sinbad #A5D8D6
Tints of Sinbad #A5D8D6
RGB
CMYK
RGB Variations
Color information
#A5D8D6 (or 0xA5D8D6) is known color: Sinbad. HEX triplet: A5, D8 and D6. RGB value is (165,216,214). Sum of RGB (Red+Green+Blue) = 165+216+214=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8D6 is #5A2729. Grayscale: #C8C8C8. Windows color (decimal): -5908266 or 14080165. OLE color: 14080165.
HSL color Cylindrical-coordinate representation of color #A5D8D6: hue angle of 177.65º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D8D6 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 214 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.15 |
| HSL | 177.65º | 0.4% | 0.75% | - |
| HSV(B) | 177.65º | 0.24% | 0.85% | - |
| XYZ | 52.21 | 61.97 | 72.83 | - |
| YUV | 200.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 214 | 0.24 | 0 | 0.01 | 0.15 | 177.65 | 0.4 | 0.75 |
| Hex | A5 | D8 | D6 | 18 | 0 | 1 | F | B2 | 28 | 4B |
| Octal | 245 | 330 | 326 | 30 | 0 | 1 | 17 | 262 | 50 | 113 |
| Binary | 10100101 | 11011000 | 11010110 | 11000 | 0 | 1 | 1111 | 10110010 | 101000 | 1001011 |
Color Harmonies of #A5D8D6
Complementary color
Monochromatic Colors of #A5D8D6
Black with #A5D8D6
Text Example
Text Example
White with #A5D8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D8D6; }
p { color: rgb(165,216,214); }
H1.HeaderClassName
{
color: #A5D8D6;
}
.AnyTagClassName
{
color: #A5D8D6;
}
</style>
background-color css
<style>
a { background-color: #A5D8D6; }
a { background-color: rgb(165,216,214); }
div.DivClassName
{
background-color: #A5D8D6;
}
.BgClassName
{
background-color: #A5D8D6;
}
</style>
border-color css
<style>
span { border-color: #A5D8D6; }
span { border-color: rgb(165,216,214); }
td.TdClassName
{
border-color: #A5D8D6;
}
.TagClassName
{
border-color: #A5D8D6;
}
</style>