Html Css Color HEX #079FAC Bondi Blue

📋 copy color: '#079FAC'

red 7 ◦ green 159 ◦ blue 172

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

Shades of Bondi Blue #079FAC

Tints of Bondi Blue #079FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.04%

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 2.07%
G = 47.04%
B = 50.89%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#079FAC (or 0x079FAC) is known color: Bondi Blue. HEX triplet: 07, 9F and AC. RGB value is (7,159,172). Sum of RGB (Red+Green+Blue) = 7+159+172=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #079FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079FAC is #F86053. Grayscale: #727272. Windows color (decimal): -16277588 or 11312903. OLE color: 11312903.

HSL color Cylindrical-coordinate representation of color #079FAC: hue angle of 184.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079FAC is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 159 172 -
CMYK 0.96 0.08 0 0.33
HSL 184.73º 0.92% 0.35% -
HSV(B) 184.73º 0.96% 0.67% -
XYZ 19.93 27.82 43.35 -
YUV 115.03 160.14 50.94 -
System Red Green Blue C M Y K H S L
Decimal 7 159 172 0.96 0.08 0 0.33 184.73 0.92 0.35
Hex 7 9F AC 60 8 0 21 B9 5C 23
Octal 7 237 254 140 10 0 41 271 134 43
Binary 111 10011111 10101100 1100000 1000 0 100001 10111001 1011100 100011

Color Harmonies of #079FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079FAC

Black with #079FAC

Text Example


Text Example

White with #079FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,159,172); }

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

background-color css

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

 a { background-color: rgb(7,159,172); }

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

border-color css

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

 span { border-color: rgb(7,159,172); }

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