Html Css Color HEX #079DB6 Bondi Blue

📋 copy color: '#079DB6'

red 7 ◦ green 157 ◦ blue 182

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

Shades of Bondi Blue #079DB6

Tints of Bondi Blue #079DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.6%

R = 2.02%
G = 45.38%
B = 52.6%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#079DB6 (or 0x079DB6) is known color: Bondi Blue. HEX triplet: 07, 9D and B6. RGB value is (7,157,182). Sum of RGB (Red+Green+Blue) = 7+157+182=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #079DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DB6 is #F86249. Grayscale: #727272. Windows color (decimal): -16278090 or 11967751. OLE color: 11967751.

HSL color Cylindrical-coordinate representation of color #079DB6: hue angle of 188.57º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079DB6 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 157 182 -
CMYK 0.96 0.14 0 0.29
HSL 188.57º 0.93% 0.37% -
HSV(B) 188.57º 0.96% 0.71% -
XYZ 20.59 27.54 48.49 -
YUV 115 165.81 50.97 -
System Red Green Blue C M Y K H S L
Decimal 7 157 182 0.96 0.14 0 0.29 188.57 0.93 0.37
Hex 7 9D B6 60 E 0 1D BD 5D 25
Octal 7 235 266 140 16 0 35 275 135 45
Binary 111 10011101 10110110 1100000 1110 0 11101 10111101 1011101 100101

Color Harmonies of #079DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079DB6

Black with #079DB6

Text Example


Text Example

White with #079DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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