Shades of Sinbad #ADCFCF
Tints of Sinbad #ADCFCF
RGB
CMYK
RGB Variations
Color information
#ADCFCF (or 0xADCFCF) is known color: Sinbad. HEX triplet: AD, CF and CF. RGB value is (173,207,207). Sum of RGB (Red+Green+Blue) = 173+207+207=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #ADCFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFCF is #523030. Grayscale: #C4C4C4. Windows color (decimal): -5386289 or 13619117. OLE color: 13619117.
HSL color Cylindrical-coordinate representation of color #ADCFCF: hue angle of 180º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFCF is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 207 | - |
| CMYK | 0.16 | 0 | 0 | 0.19 |
| HSL | 180º | 0.26% | 0.75% | - |
| HSV(B) | 180º | 0.16% | 0.81% | - |
| XYZ | 50.81 | 58.01 | 67.55 | - |
| YUV | 196.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 207 | 0.16 | 0 | 0 | 0.19 | 180 | 0.26 | 0.75 |
| Hex | AD | CF | CF | 10 | 0 | 0 | 13 | B4 | 1A | 4B |
| Octal | 255 | 317 | 317 | 20 | 0 | 0 | 23 | 264 | 32 | 113 |
| Binary | 10101101 | 11001111 | 11001111 | 10000 | 0 | 0 | 10011 | 10110100 | 11010 | 1001011 |
Color Harmonies of #ADCFCF
Complementary color
Monochromatic Colors of #ADCFCF
Black with #ADCFCF
Text Example
Text Example
White with #ADCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFCF; }
p { color: rgb(173,207,207); }
H1.HeaderClassName
{
color: #ADCFCF;
}
.AnyTagClassName
{
color: #ADCFCF;
}
</style>
background-color css
<style>
a { background-color: #ADCFCF; }
a { background-color: rgb(173,207,207); }
div.DivClassName
{
background-color: #ADCFCF;
}
.BgClassName
{
background-color: #ADCFCF;
}
</style>
border-color css
<style>
span { border-color: #ADCFCF; }
span { border-color: rgb(173,207,207); }
td.TdClassName
{
border-color: #ADCFCF;
}
.TagClassName
{
border-color: #ADCFCF;
}
</style>