Shades of Sinbad #A5E0DB
Tints of Sinbad #A5E0DB
RGB
CMYK
RGB Variations
Color information
#A5E0DB (or 0xA5E0DB) is known color: Sinbad. HEX triplet: A5, E0 and DB. RGB value is (165,224,219). Sum of RGB (Red+Green+Blue) = 165+224+219=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0DB is #5A1F24. Grayscale: #CDCDCD. Windows color (decimal): -5906213 or 14409893. OLE color: 14409893.
HSL color Cylindrical-coordinate representation of color #A5E0DB: hue angle of 174.92º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0DB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 219 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.12 |
| HSL | 174.92º | 0.49% | 0.76% | - |
| HSV(B) | 174.92º | 0.26% | 0.88% | - |
| XYZ | 54.96 | 66.43 | 76.94 | - |
| YUV | 205.79 | 135.45 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 219 | 0.26 | 0 | 0.02 | 0.12 | 174.92 | 0.49 | 0.76 |
| Hex | A5 | E0 | DB | 1A | 0 | 2 | C | AF | 31 | 4C |
| Octal | 245 | 340 | 333 | 32 | 0 | 2 | 14 | 257 | 61 | 114 |
| Binary | 10100101 | 11100000 | 11011011 | 11010 | 0 | 10 | 1100 | 10101111 | 110001 | 1001100 |
Color Harmonies of #A5E0DB
Complementary color
Monochromatic Colors of #A5E0DB
Black with #A5E0DB
Text Example
Text Example
White with #A5E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E0DB; }
p { color: rgb(165,224,219); }
H1.HeaderClassName
{
color: #A5E0DB;
}
.AnyTagClassName
{
color: #A5E0DB;
}
</style>
background-color css
<style>
a { background-color: #A5E0DB; }
a { background-color: rgb(165,224,219); }
div.DivClassName
{
background-color: #A5E0DB;
}
.BgClassName
{
background-color: #A5E0DB;
}
</style>
border-color css
<style>
span { border-color: #A5E0DB; }
span { border-color: rgb(165,224,219); }
td.TdClassName
{
border-color: #A5E0DB;
}
.TagClassName
{
border-color: #A5E0DB;
}
</style>