#709FAE

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

Shades of Neptune #709FAE

Tints of Neptune #709FAE

Color information

#709FAE (or 0x709FAE) is unknown color: approx Neptune. HEX triplet: 70, 9F and AE. RGB value is (112,159,174). Sum of RGB (Red+Green+Blue) = 112+159+174=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #709FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FAE is #8F6051. Grayscale: #929292. Windows color (decimal): -9396306 or 11444080. OLE color: 11444080.

HSL color Cylindrical-coordinate representation of color #709FAE: hue angle of 194.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709FAE is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112159174-
CMYK0.360.0900.32
HSL194.52º27.68%56.08%-
HSV(B)194.52º35.63%68.24%-
XYZ26.7231.344.68-
YUV146.66143.43103.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=25.17%
G=35.73%
B=39.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121591740.360.0900.32194.5227.6856.08
Hex709FAE249020c31c38
Octal16023725644110403033470
Binary11100001001111110101110100100100101000001100001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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