Html Css Color HEX #079BAA Bondi Blue

📋 copy color: '#079BAA'

red 7 ◦ green 155 ◦ blue 170

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

Shades of Bondi Blue #079BAA

Tints of Bondi Blue #079BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.2%

R = 2.11%
G = 46.69%
B = 51.2%

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

#079BAA (or 0x079BAA) is known color: Bondi Blue. HEX triplet: 07, 9B and AA. RGB value is (7,155,170). Sum of RGB (Red+Green+Blue) = 7+155+170=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #079BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079BAA is #F86455. Grayscale: #707070. Windows color (decimal): -16278614 or 11180807. OLE color: 11180807.

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

Color convert

RGB 7 155 170 -
CMYK 0.96 0.09 0 0.33
HSL 185.52º 0.92% 0.35% -
HSV(B) 185.52º 0.96% 0.67% -
XYZ 19.06 26.39 42.12 -
YUV 112.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 7 155 170 0.96 0.09 0 0.33 185.52 0.92 0.35
Hex 7 9B AA 60 9 0 21 BA 5C 23
Octal 7 233 252 140 11 0 41 272 134 43
Binary 111 10011011 10101010 1100000 1001 0 100001 10111010 1011100 100011

Color Harmonies of #079BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BAA

Black with #079BAA

Text Example


Text Example

White with #079BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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