Html Css Color HEX #709FAC Neptune

📋 copy color: '#709FAC'

red 112 ◦ green 159 ◦ blue 172

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

Shades of Neptune #709FAC

Tints of Neptune #709FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.89%

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

R = 25.28%
G = 35.89%
B = 38.83%

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

#709FAC (or 0x709FAC) is known color: Neptune. HEX triplet: 70, 9F and AC. RGB value is (112,159,172). Sum of RGB (Red+Green+Blue) = 112+159+172=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #709FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FAC is #8F6053. Grayscale: #929292. Windows color (decimal): -9396308 or 11313008. OLE color: 11313008.

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

Color convert

RGB 112 159 172 -
CMYK 0.35 0.08 0 0.33
HSL 193º 0.27% 0.56% -
HSV(B) 193º 0.35% 0.67% -
XYZ 26.53 31.22 43.66 -
YUV 146.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 112 159 172 0.35 0.08 0 0.33 193 0.27 0.56
Hex 70 9F AC 23 8 0 21 C1 1B 38
Octal 160 237 254 43 10 0 41 301 33 70
Binary 1110000 10011111 10101100 100011 1000 0 100001 11000001 11011 111000

Color Harmonies of #709FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FAC

Black with #709FAC

Text Example


Text Example

White with #709FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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