Shades of Sinbad #A5CECD
Tints of Sinbad #A5CECD
RGB
CMYK
RGB Variations
Color information
#A5CECD (or 0xA5CECD) is known color: Sinbad. HEX triplet: A5, CE and CD. RGB value is (165,206,205). Sum of RGB (Red+Green+Blue) = 165+206+205=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CECD is #5A3132. Grayscale: #C1C1C1. Windows color (decimal): -5910835 or 13487781. OLE color: 13487781.
HSL color Cylindrical-coordinate representation of color #A5CECD: hue angle of 178.54º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CECD is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 205 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.19 |
| HSL | 178.54º | 0.29% | 0.73% | - |
| HSV(B) | 178.54º | 0.2% | 0.81% | - |
| XYZ | 48.61 | 56.55 | 66.11 | - |
| YUV | 193.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 205 | 0.20 | 0 | 0.00 | 0.19 | 178.54 | 0.29 | 0.73 |
| Hex | A5 | CE | CD | 14 | 0 | 0 | 13 | B3 | 1D | 49 |
| Octal | 245 | 316 | 315 | 24 | 0 | 0 | 23 | 263 | 35 | 111 |
| Binary | 10100101 | 11001110 | 11001101 | 10100 | 0 | 0 | 10011 | 10110011 | 11101 | 1001001 |
Color Harmonies of #A5CECD
Complementary color
Monochromatic Colors of #A5CECD
Black with #A5CECD
Text Example
Text Example
White with #A5CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CECD; }
p { color: rgb(165,206,205); }
H1.HeaderClassName
{
color: #A5CECD;
}
.AnyTagClassName
{
color: #A5CECD;
}
</style>
background-color css
<style>
a { background-color: #A5CECD; }
a { background-color: rgb(165,206,205); }
div.DivClassName
{
background-color: #A5CECD;
}
.BgClassName
{
background-color: #A5CECD;
}
</style>
border-color css
<style>
span { border-color: #A5CECD; }
span { border-color: rgb(165,206,205); }
td.TdClassName
{
border-color: #A5CECD;
}
.TagClassName
{
border-color: #A5CECD;
}
</style>