Html Css Color HEX #709FAB Neptune

📋 copy color: '#709FAB'

red 112 ◦ green 159 ◦ blue 171

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

Shades of Neptune #709FAB

Tints of Neptune #709FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 25.34%
G = 35.97%
B = 38.69%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#709FAB (or 0x709FAB) is known color: Neptune. HEX triplet: 70, 9F and AB. RGB value is (112,159,171). Sum of RGB (Red+Green+Blue) = 112+159+171=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #709FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FAB is #8F6054. Grayscale: #929292. Windows color (decimal): -9396309 or 11247472. OLE color: 11247472.

HSL color Cylindrical-coordinate representation of color #709FAB: hue angle of 192.2º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709FAB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 159 171 -
CMYK 0.35 0.07 0 0.33
HSL 192.2º 0.26% 0.55% -
HSV(B) 192.2º 0.35% 0.67% -
XYZ 26.43 31.18 43.15 -
YUV 146.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 112 159 171 0.35 0.07 0 0.33 192.2 0.26 0.55
Hex 70 9F AB 23 7 0 21 C0 1A 37
Octal 160 237 253 43 7 0 41 300 32 67
Binary 1110000 10011111 10101011 100011 111 0 100001 11000000 11010 110111

Color Harmonies of #709FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FAB

Black with #709FAB

Text Example


Text Example

White with #709FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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