Shades of Ship Cove #708AAB
Tints of Ship Cove #708AAB
RGB
CMYK
RGB Variations
Color information
#708AAB (or 0x708AAB) is known color: Ship Cove. HEX triplet: 70, 8A and AB. RGB value is (112,138,171). Sum of RGB (Red+Green+Blue) = 112+138+171=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #708AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AAB is #8F7554. Grayscale: #858585. Windows color (decimal): -9401685 or 11242096. OLE color: 11242096.
HSL color Cylindrical-coordinate representation of color #708AAB: hue angle of 213.56º 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 #708AAB is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 138 | 171 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.33 |
| HSL | 213.56º | 0.26% | 0.55% | - |
| HSV(B) | 213.56º | 0.35% | 0.67% | - |
| XYZ | 23.12 | 24.56 | 42.05 | - |
| YUV | 133.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 171 | 0.35 | 0.19 | 0 | 0.33 | 213.56 | 0.26 | 0.55 |
| Hex | 70 | 8A | AB | 23 | 13 | 0 | 21 | D6 | 1A | 37 |
| Octal | 160 | 212 | 253 | 43 | 23 | 0 | 41 | 326 | 32 | 67 |
| Binary | 1110000 | 10001010 | 10101011 | 100011 | 10011 | 0 | 100001 | 11010110 | 11010 | 110111 |
Color Harmonies of #708AAB
Complementary color
Monochromatic Colors of #708AAB
Black with #708AAB
Text Example
Text Example
White with #708AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AAB; }
p { color: rgb(112,138,171); }
H1.HeaderClassName
{
color: #708AAB;
}
.AnyTagClassName
{
color: #708AAB;
}
</style>
background-color css
<style>
a { background-color: #708AAB; }
a { background-color: rgb(112,138,171); }
div.DivClassName
{
background-color: #708AAB;
}
.BgClassName
{
background-color: #708AAB;
}
</style>
border-color css
<style>
span { border-color: #708AAB; }
span { border-color: rgb(112,138,171); }
td.TdClassName
{
border-color: #708AAB;
}
.TagClassName
{
border-color: #708AAB;
}
</style>