Shades of Sinbad #A8CFCC
Tints of Sinbad #A8CFCC
RGB
CMYK
RGB Variations
Color information
#A8CFCC (or 0xA8CFCC) is known color: Sinbad. HEX triplet: A8, CF and CC. RGB value is (168,207,204). Sum of RGB (Red+Green+Blue) = 168+207+204=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFCC is #573033. Grayscale: #C2C2C2. Windows color (decimal): -5713972 or 13422504. OLE color: 13422504.
HSL color Cylindrical-coordinate representation of color #A8CFCC: hue angle of 175.38º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFCC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 204 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.19 |
| HSL | 175.38º | 0.29% | 0.74% | - |
| HSV(B) | 175.38º | 0.19% | 0.81% | - |
| XYZ | 49.36 | 57.31 | 65.59 | - |
| YUV | 195 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 204 | 0.19 | 0 | 0.01 | 0.19 | 175.38 | 0.29 | 0.74 |
| Hex | A8 | CF | CC | 13 | 0 | 1 | 13 | AF | 1D | 4A |
| Octal | 250 | 317 | 314 | 23 | 0 | 1 | 23 | 257 | 35 | 112 |
| Binary | 10101000 | 11001111 | 11001100 | 10011 | 0 | 1 | 10011 | 10101111 | 11101 | 1001010 |
Color Harmonies of #A8CFCC
Complementary color
Monochromatic Colors of #A8CFCC
Black with #A8CFCC
Text Example
Text Example
White with #A8CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFCC; }
p { color: rgb(168,207,204); }
H1.HeaderClassName
{
color: #A8CFCC;
}
.AnyTagClassName
{
color: #A8CFCC;
}
</style>
background-color css
<style>
a { background-color: #A8CFCC; }
a { background-color: rgb(168,207,204); }
div.DivClassName
{
background-color: #A8CFCC;
}
.BgClassName
{
background-color: #A8CFCC;
}
</style>
border-color css
<style>
span { border-color: #A8CFCC; }
span { border-color: rgb(168,207,204); }
td.TdClassName
{
border-color: #A8CFCC;
}
.TagClassName
{
border-color: #A8CFCC;
}
</style>