Shades of Sinbad #A5DED8
Tints of Sinbad #A5DED8
RGB
CMYK
RGB Variations
Color information
#A5DED8 (or 0xA5DED8) is known color: Sinbad. HEX triplet: A5, DE and D8. RGB value is (165,222,216). Sum of RGB (Red+Green+Blue) = 165+222+216=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DED8 is #5A2127. Grayscale: #CCCCCC. Windows color (decimal): -5906728 or 14212773. OLE color: 14212773.
HSL color Cylindrical-coordinate representation of color #A5DED8: hue angle of 173.68º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DED8 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 216 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.13 |
| HSL | 173.68º | 0.46% | 0.76% | - |
| HSV(B) | 173.68º | 0.26% | 0.87% | - |
| XYZ | 54.03 | 65.2 | 74.7 | - |
| YUV | 204.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 216 | 0.26 | 0 | 0.03 | 0.13 | 173.68 | 0.46 | 0.76 |
| Hex | A5 | DE | D8 | 1A | 0 | 3 | D | AE | 2E | 4C |
| Octal | 245 | 336 | 330 | 32 | 0 | 3 | 15 | 256 | 56 | 114 |
| Binary | 10100101 | 11011110 | 11011000 | 11010 | 0 | 11 | 1101 | 10101110 | 101110 | 1001100 |
Color Harmonies of #A5DED8
Complementary color
Monochromatic Colors of #A5DED8
Black with #A5DED8
Text Example
Text Example
White with #A5DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DED8; }
p { color: rgb(165,222,216); }
H1.HeaderClassName
{
color: #A5DED8;
}
.AnyTagClassName
{
color: #A5DED8;
}
</style>
background-color css
<style>
a { background-color: #A5DED8; }
a { background-color: rgb(165,222,216); }
div.DivClassName
{
background-color: #A5DED8;
}
.BgClassName
{
background-color: #A5DED8;
}
</style>
border-color css
<style>
span { border-color: #A5DED8; }
span { border-color: rgb(165,222,216); }
td.TdClassName
{
border-color: #A5DED8;
}
.TagClassName
{
border-color: #A5DED8;
}
</style>