#079CAE

Color #079CAE Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #079CAE

Tints of Bondi Blue #079CAE

Color information

#079CAE (or 0x079CAE) is unknown color: approx Bondi Blue. HEX triplet: 07, 9C and AE. RGB value is (7,156,174). Sum of RGB (Red+Green+Blue) = 7+156+174=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #079CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079CAE is #F86351. Grayscale: #717171. Windows color (decimal): -16278354 or 11443207. OLE color: 11443207.

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

Color convert

RGB7156174-
CMYK0.960.1000.32
HSL186.47º92.27%35.49%-
HSV(B)186.47º95.98%68.24%-
XYZ19.6226.8844.2-
YUV113.5162.1452.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.08%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=2.08%
G=46.29%
B=51.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71561740.960.1000.32186.4792.2735.49
Hex79CAE60A020ba5c23
Octal72342561401204027213443
Binary1111001110010101110110000010100100000101110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,156,174); }

 H1.HeaderClassName
 {
   color: #079CAE;
 }
 .AnyTagClassName
 {
   color: #079CAE;
 }
</style>
background-color css

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

 a { background-color: rgb(7,156,174); }

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

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

 span { border-color: rgb(7,156,174); }

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