Shades of Neptune #709CA8
Tints of Neptune #709CA8
RGB
CMYK
RGB Variations
Color information
#709CA8 (or 0x709CA8) is known color: Neptune. HEX triplet: 70, 9C and A8. RGB value is (112,156,168). Sum of RGB (Red+Green+Blue) = 112+156+168=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 168 - color contains mainly: blue. Hex color #709CA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CA8 is #8F6357. Grayscale: #909090. Windows color (decimal): -9397080 or 11050096. OLE color: 11050096.
HSL color Cylindrical-coordinate representation of color #709CA8: hue angle of 192.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #709CA8 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 156 | 168 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.34 |
| HSL | 192.86º | 0.24% | 0.55% | - |
| HSV(B) | 192.86º | 0.33% | 0.66% | - |
| XYZ | 25.64 | 30.05 | 41.49 | - |
| YUV | 144.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 168 | 0.33 | 0.07 | 0 | 0.34 | 192.86 | 0.24 | 0.55 |
| Hex | 70 | 9C | A8 | 21 | 7 | 0 | 22 | C1 | 18 | 37 |
| Octal | 160 | 234 | 250 | 41 | 7 | 0 | 42 | 301 | 30 | 67 |
| Binary | 1110000 | 10011100 | 10101000 | 100001 | 111 | 0 | 100010 | 11000001 | 11000 | 110111 |
Color Harmonies of #709CA8
Complementary color
Monochromatic Colors of #709CA8
Black with #709CA8
Text Example
Text Example
White with #709CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CA8; }
p { color: rgb(112,156,168); }
H1.HeaderClassName
{
color: #709CA8;
}
.AnyTagClassName
{
color: #709CA8;
}
</style>
background-color css
<style>
a { background-color: #709CA8; }
a { background-color: rgb(112,156,168); }
div.DivClassName
{
background-color: #709CA8;
}
.BgClassName
{
background-color: #709CA8;
}
</style>
border-color css
<style>
span { border-color: #709CA8; }
span { border-color: rgb(112,156,168); }
td.TdClassName
{
border-color: #709CA8;
}
.TagClassName
{
border-color: #709CA8;
}
</style>