#709DAC

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

Shades of Neptune #709DAC

Tints of Neptune #709DAC

Color information

#709DAC (or 0x709DAC) is unknown color: approx Neptune. HEX triplet: 70, 9D and AC. RGB value is (112,157,172). Sum of RGB (Red+Green+Blue) = 112+157+172=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #709DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DAC is #8F6253. Grayscale: #919191. Windows color (decimal): -9396820 or 11312496. OLE color: 11312496.

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

Color convert

RGB112157172-
CMYK0.350.0900.33
HSL195º26.55%55.69%-
HSV(B)195º34.88%67.45%-
XYZ26.1930.5443.54-
YUV145.26143.09104.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=25.40%
G=35.60%
B=39.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121571720.350.0900.3319526.5555.69
Hex709DAC239021c31b38
Octal16023525443110413033370
Binary11100001001110110101100100011100101000011100001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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