#0794BA

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

Shades of Bondi Blue #0794BA

Tints of Bondi Blue #0794BA

Color information

#0794BA (or 0x0794BA) is unknown color: approx Bondi Blue. HEX triplet: 07, 94 and BA. RGB value is (7,148,186). Sum of RGB (Red+Green+Blue) = 7+148+186=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #0794BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0794BA is #F86B45. Grayscale: #6D6D6D. Windows color (decimal): -16280390 or 12227591. OLE color: 12227591.

HSL color Cylindrical-coordinate representation of color #0794BA: hue angle of 192.74º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0794BA is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7148186-
CMYK0.960.2000.27
HSL192.74º92.75%37.84%-
HSV(B)192.74º96.24%72.94%-
XYZ19.5424.7750.21-
YUV110.17170.7954.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.05%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=2.05%
G=43.40%
B=54.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71481860.960.2000.27192.7492.7537.84
Hex794BA601401Bc15d26
Octal72242721402403330113546
Binary1111001010010111010110000010100011011110000011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0794BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0794BA; }

 p { color: rgb(7,148,186); }

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

<style>
 a { background-color: #0794BA; }

 a { background-color: rgb(7,148,186); }

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

<style>
 span { border-color: #0794BA; }

 span { border-color: rgb(7,148,186); }

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