#0793AB

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

Shades of Bondi Blue #0793AB

Tints of Bondi Blue #0793AB

Color information

#0793AB (or 0x0793AB) is unknown color: approx Bondi Blue. HEX triplet: 07, 93 and AB. RGB value is (7,147,171). Sum of RGB (Red+Green+Blue) = 7+147+171=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #0793AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0793AB is #F86C54. Grayscale: #6B6B6B. Windows color (decimal): -16280661 or 11244295. OLE color: 11244295.

HSL color Cylindrical-coordinate representation of color #0793AB: hue angle of 188.78º 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 #0793AB is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7147171-
CMYK0.960.1400.33
HSL188.78º92.13%34.9%-
HSV(B)188.78º95.91%67.06%-
XYZ17.8723.8542.19-
YUV107.88163.6256.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.15%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=2.15%
G=45.23%
B=52.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71471710.960.1400.33188.7892.1334.9
Hex793AB60E021bd5c23
Octal72232531401604127513443
Binary1111001001110101011110000011100100001101111011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0793AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0793AB; }

 p { color: rgb(7,147,171); }

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

<style>
 a { background-color: #0793AB; }

 a { background-color: rgb(7,147,171); }

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

<style>
 span { border-color: #0793AB; }

 span { border-color: rgb(7,147,171); }

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