Html Css Color HEX #079BAC Bondi Blue

📋 copy color: '#079BAC'

red 7 ◦ green 155 ◦ blue 172

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

Shades of Bondi Blue #079BAC

Tints of Bondi Blue #079BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 2.1%
G = 46.41%
B = 51.5%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#079BAC (or 0x079BAC) is known color: Bondi Blue. HEX triplet: 07, 9B and AC. RGB value is (7,155,172). Sum of RGB (Red+Green+Blue) = 7+155+172=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #079BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079BAC is #F86453. Grayscale: #707070. Windows color (decimal): -16278612 or 11311879. OLE color: 11311879.

HSL color Cylindrical-coordinate representation of color #079BAC: hue angle of 186.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079BAC is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 155 172 -
CMYK 0.96 0.10 0 0.33
HSL 186.18º 0.92% 0.35% -
HSV(B) 186.18º 0.96% 0.67% -
XYZ 19.26 26.47 43.12 -
YUV 112.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 7 155 172 0.96 0.10 0 0.33 186.18 0.92 0.35
Hex 7 9B AC 60 A 0 21 BA 5C 23
Octal 7 233 254 140 12 0 41 272 134 43
Binary 111 10011011 10101100 1100000 1010 0 100001 10111010 1011100 100011

Color Harmonies of #079BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BAC

Black with #079BAC

Text Example


Text Example

White with #079BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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