Html Css Color HEX #709CAA Neptune

📋 copy color: '#709CAA'

red 112 ◦ green 156 ◦ blue 170

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

Shades of Neptune #709CAA

Tints of Neptune #709CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

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

R = 25.57%
G = 35.62%
B = 38.81%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#709CAA (or 0x709CAA) is known color: Neptune. HEX triplet: 70, 9C and AA. RGB value is (112,156,170). Sum of RGB (Red+Green+Blue) = 112+156+170=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #709CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CAA is #8F6355. Grayscale: #909090. Windows color (decimal): -9397078 or 11181168. OLE color: 11181168.

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

Color convert

RGB 112 156 170 -
CMYK 0.34 0.08 0 0.33
HSL 194.48º 0.25% 0.55% -
HSV(B) 194.48º 0.34% 0.67% -
XYZ 25.83 30.12 42.48 -
YUV 144.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 112 156 170 0.34 0.08 0 0.33 194.48 0.25 0.55
Hex 70 9C AA 22 8 0 21 C2 19 37
Octal 160 234 252 42 10 0 41 302 31 67
Binary 1110000 10011100 10101010 100010 1000 0 100001 11000010 11001 110111

Color Harmonies of #709CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CAA

Black with #709CAA

Text Example


Text Example

White with #709CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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