Html Css Color HEX #079ABA Bondi Blue

📋 copy color: '#079ABA'

red 7 ◦ green 154 ◦ blue 186

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

Shades of Bondi Blue #079ABA

Tints of Bondi Blue #079ABA

RGB

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

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

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

R = 2.02%
G = 44.38%
B = 53.6%

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

#079ABA (or 0x079ABA) is known color: Bondi Blue. HEX triplet: 07, 9A and BA. RGB value is (7,154,186). Sum of RGB (Red+Green+Blue) = 7+154+186=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #079ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ABA is #F86545. Grayscale: #717171. Windows color (decimal): -16278854 or 12229127. OLE color: 12229127.

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

Color convert

RGB 7 154 186 -
CMYK 0.96 0.17 0 0.27
HSL 190.73º 0.93% 0.38% -
HSV(B) 190.73º 0.96% 0.73% -
XYZ 20.51 26.7 50.53 -
YUV 113.7 168.8 51.9 -
System Red Green Blue C M Y K H S L
Decimal 7 154 186 0.96 0.17 0 0.27 190.73 0.93 0.38
Hex 7 9A BA 60 11 0 1B BF 5D 26
Octal 7 232 272 140 21 0 33 277 135 46
Binary 111 10011010 10111010 1100000 10001 0 11011 10111111 1011101 100110

Color Harmonies of #079ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079ABA

Black with #079ABA

Text Example


Text Example

White with #079ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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