Shades of Ship Cove #708AB0
Tints of Ship Cove #708AB0
RGB
CMYK
RGB Variations
Color information
#708AB0 (or 0x708AB0) is known color: Ship Cove. HEX triplet: 70, 8A and B0. RGB value is (112,138,176). Sum of RGB (Red+Green+Blue) = 112+138+176=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #708AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AB0 is #8F754F. Grayscale: #868686. Windows color (decimal): -9401680 or 11569776. OLE color: 11569776.
HSL color Cylindrical-coordinate representation of color #708AB0: hue angle of 215.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708AB0 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 138 | 176 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.31 |
| HSL | 215.63º | 0.29% | 0.56% | - |
| HSV(B) | 215.63º | 0.36% | 0.69% | - |
| XYZ | 23.61 | 24.76 | 44.61 | - |
| YUV | 134.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 176 | 0.36 | 0.22 | 0 | 0.31 | 215.63 | 0.29 | 0.56 |
| Hex | 70 | 8A | B0 | 24 | 16 | 0 | 1F | D8 | 1D | 38 |
| Octal | 160 | 212 | 260 | 44 | 26 | 0 | 37 | 330 | 35 | 70 |
| Binary | 1110000 | 10001010 | 10110000 | 100100 | 10110 | 0 | 11111 | 11011000 | 11101 | 111000 |
Color Harmonies of #708AB0
Complementary color
Monochromatic Colors of #708AB0
Black with #708AB0
Text Example
Text Example
White with #708AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AB0; }
p { color: rgb(112,138,176); }
H1.HeaderClassName
{
color: #708AB0;
}
.AnyTagClassName
{
color: #708AB0;
}
</style>
background-color css
<style>
a { background-color: #708AB0; }
a { background-color: rgb(112,138,176); }
div.DivClassName
{
background-color: #708AB0;
}
.BgClassName
{
background-color: #708AB0;
}
</style>
border-color css
<style>
span { border-color: #708AB0; }
span { border-color: rgb(112,138,176); }
td.TdClassName
{
border-color: #708AB0;
}
.TagClassName
{
border-color: #708AB0;
}
</style>