#709EAA

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

Shades of Neptune #709EAA

Tints of Neptune #709EAA

Color information

#709EAA (or 0x709EAA) is unknown color: approx Neptune. HEX triplet: 70, 9E and AA. RGB value is (112,158,170). Sum of RGB (Red+Green+Blue) = 112+158+170=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #709EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709EAA is #8F6155. Grayscale: #919191. Windows color (decimal): -9396566 or 11181680. OLE color: 11181680.

HSL color Cylindrical-coordinate representation of color #709EAA: hue angle of 192.41º 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 #709EAA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112158170-
CMYK0.340.0700.33
HSL192.41º25.44%55.29%-
HSV(B)192.41º34.12%66.67%-
XYZ26.1630.842.6-
YUV145.61141.76104.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=25.45%
G=35.91%
B=38.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121581700.340.0700.33192.4125.4455.29
Hex709EAA227021c01937
Octal1602362524270413003167
Binary1110000100111101010101010001011101000011100000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,158,170); }

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

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

 a { background-color: rgb(112,158,170); }

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

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

 span { border-color: rgb(112,158,170); }

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