#059BA7

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

Shades of Bondi Blue #059BA7

Tints of Bondi Blue #059BA7

Color information

#059BA7 (or 0x059BA7) is unknown color: approx Bondi Blue. HEX triplet: 05, 9B and A7. RGB value is (5,155,167). Sum of RGB (Red+Green+Blue) = 5+155+167=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #059BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059BA7 is #FA6458. Grayscale: #6F6F6F. Windows color (decimal): -16409689 or 10984197. OLE color: 10984197.

HSL color Cylindrical-coordinate representation of color #059BA7: hue angle of 184.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BA7 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5155167-
CMYK0.970.0700.35
HSL184.44º94.19%33.73%-
HSV(B)184.44º97.01%65.49%-
XYZ18.7626.2640.64-
YUV111.52159.352.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.53%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 167 (65.62% from 255) = 51.07%
R=1.53%
G=47.40%
B=51.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51551670.970.0700.35184.4494.1933.73
Hex59BA7617023b85e22
Octal5233247141704327013642
Binary101100110111010011111000011110100011101110001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059BA7; }

 p { color: rgb(5,155,167); }

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

<style>
 a { background-color: #059BA7; }

 a { background-color: rgb(5,155,167); }

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

<style>
 span { border-color: #059BA7; }

 span { border-color: rgb(5,155,167); }

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