Shades of Sinbad #ABCFCC
Tints of Sinbad #ABCFCC
RGB
CMYK
RGB Variations
Color information
#ABCFCC (or 0xABCFCC) is known color: Sinbad. HEX triplet: AB, CF and CC. RGB value is (171,207,204). Sum of RGB (Red+Green+Blue) = 171+207+204=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFCC is #543033. Grayscale: #C3C3C3. Windows color (decimal): -5517364 or 13422507. OLE color: 13422507.
HSL color Cylindrical-coordinate representation of color #ABCFCC: hue angle of 175º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFCC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 204 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.19 |
| HSL | 175º | 0.27% | 0.74% | - |
| HSV(B) | 175º | 0.17% | 0.81% | - |
| XYZ | 50.01 | 57.64 | 65.62 | - |
| YUV | 195.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 204 | 0.17 | 0 | 0.01 | 0.19 | 175 | 0.27 | 0.74 |
| Hex | AB | CF | CC | 11 | 0 | 1 | 13 | AF | 1B | 4A |
| Octal | 253 | 317 | 314 | 21 | 0 | 1 | 23 | 257 | 33 | 112 |
| Binary | 10101011 | 11001111 | 11001100 | 10001 | 0 | 1 | 10011 | 10101111 | 11011 | 1001010 |
Color Harmonies of #ABCFCC
Complementary color
Monochromatic Colors of #ABCFCC
Black with #ABCFCC
Text Example
Text Example
White with #ABCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFCC; }
p { color: rgb(171,207,204); }
H1.HeaderClassName
{
color: #ABCFCC;
}
.AnyTagClassName
{
color: #ABCFCC;
}
</style>
background-color css
<style>
a { background-color: #ABCFCC; }
a { background-color: rgb(171,207,204); }
div.DivClassName
{
background-color: #ABCFCC;
}
.BgClassName
{
background-color: #ABCFCC;
}
</style>
border-color css
<style>
span { border-color: #ABCFCC; }
span { border-color: rgb(171,207,204); }
td.TdClassName
{
border-color: #ABCFCC;
}
.TagClassName
{
border-color: #ABCFCC;
}
</style>