Html Css Color HEX #079BBD Pacific Blue

📋 copy color: '#079BBD'

red 7 ◦ green 155 ◦ blue 189

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

Shades of Pacific Blue #079BBD

Tints of Pacific Blue #079BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 1.99%
G = 44.16%
B = 53.85%

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

#079BBD (or 0x079BBD) is known color: Pacific Blue. HEX triplet: 07, 9B and BD. RGB value is (7,155,189). Sum of RGB (Red+Green+Blue) = 7+155+189=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #079BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BBD is #F86442. Grayscale: #727272. Windows color (decimal): -16278595 or 12425991. OLE color: 12425991.

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

Color convert

RGB 7 155 189 -
CMYK 0.96 0.18 0 0.26
HSL 191.21º 0.93% 0.38% -
HSV(B) 191.21º 0.96% 0.74% -
XYZ 20.99 27.16 52.28 -
YUV 114.62 169.97 51.24 -
System Red Green Blue C M Y K H S L
Decimal 7 155 189 0.96 0.18 0 0.26 191.21 0.93 0.38
Hex 7 9B BD 60 12 0 1A BF 5D 26
Octal 7 233 275 140 22 0 32 277 135 46
Binary 111 10011011 10111101 1100000 10010 0 11010 10111111 1011101 100110

Color Harmonies of #079BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BBD

Black with #079BBD

Text Example


Text Example

White with #079BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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