Html Css Color HEX #79A9B3 Neptune

📋 copy color: '#79A9B3'

red 121 ◦ green 169 ◦ blue 179

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

Shades of Neptune #79A9B3

Tints of Neptune #79A9B3

RGB

 RED value IS 121 (47.66% from 255) = 25.8%

 GREEN value IS 169 (66.41% from 255) = 36.03%

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 25.8%
G = 36.03%
B = 38.17%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#79A9B3 (or 0x79A9B3) is known color: Neptune. HEX triplet: 79, A9 and B3. RGB value is (121,169,179). Sum of RGB (Red+Green+Blue) = 121+169+179=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #79A9B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A9B3 is #86564C. Grayscale: #9B9B9B. Windows color (decimal): -8803917 or 11774329. OLE color: 11774329.

HSL color Cylindrical-coordinate representation of color #79A9B3: hue angle of 190.34º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79A9B3 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 169 179 -
CMYK 0.32 0.06 0 0.30
HSL 190.34º 0.28% 0.59% -
HSV(B) 190.34º 0.32% 0.7% -
XYZ 30.21 35.7 47.95 -
YUV 155.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 121 169 179 0.32 0.06 0 0.30 190.34 0.28 0.59
Hex 79 A9 B3 20 6 0 1E BE 1C 3B
Octal 171 251 263 40 6 0 36 276 34 73
Binary 1111001 10101001 10110011 100000 110 0 11110 10111110 11100 111011

Color Harmonies of #79A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A9B3

Black with #79A9B3

Text Example


Text Example

White with #79A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A9B3; }

 p { color: rgb(121,169,179); }

 H1.HeaderClassName
 {
   color: #79A9B3;
 }
 .AnyTagClassName
 {
   color: #79A9B3;
 }
</style>

background-color css

<style>
 a { background-color: #79A9B3; }

 a { background-color: rgb(121,169,179); }

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

border-color css

<style>
 span { border-color: #79A9B3; }

 span { border-color: rgb(121,169,179); }

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