#0796AE

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

Shades of Bondi Blue #0796AE

Tints of Bondi Blue #0796AE

Color information

#0796AE (or 0x0796AE) is unknown color: approx Bondi Blue. HEX triplet: 07, 96 and AE. RGB value is (7,150,174). Sum of RGB (Red+Green+Blue) = 7+150+174=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #0796AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0796AE is #F86951. Grayscale: #6D6D6D. Windows color (decimal): -16279890 or 11441671. OLE color: 11441671.

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

Color convert

RGB7150174-
CMYK0.960.1400.32
HSL188.62º92.27%35.49%-
HSV(B)188.62º95.98%68.24%-
XYZ18.6324.9143.87-
YUV109.98164.1254.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.11%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=2.11%
G=45.32%
B=52.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71501740.960.1400.32188.6292.2735.49
Hex796AE60E020bd5c23
Octal72262561401604027513443
Binary1111001011010101110110000011100100000101111011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0796AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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