#079BB7

Color #079BB7 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #079BB7

Tints of Bondi Blue #079BB7

Color information

#079BB7 (or 0x079BB7) is unknown color: approx Bondi Blue. HEX triplet: 07, 9B and B7. RGB value is (7,155,183). Sum of RGB (Red+Green+Blue) = 7+155+183=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #079BB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BB7 is #F86448. Grayscale: #717171. Windows color (decimal): -16278601 or 12032775. OLE color: 12032775.

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

Color convert

RGB7155183-
CMYK0.960.1500.28
HSL189.55º92.63%37.25%-
HSV(B)189.55º96.17%71.76%-
XYZ20.3626.9148.92-
YUV113.94166.9751.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.03%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 183 (71.88% from 255) = 53.04%
R=2.03%
G=44.93%
B=53.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal71551830.960.1500.28189.5592.6337.25
Hex79BB760F01Cbe5d25
Octal72332671401703427613545
Binary111100110111011011111000001111011100101111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #079BB7;
 }
 .AnyTagClassName
 {
   color: #079BB7;
 }
</style>
background-color css

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

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

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

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

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

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