Shades of Sinbad #AFCFCD
Tints of Sinbad #AFCFCD
RGB
CMYK
RGB Variations
Color information
#AFCFCD (or 0xAFCFCD) is known color: Sinbad. HEX triplet: AF, CF and CD. RGB value is (175,207,205). Sum of RGB (Red+Green+Blue) = 175+207+205=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFCD is #503032. Grayscale: #C5C5C5. Windows color (decimal): -5255219 or 13488047. OLE color: 13488047.
HSL color Cylindrical-coordinate representation of color #AFCFCD: hue angle of 176.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFCD is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 205 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.19 |
| HSL | 176.25º | 0.25% | 0.75% | - |
| HSV(B) | 176.25º | 0.15% | 0.81% | - |
| XYZ | 51.01 | 58.15 | 66.29 | - |
| YUV | 197.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 205 | 0.15 | 0 | 0.01 | 0.19 | 176.25 | 0.25 | 0.75 |
| Hex | AF | CF | CD | F | 0 | 1 | 13 | B0 | 19 | 4B |
| Octal | 257 | 317 | 315 | 17 | 0 | 1 | 23 | 260 | 31 | 113 |
| Binary | 10101111 | 11001111 | 11001101 | 1111 | 0 | 1 | 10011 | 10110000 | 11001 | 1001011 |
Color Harmonies of #AFCFCD
Complementary color
Monochromatic Colors of #AFCFCD
Black with #AFCFCD
Text Example
Text Example
White with #AFCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFCD; }
p { color: rgb(175,207,205); }
H1.HeaderClassName
{
color: #AFCFCD;
}
.AnyTagClassName
{
color: #AFCFCD;
}
</style>
background-color css
<style>
a { background-color: #AFCFCD; }
a { background-color: rgb(175,207,205); }
div.DivClassName
{
background-color: #AFCFCD;
}
.BgClassName
{
background-color: #AFCFCD;
}
</style>
border-color css
<style>
span { border-color: #AFCFCD; }
span { border-color: rgb(175,207,205); }
td.TdClassName
{
border-color: #AFCFCD;
}
.TagClassName
{
border-color: #AFCFCD;
}
</style>