#059AAE

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

Shades of Bondi Blue #059AAE

Tints of Bondi Blue #059AAE

Color information

#059AAE (or 0x059AAE) is unknown color: approx Bondi Blue. HEX triplet: 05, 9A and AE. RGB value is (5,154,174). Sum of RGB (Red+Green+Blue) = 5+154+174=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #059AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AAE is #FA6551. Grayscale: #6F6F6F. Windows color (decimal): -16409938 or 11442693. OLE color: 11442693.

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

Color convert

RGB5154174-
CMYK0.970.1100.32
HSL187.1º94.41%35.1%-
HSV(B)187.1º97.13%68.24%-
XYZ19.2626.244.09-
YUV111.73163.1451.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.50%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=1.50%
G=46.25%
B=52.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51541740.970.1100.32187.194.4135.1
Hex59AAE61B020bb5e23
Octal52322561411304027313643
Binary1011001101010101110110000110110100000101110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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