#0796A8

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

Shades of Bondi Blue #0796A8

Tints of Bondi Blue #0796A8

Color information

#0796A8 (or 0x0796A8) is unknown color: approx Bondi Blue. HEX triplet: 07, 96 and A8. RGB value is (7,150,168). Sum of RGB (Red+Green+Blue) = 7+150+168=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 168 (66.02% from 255 or 51.69% from 325); Max value from RGB is 168 - color contains mainly: blue. Hex color #0796A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0796A8 is #F86957. Grayscale: #6D6D6D. Windows color (decimal): -16279896 or 11048455. OLE color: 11048455.

HSL color Cylindrical-coordinate representation of color #0796A8: hue angle of 186.71º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0796A8 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7150168-
CMYK0.960.1100.34
HSL186.71º92%34.31%-
HSV(B)186.71º95.83%65.88%-
XYZ18.0624.6940.86-
YUV109.3161.1255.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.15%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 168 (66.02% from 255) = 51.69%
R=2.15%
G=46.15%
B=51.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71501680.960.1100.34186.719234.31
Hex796A860B022bb5c22
Octal72262501401304227313442
Binary1111001011010101000110000010110100010101110111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0796A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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