Html Css Color HEX #709CAB Neptune

📋 copy color: '#709CAB'

red 112 ◦ green 156 ◦ blue 171

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

Shades of Neptune #709CAB

Tints of Neptune #709CAB

RGB

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

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

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

R = 25.51%
G = 35.54%
B = 38.95%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#709CAB (or 0x709CAB) is known color: Neptune. HEX triplet: 70, 9C and AB. RGB value is (112,156,171). Sum of RGB (Red+Green+Blue) = 112+156+171=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #709CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CAB is #8F6354. Grayscale: #909090. Windows color (decimal): -9397077 or 11246704. OLE color: 11246704.

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

Color convert

RGB 112 156 171 -
CMYK 0.35 0.09 0 0.33
HSL 195.25º 0.26% 0.55% -
HSV(B) 195.25º 0.35% 0.67% -
XYZ 25.92 30.16 42.98 -
YUV 144.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 112 156 171 0.35 0.09 0 0.33 195.25 0.26 0.55
Hex 70 9C AB 23 9 0 21 C3 1A 37
Octal 160 234 253 43 11 0 41 303 32 67
Binary 1110000 10011100 10101011 100011 1001 0 100001 11000011 11010 110111

Color Harmonies of #709CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CAB

Black with #709CAB

Text Example


Text Example

White with #709CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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