#709FAC

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

Shades of Neptune #709FAC

Tints of Neptune #709FAC

Color information

#709FAC (or 0x709FAC) is unknown color: approx 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

RGB112159172-
CMYK0.350.0800.33
HSL193º26.55%55.69%-
HSV(B)193º34.88%67.45%-
XYZ26.5331.2243.66-
YUV146.43142.43103.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=25.28%
G=35.89%
B=38.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121591720.350.0800.3319326.5555.69
Hex709FAC238021c11b38
Octal16023725443100413013370
Binary11100001001111110101100100011100001000011100000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>