#0790AC

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

Shades of Bondi Blue #0790AC

Tints of Bondi Blue #0790AC

Color information

#0790AC (or 0x0790AC) is unknown color: approx Bondi Blue. HEX triplet: 07, 90 and AC. RGB value is (7,144,172). Sum of RGB (Red+Green+Blue) = 7+144+172=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #0790AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0790AC is #F86F53. Grayscale: #696969. Windows color (decimal): -16281428 or 11309063. OLE color: 11309063.

HSL color Cylindrical-coordinate representation of color #0790AC: hue angle of 190.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0790AC is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7144172-
CMYK0.960.1600.33
HSL190.18º92.18%35.1%-
HSV(B)190.18º95.93%67.45%-
XYZ17.5122.9742.54-
YUV106.23165.1157.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.17%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=2.17%
G=44.58%
B=53.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71441720.960.1600.33190.1892.1835.1
Hex790AC6010021be5c23
Octal72202541402004127613443
Binary11110010000101011001100000100000100001101111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0790AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0790AC; }

 p { color: rgb(7,144,172); }

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

<style>
 a { background-color: #0790AC; }

 a { background-color: rgb(7,144,172); }

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

<style>
 span { border-color: #0790AC; }

 span { border-color: rgb(7,144,172); }

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