#0797A9

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

Shades of Bondi Blue #0797A9

Tints of Bondi Blue #0797A9

Color information

#0797A9 (or 0x0797A9) is unknown color: approx Bondi Blue. HEX triplet: 07, 97 and A9. RGB value is (7,151,169). Sum of RGB (Red+Green+Blue) = 7+151+169=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #0797A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0797A9 is #F86856. Grayscale: #6D6D6D. Windows color (decimal): -16279639 or 11114247. OLE color: 11114247.

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

Color convert

RGB7151169-
CMYK0.960.1100.34
HSL186.67º92.05%34.51%-
HSV(B)186.67º95.86%66.27%-
XYZ18.3225.0441.4-
YUV110161.2954.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.14%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 169 (66.41% from 255) = 51.68%
R=2.14%
G=46.18%
B=51.68%

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
Decimal71511690.960.1100.34186.6792.0534.51
Hex797A960B022bb5c23
Octal72272511401304227313443
Binary1111001011110101001110000010110100010101110111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0797A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0797A9; }

 p { color: rgb(7,151,169); }

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

<style>
 a { background-color: #0797A9; }

 a { background-color: rgb(7,151,169); }

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

<style>
 span { border-color: #0797A9; }

 span { border-color: rgb(7,151,169); }

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