Html Css Color HEX #079BC5 Pacific Blue

📋 copy color: '#079BC5'

red 7 ◦ green 155 ◦ blue 197

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

Shades of Pacific Blue #079BC5

Tints of Pacific Blue #079BC5

RGB

 RED value IS 7 (3.13% from 255) = 1.95%

 GREEN value IS 155 (60.94% from 255) = 43.18%

 BLUE value IS 197 (77.34% from 255) = 54.87%

R = 1.95%
G = 43.18%
B = 54.87%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#079BC5 (or 0x079BC5) is known color: Pacific Blue. HEX triplet: 07, 9B and C5. RGB value is (7,155,197). Sum of RGB (Red+Green+Blue) = 7+155+197=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #079BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BC5 is #F8643A. Grayscale: #737373. Windows color (decimal): -16278587 or 12950279. OLE color: 12950279.

HSL color Cylindrical-coordinate representation of color #079BC5: hue angle of 193.26º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079BC5 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 7 155 197 -
CMYK 0.96 0.21 0 0.23
HSL 193.26º 0.93% 0.4% -
HSV(B) 193.26º 0.96% 0.77% -
XYZ 21.89 27.52 56.98 -
YUV 115.54 173.97 50.58 -
System Red Green Blue C M Y K H S L
Decimal 7 155 197 0.96 0.21 0 0.23 193.26 0.93 0.4
Hex 7 9B C5 60 15 0 17 C1 5D 28
Octal 7 233 305 140 25 0 27 301 135 50
Binary 111 10011011 11000101 1100000 10101 0 10111 11000001 1011101 101000

Color Harmonies of #079BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BC5

Black with #079BC5

Text Example


Text Example

White with #079BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079BC5; }

 p { color: rgb(7,155,197); }

 H1.HeaderClassName
 {
   color: #079BC5;
 }
 .AnyTagClassName
 {
   color: #079BC5;
 }
</style>

background-color css

<style>
 a { background-color: #079BC5; }

 a { background-color: rgb(7,155,197); }

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

border-color css

<style>
 span { border-color: #079BC5; }

 span { border-color: rgb(7,155,197); }

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