Html Css Color HEX #079DB0 Bondi Blue

📋 copy color: '#079DB0'

red 7 ◦ green 157 ◦ blue 176

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

Shades of Bondi Blue #079DB0

Tints of Bondi Blue #079DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.18%

 BLUE value IS 176 (69.14% from 255) = 51.76%

R = 2.06%
G = 46.18%
B = 51.76%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#079DB0 (or 0x079DB0) is known color: Bondi Blue. HEX triplet: 07, 9D and B0. RGB value is (7,157,176). Sum of RGB (Red+Green+Blue) = 7+157+176=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 176 (69.14% from 255 or 51.76% from 340); Max value from RGB is 176 - color contains mainly: blue. Hex color #079DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079DB0 is #F8624F. Grayscale: #727272. Windows color (decimal): -16278096 or 11574535. OLE color: 11574535.

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

Color convert

RGB 7 157 176 -
CMYK 0.96 0.11 0 0.31
HSL 186.75º 0.92% 0.36% -
HSV(B) 186.75º 0.96% 0.69% -
XYZ 19.98 27.29 45.29 -
YUV 114.32 162.81 51.46 -
System Red Green Blue C M Y K H S L
Decimal 7 157 176 0.96 0.11 0 0.31 186.75 0.92 0.36
Hex 7 9D B0 60 B 0 1F BB 5C 24
Octal 7 235 260 140 13 0 37 273 134 44
Binary 111 10011101 10110000 1100000 1011 0 11111 10111011 1011100 100100

Color Harmonies of #079DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079DB0

Black with #079DB0

Text Example


Text Example

White with #079DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,157,176); }

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

background-color css

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

 a { background-color: rgb(7,157,176); }

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

border-color css

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

 span { border-color: rgb(7,157,176); }

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