#709DA1

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

Shades of Neptune #709DA1

Tints of Neptune #709DA1

Color information

#709DA1 (or 0x709DA1) is unknown color: approx Neptune. HEX triplet: 70, 9D and A1. RGB value is (112,157,161). Sum of RGB (Red+Green+Blue) = 112+157+161=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 161 - color contains mainly: blue. Hex color #709DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DA1 is #8F625E. Grayscale: #8F8F8F. Windows color (decimal): -9396831 or 10591600. OLE color: 10591600.

HSL color Cylindrical-coordinate representation of color #709DA1: hue angle of 184.9º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709DA1 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112157161-
CMYK0.300.0200.37
HSL184.9º20.68%53.53%-
HSV(B)184.9º30.43%63.14%-
XYZ25.1730.1338.21-
YUV144137.59105.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=26.05%
G=36.51%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121571610.300.0200.37184.920.6853.53
Hex709DA11E2025b91536
Octal1602352413620452712566
Binary11100001001110110100001111101001001011011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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