Html Css Color HEX #079FBC Pacific Blue

📋 copy color: '#079FBC'

red 7 ◦ green 159 ◦ blue 188

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

Shades of Pacific Blue #079FBC

Tints of Pacific Blue #079FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 1.98%
G = 44.92%
B = 53.11%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#079FBC (or 0x079FBC) is known color: Pacific Blue. HEX triplet: 07, 9F and BC. RGB value is (7,159,188). Sum of RGB (Red+Green+Blue) = 7+159+188=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #079FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FBC is #F86043. Grayscale: #747474. Windows color (decimal): -16277572 or 12361479. OLE color: 12361479.

HSL color Cylindrical-coordinate representation of color #079FBC: hue angle of 189.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079FBC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 159 188 -
CMYK 0.96 0.15 0 0.26
HSL 189.61º 0.93% 0.38% -
HSV(B) 189.61º 0.96% 0.74% -
XYZ 21.56 28.47 51.94 -
YUV 116.86 168.14 49.64 -
System Red Green Blue C M Y K H S L
Decimal 7 159 188 0.96 0.15 0 0.26 189.61 0.93 0.38
Hex 7 9F BC 60 F 0 1A BE 5D 26
Octal 7 237 274 140 17 0 32 276 135 46
Binary 111 10011111 10111100 1100000 1111 0 11010 10111110 1011101 100110

Color Harmonies of #079FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079FBC

Black with #079FBC

Text Example


Text Example

White with #079FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,159,188); }

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

background-color css

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

 a { background-color: rgb(7,159,188); }

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

border-color css

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

 span { border-color: rgb(7,159,188); }

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