Shades of Ship Cove #7086AD
Tints of Ship Cove #7086AD
RGB
CMYK
RGB Variations
Color information
#7086AD (or 0x7086AD) is known color: Ship Cove. HEX triplet: 70, 86 and AD. RGB value is (112,134,173). Sum of RGB (Red+Green+Blue) = 112+134+173=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #7086AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7086AD is #8F7952. Grayscale: #838383. Windows color (decimal): -9402707 or 11372144. OLE color: 11372144.
HSL color Cylindrical-coordinate representation of color #7086AD: hue angle of 218.36º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7086AD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 134 | 173 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.32 |
| HSL | 218.36º | 0.27% | 0.56% | - |
| HSV(B) | 218.36º | 0.35% | 0.68% | - |
| XYZ | 22.75 | 23.51 | 42.87 | - |
| YUV | 131.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 173 | 0.35 | 0.23 | 0 | 0.32 | 218.36 | 0.27 | 0.56 |
| Hex | 70 | 86 | AD | 23 | 17 | 0 | 20 | DA | 1B | 38 |
| Octal | 160 | 206 | 255 | 43 | 27 | 0 | 40 | 332 | 33 | 70 |
| Binary | 1110000 | 10000110 | 10101101 | 100011 | 10111 | 0 | 100000 | 11011010 | 11011 | 111000 |
Color Harmonies of #7086AD
Complementary color
Monochromatic Colors of #7086AD
Black with #7086AD
Text Example
Text Example
White with #7086AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7086AD; }
p { color: rgb(112,134,173); }
H1.HeaderClassName
{
color: #7086AD;
}
.AnyTagClassName
{
color: #7086AD;
}
</style>
background-color css
<style>
a { background-color: #7086AD; }
a { background-color: rgb(112,134,173); }
div.DivClassName
{
background-color: #7086AD;
}
.BgClassName
{
background-color: #7086AD;
}
</style>
border-color css
<style>
span { border-color: #7086AD; }
span { border-color: rgb(112,134,173); }
td.TdClassName
{
border-color: #7086AD;
}
.TagClassName
{
border-color: #7086AD;
}
</style>