#059AAB

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

Shades of Bondi Blue #059AAB

Tints of Bondi Blue #059AAB

Color information

#059AAB (or 0x059AAB) is unknown color: approx Bondi Blue. HEX triplet: 05, 9A and AB. RGB value is (5,154,171). Sum of RGB (Red+Green+Blue) = 5+154+171=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #059AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AAB is #FA6554. Grayscale: #6F6F6F. Windows color (decimal): -16409941 or 11246085. OLE color: 11246085.

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

Color convert

RGB5154171-
CMYK0.970.1000.33
HSL186.14º94.32%34.51%-
HSV(B)186.14º97.08%67.06%-
XYZ18.9726.0842.56-
YUV111.39161.6452.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 154 (60.55% from 255) = 46.67%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=1.52%
G=46.67%
B=51.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51541710.970.1000.33186.1494.3234.51
Hex59AAB61A021ba5e23
Octal52322531411204127213643
Binary1011001101010101011110000110100100001101110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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