Shades of Neptune #709DA9
Tints of Neptune #709DA9
RGB
CMYK
RGB Variations
Color information
#709DA9 (or 0x709DA9) is known color: Neptune. HEX triplet: 70, 9D and A9. RGB value is (112,157,169). Sum of RGB (Red+Green+Blue) = 112+157+169=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 169 - color contains mainly: blue. Hex color #709DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DA9 is #8F6256. Grayscale: #909090. Windows color (decimal): -9396823 or 11115888. OLE color: 11115888.
HSL color Cylindrical-coordinate representation of color #709DA9: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709DA9 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 157 | 169 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.34 |
| HSL | 192.63º | 0.25% | 0.55% | - |
| HSV(B) | 192.63º | 0.34% | 0.66% | - |
| XYZ | 25.9 | 30.42 | 42.04 | - |
| YUV | 144.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 169 | 0.34 | 0.07 | 0 | 0.34 | 192.63 | 0.25 | 0.55 |
| Hex | 70 | 9D | A9 | 22 | 7 | 0 | 22 | C1 | 19 | 37 |
| Octal | 160 | 235 | 251 | 42 | 7 | 0 | 42 | 301 | 31 | 67 |
| Binary | 1110000 | 10011101 | 10101001 | 100010 | 111 | 0 | 100010 | 11000001 | 11001 | 110111 |
Color Harmonies of #709DA9
Complementary color
Monochromatic Colors of #709DA9
Black with #709DA9
Text Example
Text Example
White with #709DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DA9; }
p { color: rgb(112,157,169); }
H1.HeaderClassName
{
color: #709DA9;
}
.AnyTagClassName
{
color: #709DA9;
}
</style>
background-color css
<style>
a { background-color: #709DA9; }
a { background-color: rgb(112,157,169); }
div.DivClassName
{
background-color: #709DA9;
}
.BgClassName
{
background-color: #709DA9;
}
</style>
border-color css
<style>
span { border-color: #709DA9; }
span { border-color: rgb(112,157,169); }
td.TdClassName
{
border-color: #709DA9;
}
.TagClassName
{
border-color: #709DA9;
}
</style>