Shades of Neptune #709FAA
Tints of Neptune #709FAA
RGB
CMYK
RGB Variations
Color information
#709FAA (or 0x709FAA) is known color: Neptune. HEX triplet: 70, 9F and AA. RGB value is (112,159,170). Sum of RGB (Red+Green+Blue) = 112+159+170=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #709FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FAA is #8F6055. Grayscale: #929292. Windows color (decimal): -9396310 or 11181936. OLE color: 11181936.
HSL color Cylindrical-coordinate representation of color #709FAA: hue angle of 191.38º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709FAA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 159 | 170 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.33 |
| HSL | 191.38º | 0.25% | 0.55% | - |
| HSV(B) | 191.38º | 0.34% | 0.67% | - |
| XYZ | 26.34 | 31.14 | 42.65 | - |
| YUV | 146.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 170 | 0.34 | 0.06 | 0 | 0.33 | 191.38 | 0.25 | 0.55 |
| Hex | 70 | 9F | AA | 22 | 6 | 0 | 21 | BF | 19 | 37 |
| Octal | 160 | 237 | 252 | 42 | 6 | 0 | 41 | 277 | 31 | 67 |
| Binary | 1110000 | 10011111 | 10101010 | 100010 | 110 | 0 | 100001 | 10111111 | 11001 | 110111 |
Color Harmonies of #709FAA
Complementary color
Monochromatic Colors of #709FAA
Black with #709FAA
Text Example
Text Example
White with #709FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FAA; }
p { color: rgb(112,159,170); }
H1.HeaderClassName
{
color: #709FAA;
}
.AnyTagClassName
{
color: #709FAA;
}
</style>
background-color css
<style>
a { background-color: #709FAA; }
a { background-color: rgb(112,159,170); }
div.DivClassName
{
background-color: #709FAA;
}
.BgClassName
{
background-color: #709FAA;
}
</style>
border-color css
<style>
span { border-color: #709FAA; }
span { border-color: rgb(112,159,170); }
td.TdClassName
{
border-color: #709FAA;
}
.TagClassName
{
border-color: #709FAA;
}
</style>