Shades of Sinbad #ABCECC
Tints of Sinbad #ABCECC
RGB
CMYK
RGB Variations
Color information
#ABCECC (or 0xABCECC) is known color: Sinbad. HEX triplet: AB, CE and CC. RGB value is (171,206,204). Sum of RGB (Red+Green+Blue) = 171+206+204=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCECC is #543133. Grayscale: #C3C3C3. Windows color (decimal): -5517620 or 13422251. OLE color: 13422251.
HSL color Cylindrical-coordinate representation of color #ABCECC: hue angle of 176.57º degrees, saturation: 0.26, 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 #ABCECC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 204 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.19 |
| HSL | 176.57º | 0.26% | 0.74% | - |
| HSV(B) | 176.57º | 0.17% | 0.81% | - |
| XYZ | 49.76 | 57.16 | 65.54 | - |
| YUV | 195.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 204 | 0.17 | 0 | 0.01 | 0.19 | 176.57 | 0.26 | 0.74 |
| Hex | AB | CE | CC | 11 | 0 | 1 | 13 | B1 | 1A | 4A |
| Octal | 253 | 316 | 314 | 21 | 0 | 1 | 23 | 261 | 32 | 112 |
| Binary | 10101011 | 11001110 | 11001100 | 10001 | 0 | 1 | 10011 | 10110001 | 11010 | 1001010 |
Color Harmonies of #ABCECC
Complementary color
Monochromatic Colors of #ABCECC
Black with #ABCECC
Text Example
Text Example
White with #ABCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCECC; }
p { color: rgb(171,206,204); }
H1.HeaderClassName
{
color: #ABCECC;
}
.AnyTagClassName
{
color: #ABCECC;
}
</style>
background-color css
<style>
a { background-color: #ABCECC; }
a { background-color: rgb(171,206,204); }
div.DivClassName
{
background-color: #ABCECC;
}
.BgClassName
{
background-color: #ABCECC;
}
</style>
border-color css
<style>
span { border-color: #ABCECC; }
span { border-color: rgb(171,206,204); }
td.TdClassName
{
border-color: #ABCECC;
}
.TagClassName
{
border-color: #ABCECC;
}
</style>