Html Css Color HEX #079AB6 Bondi Blue

📋 copy color: '#079AB6'

red 7 ◦ green 154 ◦ blue 182

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

Shades of Bondi Blue #079AB6

Tints of Bondi Blue #079AB6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

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

R = 2.04%
G = 44.9%
B = 53.06%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#079AB6 (or 0x079AB6) is known color: Bondi Blue. HEX triplet: 07, 9A and B6. RGB value is (7,154,182). Sum of RGB (Red+Green+Blue) = 7+154+182=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #079AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079AB6 is #F86549. Grayscale: #707070. Windows color (decimal): -16278858 or 11966983. OLE color: 11966983.

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

Color convert

RGB 7 154 182 -
CMYK 0.96 0.15 0 0.29
HSL 189.6º 0.93% 0.37% -
HSV(B) 189.6º 0.96% 0.71% -
XYZ 20.09 26.53 48.32 -
YUV 113.24 166.8 52.22 -
System Red Green Blue C M Y K H S L
Decimal 7 154 182 0.96 0.15 0 0.29 189.6 0.93 0.37
Hex 7 9A B6 60 F 0 1D BE 5D 25
Octal 7 232 266 140 17 0 35 276 135 45
Binary 111 10011010 10110110 1100000 1111 0 11101 10111110 1011101 100101

Color Harmonies of #079AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079AB6

Black with #079AB6

Text Example


Text Example

White with #079AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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