#709fa1

Color #709FA1 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #709FA1

Tints of Neptune #709FA1

Color information

#709FA1 (or 0x709FA1) is unknown color: approx Neptune. HEX triplet: 70, 9F and A1. RGB value is (112,159,161). Sum of RGB (Red+Green+Blue) = 112+159+161=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #709FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FA1 is #8F605E. Grayscale: #919191. Windows color (decimal): -9396319 or 10592112. OLE color: 10592112.

HSL color Cylindrical-coordinate representation of color #709FA1: hue angle of 182.45º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709FA1 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112159161-
CMYK0.300.0100.37
HSL182.45º20.68%53.53%-
HSV(B)182.45º30.43%63.14%-
XYZ25.5130.8138.32-
YUV145.18136.93104.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 161 (63.28% from 255) = 37.27%
R=25.93%
G=36.81%
B=37.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121591610.300.0100.37182.4520.6853.53
Hex709FA11E1025b61536
Octal1602372413610452662566
Binary1110000100111111010000111110101001011011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709fa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709fa1; }

 p { color: rgb(112,159,161); }

 H1.HeaderClassName
 {
   color: #709fa1;
 }
 .AnyTagClassName
 {
   color: #709fa1;
 }
</style>
background-color css

<style>
 a { background-color: #709fa1; }

 a { background-color: rgb(112,159,161); }

 div.DivClassName
 {
   background-color: #709fa1;
 }
 .BgClassName
 {
   background-color: #709fa1;
 }
</style>
border-color css

<style>
 span { border-color: #709fa1; }

 span { border-color: rgb(112,159,161); }

 td.TdClassName
 {
   border-color: #709fa1;
 }
 .TagClassName
 {
   border-color: #709fa1;
 }
</style>