Shades of Sinbad #A4D6CF
Tints of Sinbad #A4D6CF
RGB
CMYK
RGB Variations
Color information
#A4D6CF (or 0xA4D6CF) is known color: Sinbad. HEX triplet: A4, D6 and CF. RGB value is (164,214,207). Sum of RGB (Red+Green+Blue) = 164+214+207=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6CF is #5B2930. Grayscale: #C6C6C6. Windows color (decimal): -5974321 or 13620900. OLE color: 13620900.
HSL color Cylindrical-coordinate representation of color #A4D6CF: hue angle of 171.6º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6CF is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 207 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.16 |
| HSL | 171.6º | 0.38% | 0.74% | - |
| HSV(B) | 171.6º | 0.23% | 0.84% | - |
| XYZ | 50.62 | 60.49 | 68.04 | - |
| YUV | 198.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 207 | 0.23 | 0 | 0.03 | 0.16 | 171.6 | 0.38 | 0.74 |
| Hex | A4 | D6 | CF | 17 | 0 | 3 | 10 | AC | 26 | 4A |
| Octal | 244 | 326 | 317 | 27 | 0 | 3 | 20 | 254 | 46 | 112 |
| Binary | 10100100 | 11010110 | 11001111 | 10111 | 0 | 11 | 10000 | 10101100 | 100110 | 1001010 |
Color Harmonies of #A4D6CF
Complementary color
Monochromatic Colors of #A4D6CF
Black with #A4D6CF
Text Example
Text Example
White with #A4D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D6CF; }
p { color: rgb(164,214,207); }
H1.HeaderClassName
{
color: #A4D6CF;
}
.AnyTagClassName
{
color: #A4D6CF;
}
</style>
background-color css
<style>
a { background-color: #A4D6CF; }
a { background-color: rgb(164,214,207); }
div.DivClassName
{
background-color: #A4D6CF;
}
.BgClassName
{
background-color: #A4D6CF;
}
</style>
border-color css
<style>
span { border-color: #A4D6CF; }
span { border-color: rgb(164,214,207); }
td.TdClassName
{
border-color: #A4D6CF;
}
.TagClassName
{
border-color: #A4D6CF;
}
</style>