#0792AE

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

Shades of Bondi Blue #0792AE

Tints of Bondi Blue #0792AE

Color information

#0792AE (or 0x0792AE) is unknown color: approx Bondi Blue. HEX triplet: 07, 92 and AE. RGB value is (7,146,174). Sum of RGB (Red+Green+Blue) = 7+146+174=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #0792AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0792AE is #F86D51. Grayscale: #6B6B6B. Windows color (decimal): -16280914 or 11440647. OLE color: 11440647.

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

Color convert

RGB7146174-
CMYK0.960.1600.32
HSL190.06º92.27%35.49%-
HSV(B)190.06º95.98%68.24%-
XYZ18.0123.6643.66-
YUV107.63165.4556.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.14%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=2.14%
G=44.65%
B=53.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71461740.960.1600.32190.0692.2735.49
Hex792AE6010020be5c23
Octal72222561402004027613443
Binary11110010010101011101100000100000100000101111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0792AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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