Html Css Color HEX #079DBA Bondi Blue

📋 copy color: '#079DBA'

red 7 ◦ green 157 ◦ blue 186

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

Shades of Bondi Blue #079DBA

Tints of Bondi Blue #079DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 2%
G = 44.86%
B = 53.14%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#079DBA (or 0x079DBA) is known color: Bondi Blue. HEX triplet: 07, 9D and BA. RGB value is (7,157,186). Sum of RGB (Red+Green+Blue) = 7+157+186=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #079DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DBA is #F86245. Grayscale: #737373. Windows color (decimal): -16278086 or 12229895. OLE color: 12229895.

HSL color Cylindrical-coordinate representation of color #079DBA: hue angle of 189.72º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079DBA is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 157 186 -
CMYK 0.96 0.16 0 0.27
HSL 189.72º 0.93% 0.38% -
HSV(B) 189.72º 0.96% 0.73% -
XYZ 21.01 27.7 50.69 -
YUV 115.46 167.81 50.64 -
System Red Green Blue C M Y K H S L
Decimal 7 157 186 0.96 0.16 0 0.27 189.72 0.93 0.38
Hex 7 9D BA 60 10 0 1B BE 5D 26
Octal 7 235 272 140 20 0 33 276 135 46
Binary 111 10011101 10111010 1100000 10000 0 11011 10111110 1011101 100110

Color Harmonies of #079DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079DBA

Black with #079DBA

Text Example


Text Example

White with #079DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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