#0793AC

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

Shades of Bondi Blue #0793AC

Tints of Bondi Blue #0793AC

Color information

#0793AC (or 0x0793AC) is unknown color: approx Bondi Blue. HEX triplet: 07, 93 and AC. RGB value is (7,147,172). Sum of RGB (Red+Green+Blue) = 7+147+172=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #0793AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0793AC is #F86C53. Grayscale: #6B6B6B. Windows color (decimal): -16280660 or 11309831. OLE color: 11309831.

HSL color Cylindrical-coordinate representation of color #0793AC: hue angle of 189.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 #0793AC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7147172-
CMYK0.960.1500.33
HSL189.09º92.18%35.1%-
HSV(B)189.09º95.93%67.45%-
XYZ17.9723.8942.69-
YUV107.99164.1255.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.15%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 172 (67.58% from 255) = 52.76%
R=2.15%
G=45.09%
B=52.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71471720.960.1500.33189.0992.1835.1
Hex793AC60F021bd5c23
Octal72232541401704127513443
Binary1111001001110101100110000011110100001101111011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0793AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0793AC; }

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

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

<style>
 a { background-color: #0793AC; }

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

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

<style>
 span { border-color: #0793AC; }

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

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