#709DAB

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

Shades of Neptune #709DAB

Tints of Neptune #709DAB

Color information

#709DAB (or 0x709DAB) is unknown color: approx Neptune. HEX triplet: 70, 9D and AB. RGB value is (112,157,171). Sum of RGB (Red+Green+Blue) = 112+157+171=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #709DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DAB is #8F6254. Grayscale: #919191. Windows color (decimal): -9396821 or 11246960. OLE color: 11246960.

HSL color Cylindrical-coordinate representation of color #709DAB: hue angle of 194.24º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709DAB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112157171-
CMYK0.350.0800.33
HSL194.24º25.99%55.49%-
HSV(B)194.24º34.5%67.06%-
XYZ26.0930.543.04-
YUV145.14142.59104.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=25.45%
G=35.68%
B=38.86%

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
Decimal1121571710.350.0800.33194.2425.9955.49
Hex709DAB238021c21a37
Octal16023525343100413023267
Binary11100001001110110101011100011100001000011100001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,157,171); }

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

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

 a { background-color: rgb(112,157,171); }

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

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

 span { border-color: rgb(112,157,171); }

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