#059AB1

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

Shades of Bondi Blue #059AB1

Tints of Bondi Blue #059AB1

Color information

#059AB1 (or 0x059AB1) is unknown color: approx Bondi Blue. HEX triplet: 05, 9A and B1. RGB value is (5,154,177). Sum of RGB (Red+Green+Blue) = 5+154+177=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #059AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AB1 is #FA654E. Grayscale: #6F6F6F. Windows color (decimal): -16409935 or 11639301. OLE color: 11639301.

HSL color Cylindrical-coordinate representation of color #059AB1: hue angle of 188.02º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AB1 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5154177-
CMYK0.970.1300.31
HSL188.02º94.51%35.69%-
HSV(B)188.02º97.18%69.41%-
XYZ19.5526.3245.64-
YUV112.07164.6451.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.49%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 177 (69.53% from 255) = 52.68%
R=1.49%
G=45.83%
B=52.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51541770.970.1300.31188.0294.5135.69
Hex59AB161D01Fbc5f24
Octal52322611411503727413744
Binary101100110101011000111000011101011111101111001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,154,177); }

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

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

 a { background-color: rgb(5,154,177); }

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

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

 span { border-color: rgb(5,154,177); }

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