#0796B5

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

Shades of Bondi Blue #0796B5

Tints of Bondi Blue #0796B5

Color information

#0796B5 (or 0x0796B5) is unknown color: approx Bondi Blue. HEX triplet: 07, 96 and B5. RGB value is (7,150,181). Sum of RGB (Red+Green+Blue) = 7+150+181=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #0796B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796B5 is #F8694A. Grayscale: #6E6E6E. Windows color (decimal): -16279883 or 11900423. OLE color: 11900423.

HSL color Cylindrical-coordinate representation of color #0796B5: hue angle of 190.69º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0796B5 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7150181-
CMYK0.960.1700.29
HSL190.69º92.55%36.86%-
HSV(B)190.69º96.13%70.98%-
XYZ19.3325.1947.56-
YUV110.78167.6253.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.07%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 181 (71.09% from 255) = 53.55%
R=2.07%
G=44.38%
B=53.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71501810.960.1700.29190.6992.5536.86
Hex796B5601101Dbf5d25
Octal72262651402103527713545
Binary1111001011010110101110000010001011101101111111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0796B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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