Shades of Sinbad #A5CEC9
Tints of Sinbad #A5CEC9
RGB
CMYK
RGB Variations
Color information
#A5CEC9 (or 0xA5CEC9) is known color: Sinbad. HEX triplet: A5, CE and C9. RGB value is (165,206,201). Sum of RGB (Red+Green+Blue) = 165+206+201=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEC9 is #5A3136. Grayscale: #C1C1C1. Windows color (decimal): -5910839 or 13225637. OLE color: 13225637.
HSL color Cylindrical-coordinate representation of color #A5CEC9: hue angle of 172.68º 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 #A5CEC9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 201 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.19 |
| HSL | 172.68º | 0.29% | 0.73% | - |
| HSV(B) | 172.68º | 0.2% | 0.81% | - |
| XYZ | 48.13 | 56.36 | 63.6 | - |
| YUV | 193.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 201 | 0.20 | 0 | 0.02 | 0.19 | 172.68 | 0.29 | 0.73 |
| Hex | A5 | CE | C9 | 14 | 0 | 2 | 13 | AD | 1D | 49 |
| Octal | 245 | 316 | 311 | 24 | 0 | 2 | 23 | 255 | 35 | 111 |
| Binary | 10100101 | 11001110 | 11001001 | 10100 | 0 | 10 | 10011 | 10101101 | 11101 | 1001001 |
Color Harmonies of #A5CEC9
Complementary color
Monochromatic Colors of #A5CEC9
Black with #A5CEC9
Text Example
Text Example
White with #A5CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CEC9; }
p { color: rgb(165,206,201); }
H1.HeaderClassName
{
color: #A5CEC9;
}
.AnyTagClassName
{
color: #A5CEC9;
}
</style>
background-color css
<style>
a { background-color: #A5CEC9; }
a { background-color: rgb(165,206,201); }
div.DivClassName
{
background-color: #A5CEC9;
}
.BgClassName
{
background-color: #A5CEC9;
}
</style>
border-color css
<style>
span { border-color: #A5CEC9; }
span { border-color: rgb(165,206,201); }
td.TdClassName
{
border-color: #A5CEC9;
}
.TagClassName
{
border-color: #A5CEC9;
}
</style>