Html Css Color HEX #709DA9 Neptune

📋 copy color: '#709DA9'

red 112 ◦ green 157 ◦ blue 169

#709DA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #709DA9

Tints of Neptune #709DA9

RGB

 RED value IS 112 (44.14% from 255) = 25.57%

 GREEN value IS 157 (61.72% from 255) = 35.84%

 BLUE value IS 169 (66.41% from 255) = 38.58%

R = 25.57%
G = 35.84%
B = 38.58%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#709DA9 (or 0x709DA9) is known color: Neptune. HEX triplet: 70, 9D and A9. RGB value is (112,157,169). Sum of RGB (Red+Green+Blue) = 112+157+169=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 169 - color contains mainly: blue. Hex color #709DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DA9 is #8F6256. Grayscale: #909090. Windows color (decimal): -9396823 or 11115888. OLE color: 11115888.

HSL color Cylindrical-coordinate representation of color #709DA9: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709DA9 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 157 169 -
CMYK 0.34 0.07 0 0.34
HSL 192.63º 0.25% 0.55% -
HSV(B) 192.63º 0.34% 0.66% -
XYZ 25.9 30.42 42.04 -
YUV 144.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 112 157 169 0.34 0.07 0 0.34 192.63 0.25 0.55
Hex 70 9D A9 22 7 0 22 C1 19 37
Octal 160 235 251 42 7 0 42 301 31 67
Binary 1110000 10011101 10101001 100010 111 0 100010 11000001 11001 110111

Color Harmonies of #709DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DA9

Black with #709DA9

Text Example


Text Example

White with #709DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #709DA9;
 }
 .AnyTagClassName
 {
   color: #709DA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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