Shades of Ship Cove #708BAC
Tints of Ship Cove #708BAC
RGB
CMYK
RGB Variations
Color information
#708BAC (or 0x708BAC) is known color: Ship Cove. HEX triplet: 70, 8B and AC. RGB value is (112,139,172). Sum of RGB (Red+Green+Blue) = 112+139+172=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #708BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BAC is #8F7453. Grayscale: #868686. Windows color (decimal): -9401428 or 11307888. OLE color: 11307888.
HSL color Cylindrical-coordinate representation of color #708BAC: hue angle of 213º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708BAC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 139 | 172 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.33 |
| HSL | 213º | 0.27% | 0.56% | - |
| HSV(B) | 213º | 0.35% | 0.67% | - |
| XYZ | 23.36 | 24.89 | 42.6 | - |
| YUV | 134.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 172 | 0.35 | 0.19 | 0 | 0.33 | 213 | 0.27 | 0.56 |
| Hex | 70 | 8B | AC | 23 | 13 | 0 | 21 | D5 | 1B | 38 |
| Octal | 160 | 213 | 254 | 43 | 23 | 0 | 41 | 325 | 33 | 70 |
| Binary | 1110000 | 10001011 | 10101100 | 100011 | 10011 | 0 | 100001 | 11010101 | 11011 | 111000 |
Color Harmonies of #708BAC
Complementary color
Monochromatic Colors of #708BAC
Black with #708BAC
Text Example
Text Example
White with #708BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BAC; }
p { color: rgb(112,139,172); }
H1.HeaderClassName
{
color: #708BAC;
}
.AnyTagClassName
{
color: #708BAC;
}
</style>
background-color css
<style>
a { background-color: #708BAC; }
a { background-color: rgb(112,139,172); }
div.DivClassName
{
background-color: #708BAC;
}
.BgClassName
{
background-color: #708BAC;
}
</style>
border-color css
<style>
span { border-color: #708BAC; }
span { border-color: rgb(112,139,172); }
td.TdClassName
{
border-color: #708BAC;
}
.TagClassName
{
border-color: #708BAC;
}
</style>