Shades of Neptune #709FAC
Tints of Neptune #709FAC
RGB
CMYK
RGB Variations
Color information
#709FAC (or 0x709FAC) is known color: Neptune. HEX triplet: 70, 9F and AC. RGB value is (112,159,172). Sum of RGB (Red+Green+Blue) = 112+159+172=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #709FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FAC is #8F6053. Grayscale: #929292. Windows color (decimal): -9396308 or 11313008. OLE color: 11313008.
HSL color Cylindrical-coordinate representation of color #709FAC: hue angle of 193º 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 #709FAC is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 159 | 172 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.33 |
| HSL | 193º | 0.27% | 0.56% | - |
| HSV(B) | 193º | 0.35% | 0.67% | - |
| XYZ | 26.53 | 31.22 | 43.66 | - |
| YUV | 146.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 172 | 0.35 | 0.08 | 0 | 0.33 | 193 | 0.27 | 0.56 |
| Hex | 70 | 9F | AC | 23 | 8 | 0 | 21 | C1 | 1B | 38 |
| Octal | 160 | 237 | 254 | 43 | 10 | 0 | 41 | 301 | 33 | 70 |
| Binary | 1110000 | 10011111 | 10101100 | 100011 | 1000 | 0 | 100001 | 11000001 | 11011 | 111000 |
Color Harmonies of #709FAC
Complementary color
Monochromatic Colors of #709FAC
Black with #709FAC
Text Example
Text Example
White with #709FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FAC; }
p { color: rgb(112,159,172); }
H1.HeaderClassName
{
color: #709FAC;
}
.AnyTagClassName
{
color: #709FAC;
}
</style>
background-color css
<style>
a { background-color: #709FAC; }
a { background-color: rgb(112,159,172); }
div.DivClassName
{
background-color: #709FAC;
}
.BgClassName
{
background-color: #709FAC;
}
</style>
border-color css
<style>
span { border-color: #709FAC; }
span { border-color: rgb(112,159,172); }
td.TdClassName
{
border-color: #709FAC;
}
.TagClassName
{
border-color: #709FAC;
}
</style>