Html Css Color HEX #079EBC Pacific Blue

📋 copy color: '#079EBC'

red 7 ◦ green 158 ◦ blue 188

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

Shades of Pacific Blue #079EBC

Tints of Pacific Blue #079EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.76%

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

R = 1.98%
G = 44.76%
B = 53.26%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#079EBC (or 0x079EBC) is known color: Pacific Blue. HEX triplet: 07, 9E and BC. RGB value is (7,158,188). Sum of RGB (Red+Green+Blue) = 7+158+188=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #079EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079EBC is #F86143. Grayscale: #747474. Windows color (decimal): -16277828 or 12361223. OLE color: 12361223.

HSL color Cylindrical-coordinate representation of color #079EBC: hue angle of 189.94º 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 #079EBC is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 158 188 -
CMYK 0.96 0.16 0 0.26
HSL 189.94º 0.93% 0.38% -
HSV(B) 189.94º 0.96% 0.74% -
XYZ 21.39 28.13 51.88 -
YUV 116.27 168.47 50.06 -
System Red Green Blue C M Y K H S L
Decimal 7 158 188 0.96 0.16 0 0.26 189.94 0.93 0.38
Hex 7 9E BC 60 10 0 1A BE 5D 26
Octal 7 236 274 140 20 0 32 276 135 46
Binary 111 10011110 10111100 1100000 10000 0 11010 10111110 1011101 100110

Color Harmonies of #079EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079EBC

Black with #079EBC

Text Example


Text Example

White with #079EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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