Shades of Sinbad #AACFCD
Tints of Sinbad #AACFCD
RGB
CMYK
RGB Variations
Color information
#AACFCD (or 0xAACFCD) is known color: Sinbad. HEX triplet: AA, CF and CD. RGB value is (170,207,205). Sum of RGB (Red+Green+Blue) = 170+207+205=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFCD is #553032. Grayscale: #C3C3C3. Windows color (decimal): -5582899 or 13488042. OLE color: 13488042.
HSL color Cylindrical-coordinate representation of color #AACFCD: hue angle of 176.76º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACFCD is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 205 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.19 |
| HSL | 176.76º | 0.28% | 0.74% | - |
| HSV(B) | 176.76º | 0.18% | 0.81% | - |
| XYZ | 49.91 | 57.58 | 66.24 | - |
| YUV | 195.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 205 | 0.18 | 0 | 0.01 | 0.19 | 176.76 | 0.28 | 0.74 |
| Hex | AA | CF | CD | 12 | 0 | 1 | 13 | B1 | 1C | 4A |
| Octal | 252 | 317 | 315 | 22 | 0 | 1 | 23 | 261 | 34 | 112 |
| Binary | 10101010 | 11001111 | 11001101 | 10010 | 0 | 1 | 10011 | 10110001 | 11100 | 1001010 |
Color Harmonies of #AACFCD
Complementary color
Monochromatic Colors of #AACFCD
Black with #AACFCD
Text Example
Text Example
White with #AACFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFCD; }
p { color: rgb(170,207,205); }
H1.HeaderClassName
{
color: #AACFCD;
}
.AnyTagClassName
{
color: #AACFCD;
}
</style>
background-color css
<style>
a { background-color: #AACFCD; }
a { background-color: rgb(170,207,205); }
div.DivClassName
{
background-color: #AACFCD;
}
.BgClassName
{
background-color: #AACFCD;
}
</style>
border-color css
<style>
span { border-color: #AACFCD; }
span { border-color: rgb(170,207,205); }
td.TdClassName
{
border-color: #AACFCD;
}
.TagClassName
{
border-color: #AACFCD;
}
</style>