Html Css Color HEX #079CBB Bondi Blue

📋 copy color: '#079CBB'

red 7 ◦ green 156 ◦ blue 187

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

Shades of Bondi Blue #079CBB

Tints of Bondi Blue #079CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.57%

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 2%
G = 44.57%
B = 53.43%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#079CBB (or 0x079CBB) is known color: Bondi Blue. HEX triplet: 07, 9C and BB. RGB value is (7,156,187). Sum of RGB (Red+Green+Blue) = 7+156+187=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #079CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CBB is #F86344. Grayscale: #727272. Windows color (decimal): -16278341 or 12295175. OLE color: 12295175.

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

Color convert

RGB 7 156 187 -
CMYK 0.96 0.17 0 0.27
HSL 190.33º 0.93% 0.38% -
HSV(B) 190.33º 0.96% 0.73% -
XYZ 20.95 27.41 51.2 -
YUV 114.98 168.64 50.98 -
System Red Green Blue C M Y K H S L
Decimal 7 156 187 0.96 0.17 0 0.27 190.33 0.93 0.38
Hex 7 9C BB 60 11 0 1B BE 5D 26
Octal 7 234 273 140 21 0 33 276 135 46
Binary 111 10011100 10111011 1100000 10001 0 11011 10111110 1011101 100110

Color Harmonies of #079CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079CBB

Black with #079CBB

Text Example


Text Example

White with #079CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,156,187); }

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

background-color css

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

 a { background-color: rgb(7,156,187); }

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

border-color css

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

 span { border-color: rgb(7,156,187); }

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