Html Css Color HEX #709DAA Neptune

📋 copy color: '#709DAA'

red 112 ◦ green 157 ◦ blue 170

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

Shades of Neptune #709DAA

Tints of Neptune #709DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 25.51%
G = 35.76%
B = 38.72%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#709DAA (or 0x709DAA) is known color: Neptune. HEX triplet: 70, 9D and AA. RGB value is (112,157,170). Sum of RGB (Red+Green+Blue) = 112+157+170=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #709DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DAA is #8F6255. Grayscale: #909090. Windows color (decimal): -9396822 or 11181424. OLE color: 11181424.

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

Color convert

RGB 112 157 170 -
CMYK 0.34 0.08 0 0.33
HSL 193.45º 0.25% 0.55% -
HSV(B) 193.45º 0.34% 0.67% -
XYZ 25.99 30.46 42.54 -
YUV 145.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 112 157 170 0.34 0.08 0 0.33 193.45 0.25 0.55
Hex 70 9D AA 22 8 0 21 C1 19 37
Octal 160 235 252 42 10 0 41 301 31 67
Binary 1110000 10011101 10101010 100010 1000 0 100001 11000001 11001 110111

Color Harmonies of #709DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DAA

Black with #709DAA

Text Example


Text Example

White with #709DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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