#0796BB

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

Shades of Bondi Blue #0796BB

Tints of Bondi Blue #0796BB

Color information

#0796BB (or 0x0796BB) is unknown color: approx Bondi Blue. HEX triplet: 07, 96 and BB. RGB value is (7,150,187). Sum of RGB (Red+Green+Blue) = 7+150+187=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #0796BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796BB is #F86944. Grayscale: #6F6F6F. Windows color (decimal): -16279877 or 12293639. OLE color: 12293639.

HSL color Cylindrical-coordinate representation of color #0796BB: hue angle of 192.33º 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 #0796BB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7150187-
CMYK0.960.2000.27
HSL192.33º92.78%38.04%-
HSV(B)192.33º96.26%73.33%-
XYZ19.9625.4550.87-
YUV111.46170.6253.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.03%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 187 (73.44% from 255) = 54.36%
R=2.03%
G=43.60%
B=54.36%

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
Decimal71501870.960.2000.27192.3392.7838.04
Hex796BB601401Bc05d26
Octal72262731402403330013546
Binary1111001011010111011110000010100011011110000001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0796BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0796BB; }

 p { color: rgb(7,150,187); }

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

<style>
 a { background-color: #0796BB; }

 a { background-color: rgb(7,150,187); }

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

<style>
 span { border-color: #0796BB; }

 span { border-color: rgb(7,150,187); }

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