Shades of Sinbad #A4CDCA
Tints of Sinbad #A4CDCA
RGB
CMYK
RGB Variations
Color information
#A4CDCA (or 0xA4CDCA) is known color: Sinbad. HEX triplet: A4, CD and CA. RGB value is (164,205,202). Sum of RGB (Red+Green+Blue) = 164+205+202=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDCA is #5B3235. Grayscale: #C0C0C0. Windows color (decimal): -5976630 or 13290916. OLE color: 13290916.
HSL color Cylindrical-coordinate representation of color #A4CDCA: hue angle of 175.61º 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 #A4CDCA is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 205 | 202 | - |
| CMYK | 0.2 | 0 | 0.01 | 0.20 |
| HSL | 175.61º | 0.29% | 0.72% | - |
| HSV(B) | 175.61º | 0.2% | 0.8% | - |
| XYZ | 47.8 | 55.82 | 64.13 | - |
| YUV | 192.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 202 | 0.2 | 0 | 0.01 | 0.20 | 175.61 | 0.29 | 0.72 |
| Hex | A4 | CD | CA | 14 | 0 | 1 | 14 | B0 | 1D | 48 |
| Octal | 244 | 315 | 312 | 24 | 0 | 1 | 24 | 260 | 35 | 110 |
| Binary | 10100100 | 11001101 | 11001010 | 10100 | 0 | 1 | 10100 | 10110000 | 11101 | 1001000 |
Color Harmonies of #A4CDCA
Complementary color
Monochromatic Colors of #A4CDCA
Black with #A4CDCA
Text Example
Text Example
White with #A4CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDCA; }
p { color: rgb(164,205,202); }
H1.HeaderClassName
{
color: #A4CDCA;
}
.AnyTagClassName
{
color: #A4CDCA;
}
</style>
background-color css
<style>
a { background-color: #A4CDCA; }
a { background-color: rgb(164,205,202); }
div.DivClassName
{
background-color: #A4CDCA;
}
.BgClassName
{
background-color: #A4CDCA;
}
</style>
border-color css
<style>
span { border-color: #A4CDCA; }
span { border-color: rgb(164,205,202); }
td.TdClassName
{
border-color: #A4CDCA;
}
.TagClassName
{
border-color: #A4CDCA;
}
</style>