#079CAD

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

Shades of Bondi Blue #079CAD

Tints of Bondi Blue #079CAD

Color information

#079CAD (or 0x079CAD) is unknown color: approx Bondi Blue. HEX triplet: 07, 9C and AD. RGB value is (7,156,173). Sum of RGB (Red+Green+Blue) = 7+156+173=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #079CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079CAD is #F86352. Grayscale: #717171. Windows color (decimal): -16278355 or 11377671. OLE color: 11377671.

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

Color convert

RGB7156173-
CMYK0.960.1000.32
HSL186.14º92.22%35.29%-
HSV(B)186.14º95.95%67.84%-
XYZ19.5226.8443.69-
YUV113.39161.6452.12-

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.43%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=2.08%
G=46.43%
B=51.49%

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
Decimal71561730.960.1000.32186.1492.2235.29
Hex79CAD60A020ba5c23
Octal72342551401204027213443
Binary1111001110010101101110000010100100000101110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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