Shades of Sinbad #A4CDC8
Tints of Sinbad #A4CDC8
RGB
CMYK
RGB Variations
Color information
#A4CDC8 (or 0xA4CDC8) is known color: Sinbad. HEX triplet: A4, CD and C8. RGB value is (164,205,200). Sum of RGB (Red+Green+Blue) = 164+205+200=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDC8 is #5B3237. Grayscale: #C0C0C0. Windows color (decimal): -5976632 or 13159844. OLE color: 13159844.
HSL color Cylindrical-coordinate representation of color #A4CDC8: hue angle of 172.68º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDC8 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 205 | 200 | - |
| CMYK | 0.2 | 0 | 0.02 | 0.20 |
| HSL | 172.68º | 0.29% | 0.72% | - |
| HSV(B) | 172.68º | 0.2% | 0.8% | - |
| XYZ | 47.57 | 55.73 | 62.89 | - |
| YUV | 192.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 200 | 0.2 | 0 | 0.02 | 0.20 | 172.68 | 0.29 | 0.72 |
| Hex | A4 | CD | C8 | 14 | 0 | 2 | 14 | AD | 1D | 48 |
| Octal | 244 | 315 | 310 | 24 | 0 | 2 | 24 | 255 | 35 | 110 |
| Binary | 10100100 | 11001101 | 11001000 | 10100 | 0 | 10 | 10100 | 10101101 | 11101 | 1001000 |
Color Harmonies of #A4CDC8
Complementary color
Monochromatic Colors of #A4CDC8
Black with #A4CDC8
Text Example
Text Example
White with #A4CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDC8; }
p { color: rgb(164,205,200); }
H1.HeaderClassName
{
color: #A4CDC8;
}
.AnyTagClassName
{
color: #A4CDC8;
}
</style>
background-color css
<style>
a { background-color: #A4CDC8; }
a { background-color: rgb(164,205,200); }
div.DivClassName
{
background-color: #A4CDC8;
}
.BgClassName
{
background-color: #A4CDC8;
}
</style>
border-color css
<style>
span { border-color: #A4CDC8; }
span { border-color: rgb(164,205,200); }
td.TdClassName
{
border-color: #A4CDC8;
}
.TagClassName
{
border-color: #A4CDC8;
}
</style>