Html Css Color HEX #709EAC Neptune

📋 copy color: '#709EAC'

red 112 ◦ green 158 ◦ blue 172

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

Shades of Neptune #709EAC

Tints of Neptune #709EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 25.34%
G = 35.75%
B = 38.91%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#709EAC (or 0x709EAC) is known color: Neptune. HEX triplet: 70, 9E and AC. RGB value is (112,158,172). Sum of RGB (Red+Green+Blue) = 112+158+172=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #709EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709EAC is #8F6153. Grayscale: #919191. Windows color (decimal): -9396564 or 11312752. OLE color: 11312752.

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

Color convert

RGB 112 158 172 -
CMYK 0.35 0.08 0 0.33
HSL 194º 0.27% 0.56% -
HSV(B) 194º 0.35% 0.67% -
XYZ 26.36 30.88 43.6 -
YUV 145.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 112 158 172 0.35 0.08 0 0.33 194 0.27 0.56
Hex 70 9E AC 23 8 0 21 C2 1B 38
Octal 160 236 254 43 10 0 41 302 33 70
Binary 1110000 10011110 10101100 100011 1000 0 100001 11000010 11011 111000

Color Harmonies of #709EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EAC

Black with #709EAC

Text Example


Text Example

White with #709EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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