Shades of Sinbad #A6D4CF
Tints of Sinbad #A6D4CF
RGB
CMYK
RGB Variations
Color information
#A6D4CF (or 0xA6D4CF) is known color: Sinbad. HEX triplet: A6, D4 and CF. RGB value is (166,212,207). Sum of RGB (Red+Green+Blue) = 166+212+207=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4CF is #592B30. Grayscale: #C5C5C5. Windows color (decimal): -5843761 or 13620390. OLE color: 13620390.
HSL color Cylindrical-coordinate representation of color #A6D4CF: hue angle of 173.48º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4CF is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 207 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.17 |
| HSL | 173.48º | 0.35% | 0.74% | - |
| HSV(B) | 173.48º | 0.22% | 0.83% | - |
| XYZ | 50.53 | 59.7 | 67.89 | - |
| YUV | 197.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 207 | 0.22 | 0 | 0.02 | 0.17 | 173.48 | 0.35 | 0.74 |
| Hex | A6 | D4 | CF | 16 | 0 | 2 | 11 | AD | 23 | 4A |
| Octal | 246 | 324 | 317 | 26 | 0 | 2 | 21 | 255 | 43 | 112 |
| Binary | 10100110 | 11010100 | 11001111 | 10110 | 0 | 10 | 10001 | 10101101 | 100011 | 1001010 |
Color Harmonies of #A6D4CF
Complementary color
Monochromatic Colors of #A6D4CF
Black with #A6D4CF
Text Example
Text Example
White with #A6D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D4CF; }
p { color: rgb(166,212,207); }
H1.HeaderClassName
{
color: #A6D4CF;
}
.AnyTagClassName
{
color: #A6D4CF;
}
</style>
background-color css
<style>
a { background-color: #A6D4CF; }
a { background-color: rgb(166,212,207); }
div.DivClassName
{
background-color: #A6D4CF;
}
.BgClassName
{
background-color: #A6D4CF;
}
</style>
border-color css
<style>
span { border-color: #A6D4CF; }
span { border-color: rgb(166,212,207); }
td.TdClassName
{
border-color: #A6D4CF;
}
.TagClassName
{
border-color: #A6D4CF;
}
</style>