Html Css Color HEX #079BBC Pacific Blue

📋 copy color: '#079BBC'

red 7 ◦ green 155 ◦ blue 188

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

Shades of Pacific Blue #079BBC

Tints of Pacific Blue #079BBC

RGB

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

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

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

R = 2%
G = 44.29%
B = 53.71%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#079BBC (or 0x079BBC) is known color: Pacific Blue. HEX triplet: 07, 9B and BC. RGB value is (7,155,188). Sum of RGB (Red+Green+Blue) = 7+155+188=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #079BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BBC is #F86443. Grayscale: #727272. Windows color (decimal): -16278596 or 12360455. OLE color: 12360455.

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

Color convert

RGB 7 155 188 -
CMYK 0.96 0.18 0 0.26
HSL 190.94º 0.93% 0.38% -
HSV(B) 190.94º 0.96% 0.74% -
XYZ 20.89 27.12 51.71 -
YUV 114.51 169.47 51.32 -
System Red Green Blue C M Y K H S L
Decimal 7 155 188 0.96 0.18 0 0.26 190.94 0.93 0.38
Hex 7 9B BC 60 12 0 1A BF 5D 26
Octal 7 233 274 140 22 0 32 277 135 46
Binary 111 10011011 10111100 1100000 10010 0 11010 10111111 1011101 100110

Color Harmonies of #079BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BBC

Black with #079BBC

Text Example


Text Example

White with #079BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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