Html Css Color HEX #079BAE Bondi Blue

📋 copy color: '#079BAE'

red 7 ◦ green 155 ◦ blue 174

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

Shades of Bondi Blue #079BAE

Tints of Bondi Blue #079BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 2.08%
G = 46.13%
B = 51.79%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#079BAE (or 0x079BAE) is known color: Bondi Blue. HEX triplet: 07, 9B and AE. RGB value is (7,155,174). Sum of RGB (Red+Green+Blue) = 7+155+174=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #079BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079BAE is #F86451. Grayscale: #707070. Windows color (decimal): -16278610 or 11442951. OLE color: 11442951.

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

Color convert

RGB 7 155 174 -
CMYK 0.96 0.11 0 0.32
HSL 186.83º 0.92% 0.35% -
HSV(B) 186.83º 0.96% 0.68% -
XYZ 19.45 26.54 44.14 -
YUV 112.91 162.47 52.46 -
System Red Green Blue C M Y K H S L
Decimal 7 155 174 0.96 0.11 0 0.32 186.83 0.92 0.35
Hex 7 9B AE 60 B 0 20 BB 5C 23
Octal 7 233 256 140 13 0 40 273 134 43
Binary 111 10011011 10101110 1100000 1011 0 100000 10111011 1011100 100011

Color Harmonies of #079BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BAE

Black with #079BAE

Text Example


Text Example

White with #079BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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