Html Css Color HEX #079BAB Bondi Blue

📋 copy color: '#079BAB'

red 7 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #079BAB

Tints of Bondi Blue #079BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 2.1%
G = 46.55%
B = 51.35%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#079BAB (or 0x079BAB) is known color: Bondi Blue. HEX triplet: 07, 9B and AB. RGB value is (7,155,171). Sum of RGB (Red+Green+Blue) = 7+155+171=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #079BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079BAB is #F86454. Grayscale: #707070. Windows color (decimal): -16278613 or 11246343. OLE color: 11246343.

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

Color convert

RGB 7 155 171 -
CMYK 0.96 0.09 0 0.33
HSL 185.85º 0.92% 0.35% -
HSV(B) 185.85º 0.96% 0.67% -
XYZ 19.16 26.43 42.62 -
YUV 112.57 160.97 52.7 -
System Red Green Blue C M Y K H S L
Decimal 7 155 171 0.96 0.09 0 0.33 185.85 0.92 0.35
Hex 7 9B AB 60 9 0 21 BA 5C 23
Octal 7 233 253 140 11 0 41 272 134 43
Binary 111 10011011 10101011 1100000 1001 0 100001 10111010 1011100 100011

Color Harmonies of #079BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BAB

Black with #079BAB

Text Example


Text Example

White with #079BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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