#0797AE

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

Shades of Bondi Blue #0797AE

Tints of Bondi Blue #0797AE

Color information

#0797AE (or 0x0797AE) is unknown color: approx Bondi Blue. HEX triplet: 07, 97 and AE. RGB value is (7,151,174). Sum of RGB (Red+Green+Blue) = 7+151+174=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #0797AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0797AE is #F86851. Grayscale: #6E6E6E. Windows color (decimal): -16279634 or 11441927. OLE color: 11441927.

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

Color convert

RGB7151174-
CMYK0.960.1300.32
HSL188.26º92.27%35.49%-
HSV(B)188.26º95.98%68.24%-
XYZ18.7925.2343.92-
YUV110.57163.7954.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.11%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=2.11%
G=45.48%
B=52.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71511740.960.1300.32188.2692.2735.49
Hex797AE60D020bc5c23
Octal72272561401504027413443
Binary1111001011110101110110000011010100000101111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0797AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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