Html Css Color HEX #709FAA Neptune

📋 copy color: '#709FAA'

red 112 ◦ green 159 ◦ blue 170

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

Shades of Neptune #709FAA

Tints of Neptune #709FAA

RGB

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

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

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

R = 25.4%
G = 36.05%
B = 38.55%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#709FAA (or 0x709FAA) is known color: Neptune. HEX triplet: 70, 9F and AA. RGB value is (112,159,170). Sum of RGB (Red+Green+Blue) = 112+159+170=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #709FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FAA is #8F6055. Grayscale: #929292. Windows color (decimal): -9396310 or 11181936. OLE color: 11181936.

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

Color convert

RGB 112 159 170 -
CMYK 0.34 0.06 0 0.33
HSL 191.38º 0.25% 0.55% -
HSV(B) 191.38º 0.34% 0.67% -
XYZ 26.34 31.14 42.65 -
YUV 146.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 112 159 170 0.34 0.06 0 0.33 191.38 0.25 0.55
Hex 70 9F AA 22 6 0 21 BF 19 37
Octal 160 237 252 42 6 0 41 277 31 67
Binary 1110000 10011111 10101010 100010 110 0 100001 10111111 11001 110111

Color Harmonies of #709FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FAA

Black with #709FAA

Text Example


Text Example

White with #709FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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