Html Css Color HEX #079EAA Bondi Blue

📋 copy color: '#079EAA'

red 7 ◦ green 158 ◦ blue 170

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

Shades of Bondi Blue #079EAA

Tints of Bondi Blue #079EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.75%

R = 2.09%
G = 47.16%
B = 50.75%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#079EAA (or 0x079EAA) is known color: Bondi Blue. HEX triplet: 07, 9E and AA. RGB value is (7,158,170). Sum of RGB (Red+Green+Blue) = 7+158+170=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #079EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079EAA is #F86155. Grayscale: #727272. Windows color (decimal): -16277846 or 11181575. OLE color: 11181575.

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

Color convert

RGB 7 158 170 -
CMYK 0.96 0.07 0 0.33
HSL 184.42º 0.92% 0.35% -
HSV(B) 184.42º 0.96% 0.67% -
XYZ 19.57 27.4 42.29 -
YUV 114.22 159.47 51.52 -
System Red Green Blue C M Y K H S L
Decimal 7 158 170 0.96 0.07 0 0.33 184.42 0.92 0.35
Hex 7 9E AA 60 7 0 21 B8 5C 23
Octal 7 236 252 140 7 0 41 270 134 43
Binary 111 10011110 10101010 1100000 111 0 100001 10111000 1011100 100011

Color Harmonies of #079EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079EAA

Black with #079EAA

Text Example


Text Example

White with #079EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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