Shades of Sinbad #A8D5CF
Tints of Sinbad #A8D5CF
RGB
CMYK
RGB Variations
Color information
#A8D5CF (or 0xA8D5CF) is known color: Sinbad. HEX triplet: A8, D5 and CF. RGB value is (168,213,207). Sum of RGB (Red+Green+Blue) = 168+213+207=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5CF is #572A30. Grayscale: #C6C6C6. Windows color (decimal): -5712433 or 13620648. OLE color: 13620648.
HSL color Cylindrical-coordinate representation of color #A8D5CF: hue angle of 172º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5CF is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 207 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.16 |
| HSL | 172º | 0.35% | 0.75% | - |
| HSV(B) | 172º | 0.21% | 0.84% | - |
| XYZ | 51.21 | 60.42 | 67.99 | - |
| YUV | 198.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 207 | 0.21 | 0 | 0.03 | 0.16 | 172 | 0.35 | 0.75 |
| Hex | A8 | D5 | CF | 15 | 0 | 3 | 10 | AC | 23 | 4B |
| Octal | 250 | 325 | 317 | 25 | 0 | 3 | 20 | 254 | 43 | 113 |
| Binary | 10101000 | 11010101 | 11001111 | 10101 | 0 | 11 | 10000 | 10101100 | 100011 | 1001011 |
Color Harmonies of #A8D5CF
Complementary color
Monochromatic Colors of #A8D5CF
Black with #A8D5CF
Text Example
Text Example
White with #A8D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5CF; }
p { color: rgb(168,213,207); }
H1.HeaderClassName
{
color: #A8D5CF;
}
.AnyTagClassName
{
color: #A8D5CF;
}
</style>
background-color css
<style>
a { background-color: #A8D5CF; }
a { background-color: rgb(168,213,207); }
div.DivClassName
{
background-color: #A8D5CF;
}
.BgClassName
{
background-color: #A8D5CF;
}
</style>
border-color css
<style>
span { border-color: #A8D5CF; }
span { border-color: rgb(168,213,207); }
td.TdClassName
{
border-color: #A8D5CF;
}
.TagClassName
{
border-color: #A8D5CF;
}
</style>