Shades of Sinbad #A5DEDB
Tints of Sinbad #A5DEDB
RGB
CMYK
RGB Variations
Color information
#A5DEDB (or 0xA5DEDB) is known color: Sinbad. HEX triplet: A5, DE and DB. RGB value is (165,222,219). Sum of RGB (Red+Green+Blue) = 165+222+219=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEDB is #5A2124. Grayscale: #CCCCCC. Windows color (decimal): -5906725 or 14409381. OLE color: 14409381.
HSL color Cylindrical-coordinate representation of color #A5DEDB: hue angle of 176.84º 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 #A5DEDB is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 219 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.13 |
| HSL | 176.84º | 0.46% | 0.76% | - |
| HSV(B) | 176.84º | 0.26% | 0.87% | - |
| XYZ | 54.42 | 65.36 | 76.76 | - |
| YUV | 204.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 219 | 0.26 | 0 | 0.01 | 0.13 | 176.84 | 0.46 | 0.76 |
| Hex | A5 | DE | DB | 1A | 0 | 1 | D | B1 | 2E | 4C |
| Octal | 245 | 336 | 333 | 32 | 0 | 1 | 15 | 261 | 56 | 114 |
| Binary | 10100101 | 11011110 | 11011011 | 11010 | 0 | 1 | 1101 | 10110001 | 101110 | 1001100 |
Color Harmonies of #A5DEDB
Complementary color
Monochromatic Colors of #A5DEDB
Black with #A5DEDB
Text Example
Text Example
White with #A5DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEDB; }
p { color: rgb(165,222,219); }
H1.HeaderClassName
{
color: #A5DEDB;
}
.AnyTagClassName
{
color: #A5DEDB;
}
</style>
background-color css
<style>
a { background-color: #A5DEDB; }
a { background-color: rgb(165,222,219); }
div.DivClassName
{
background-color: #A5DEDB;
}
.BgClassName
{
background-color: #A5DEDB;
}
</style>
border-color css
<style>
span { border-color: #A5DEDB; }
span { border-color: rgb(165,222,219); }
td.TdClassName
{
border-color: #A5DEDB;
}
.TagClassName
{
border-color: #A5DEDB;
}
</style>