Shades of Ship Cove #708BAB
Tints of Ship Cove #708BAB
RGB
CMYK
RGB Variations
Color information
#708BAB (or 0x708BAB) is known color: Ship Cove. HEX triplet: 70, 8B and AB. RGB value is (112,139,171). Sum of RGB (Red+Green+Blue) = 112+139+171=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #708BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BAB is #8F7454. Grayscale: #868686. Windows color (decimal): -9401429 or 11242352. OLE color: 11242352.
HSL color Cylindrical-coordinate representation of color #708BAB: hue angle of 212.54º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708BAB is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 139 | 171 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.33 |
| HSL | 212.54º | 0.26% | 0.55% | - |
| HSV(B) | 212.54º | 0.35% | 0.67% | - |
| XYZ | 23.27 | 24.85 | 42.1 | - |
| YUV | 134.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 171 | 0.35 | 0.19 | 0 | 0.33 | 212.54 | 0.26 | 0.55 |
| Hex | 70 | 8B | AB | 23 | 13 | 0 | 21 | D5 | 1A | 37 |
| Octal | 160 | 213 | 253 | 43 | 23 | 0 | 41 | 325 | 32 | 67 |
| Binary | 1110000 | 10001011 | 10101011 | 100011 | 10011 | 0 | 100001 | 11010101 | 11010 | 110111 |
Color Harmonies of #708BAB
Complementary color
Monochromatic Colors of #708BAB
Black with #708BAB
Text Example
Text Example
White with #708BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BAB; }
p { color: rgb(112,139,171); }
H1.HeaderClassName
{
color: #708BAB;
}
.AnyTagClassName
{
color: #708BAB;
}
</style>
background-color css
<style>
a { background-color: #708BAB; }
a { background-color: rgb(112,139,171); }
div.DivClassName
{
background-color: #708BAB;
}
.BgClassName
{
background-color: #708BAB;
}
</style>
border-color css
<style>
span { border-color: #708BAB; }
span { border-color: rgb(112,139,171); }
td.TdClassName
{
border-color: #708BAB;
}
.TagClassName
{
border-color: #708BAB;
}
</style>