#059AAC

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

Shades of Bondi Blue #059AAC

Tints of Bondi Blue #059AAC

Color information

#059AAC (or 0x059AAC) is unknown color: approx Bondi Blue. HEX triplet: 05, 9A and AC. RGB value is (5,154,172). Sum of RGB (Red+Green+Blue) = 5+154+172=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #059AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AAC is #FA6553. Grayscale: #6F6F6F. Windows color (decimal): -16409940 or 11311621. OLE color: 11311621.

HSL color Cylindrical-coordinate representation of color #059AAC: hue angle of 186.47º 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 #059AAC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5154172-
CMYK0.970.1000.33
HSL186.47º94.35%34.71%-
HSV(B)186.47º97.09%67.45%-
XYZ19.0626.1243.07-
YUV111.5162.1452.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.51%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=1.51%
G=46.53%
B=51.96%

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
Decimal51541720.970.1000.33186.4794.3534.71
Hex59AAC61A021ba5e23
Octal52322541411204127213643
Binary1011001101010101100110000110100100001101110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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