Html Css Color HEX #079EAC Bondi Blue

📋 copy color: '#079EAC'

red 7 ◦ green 158 ◦ blue 172

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

Shades of Bondi Blue #079EAC

Tints of Bondi Blue #079EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.88%

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

R = 2.08%
G = 46.88%
B = 51.04%

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

#079EAC (or 0x079EAC) is known color: Bondi Blue. HEX triplet: 07, 9E and AC. RGB value is (7,158,172). Sum of RGB (Red+Green+Blue) = 7+158+172=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #079EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079EAC is #F86153. Grayscale: #727272. Windows color (decimal): -16277844 or 11312647. OLE color: 11312647.

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

Color convert

RGB 7 158 172 -
CMYK 0.96 0.08 0 0.33
HSL 185.09º 0.92% 0.35% -
HSV(B) 185.09º 0.96% 0.67% -
XYZ 19.76 27.48 43.29 -
YUV 114.45 160.47 51.36 -
System Red Green Blue C M Y K H S L
Decimal 7 158 172 0.96 0.08 0 0.33 185.09 0.92 0.35
Hex 7 9E AC 60 8 0 21 B9 5C 23
Octal 7 236 254 140 10 0 41 271 134 43
Binary 111 10011110 10101100 1100000 1000 0 100001 10111001 1011100 100011

Color Harmonies of #079EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079EAC

Black with #079EAC

Text Example


Text Example

White with #079EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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