Html Css Color HEX #079BB7 Bondi Blue

📋 copy color: '#079BB7'

red 7 ◦ green 155 ◦ blue 183

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

Shades of Bondi Blue #079BB7

Tints of Bondi Blue #079BB7

RGB

 RED value IS 7 (3.13% 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 value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#079BB7 (or 0x079BB7) is known color: 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

RGB 7 155 183 -
CMYK 0.96 0.15 0 0.28
HSL 189.55º 0.93% 0.37% -
HSV(B) 189.55º 0.96% 0.72% -
XYZ 20.36 26.91 48.92 -
YUV 113.94 166.97 51.72 -
System Red Green Blue C M Y K H S L
Decimal 7 155 183 0.96 0.15 0 0.28 189.55 0.93 0.37
Hex 7 9B B7 60 F 0 1C BE 5D 25
Octal 7 233 267 140 17 0 34 276 135 45
Binary 111 10011011 10110111 1100000 1111 0 11100 10111110 1011101 100101

Color Harmonies of #079BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BB7

Black with #079BB7

Text Example


Text Example

White with #079BB7

Text Example


Text Example

HTML Codes & Css Web 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>