Shades of Sinbad #ABCECB
Tints of Sinbad #ABCECB
RGB
CMYK
RGB Variations
Color information
#ABCECB (or 0xABCECB) is known color: Sinbad. HEX triplet: AB, CE and CB. RGB value is (171,206,203). Sum of RGB (Red+Green+Blue) = 171+206+203=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCECB is #543134. Grayscale: #C3C3C3. Windows color (decimal): -5517621 or 13356715. OLE color: 13356715.
HSL color Cylindrical-coordinate representation of color #ABCECB: hue angle of 174.86º 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 #ABCECB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 203 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.19 |
| HSL | 174.86º | 0.26% | 0.74% | - |
| HSV(B) | 174.86º | 0.17% | 0.81% | - |
| XYZ | 49.65 | 57.11 | 64.91 | - |
| YUV | 195.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 203 | 0.17 | 0 | 0.01 | 0.19 | 174.86 | 0.26 | 0.74 |
| Hex | AB | CE | CB | 11 | 0 | 1 | 13 | AF | 1A | 4A |
| Octal | 253 | 316 | 313 | 21 | 0 | 1 | 23 | 257 | 32 | 112 |
| Binary | 10101011 | 11001110 | 11001011 | 10001 | 0 | 1 | 10011 | 10101111 | 11010 | 1001010 |
Color Harmonies of #ABCECB
Complementary color
Monochromatic Colors of #ABCECB
Black with #ABCECB
Text Example
Text Example
White with #ABCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCECB; }
p { color: rgb(171,206,203); }
H1.HeaderClassName
{
color: #ABCECB;
}
.AnyTagClassName
{
color: #ABCECB;
}
</style>
background-color css
<style>
a { background-color: #ABCECB; }
a { background-color: rgb(171,206,203); }
div.DivClassName
{
background-color: #ABCECB;
}
.BgClassName
{
background-color: #ABCECB;
}
</style>
border-color css
<style>
span { border-color: #ABCECB; }
span { border-color: rgb(171,206,203); }
td.TdClassName
{
border-color: #ABCECB;
}
.TagClassName
{
border-color: #ABCECB;
}
</style>