Html Css Color HEX #709EAA Neptune

📋 copy color: '#709EAA'

red 112 ◦ green 158 ◦ blue 170

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

Shades of Neptune #709EAA

Tints of Neptune #709EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

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

R = 25.45%
G = 35.91%
B = 38.64%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#709EAA (or 0x709EAA) is known color: Neptune. HEX triplet: 70, 9E and AA. RGB value is (112,158,170). Sum of RGB (Red+Green+Blue) = 112+158+170=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #709EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709EAA is #8F6155. Grayscale: #919191. Windows color (decimal): -9396566 or 11181680. OLE color: 11181680.

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

Color convert

RGB 112 158 170 -
CMYK 0.34 0.07 0 0.33
HSL 192.41º 0.25% 0.55% -
HSV(B) 192.41º 0.34% 0.67% -
XYZ 26.16 30.8 42.6 -
YUV 145.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 112 158 170 0.34 0.07 0 0.33 192.41 0.25 0.55
Hex 70 9E AA 22 7 0 21 C0 19 37
Octal 160 236 252 42 7 0 41 300 31 67
Binary 1110000 10011110 10101010 100010 111 0 100001 11000000 11001 110111

Color Harmonies of #709EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EAA

Black with #709EAA

Text Example


Text Example

White with #709EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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