Shades of Sinbad #A8D4CF
Tints of Sinbad #A8D4CF
RGB
CMYK
RGB Variations
Color information
#A8D4CF (or 0xA8D4CF) is known color: Sinbad. HEX triplet: A8, D4 and CF. RGB value is (168,212,207). Sum of RGB (Red+Green+Blue) = 168+212+207=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4CF is #572B30. Grayscale: #C6C6C6. Windows color (decimal): -5712689 or 13620392. OLE color: 13620392.
HSL color Cylindrical-coordinate representation of color #A8D4CF: hue angle of 173.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4CF is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 207 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.17 |
| HSL | 173.18º | 0.34% | 0.75% | - |
| HSV(B) | 173.18º | 0.21% | 0.83% | - |
| XYZ | 50.95 | 59.92 | 67.91 | - |
| YUV | 198.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 207 | 0.21 | 0 | 0.02 | 0.17 | 173.18 | 0.34 | 0.75 |
| Hex | A8 | D4 | CF | 15 | 0 | 2 | 11 | AD | 22 | 4B |
| Octal | 250 | 324 | 317 | 25 | 0 | 2 | 21 | 255 | 42 | 113 |
| Binary | 10101000 | 11010100 | 11001111 | 10101 | 0 | 10 | 10001 | 10101101 | 100010 | 1001011 |
Color Harmonies of #A8D4CF
Complementary color
Monochromatic Colors of #A8D4CF
Black with #A8D4CF
Text Example
Text Example
White with #A8D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4CF; }
p { color: rgb(168,212,207); }
H1.HeaderClassName
{
color: #A8D4CF;
}
.AnyTagClassName
{
color: #A8D4CF;
}
</style>
background-color css
<style>
a { background-color: #A8D4CF; }
a { background-color: rgb(168,212,207); }
div.DivClassName
{
background-color: #A8D4CF;
}
.BgClassName
{
background-color: #A8D4CF;
}
</style>
border-color css
<style>
span { border-color: #A8D4CF; }
span { border-color: rgb(168,212,207); }
td.TdClassName
{
border-color: #A8D4CF;
}
.TagClassName
{
border-color: #A8D4CF;
}
</style>