#059CAE

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

Shades of Bondi Blue #059CAE

Tints of Bondi Blue #059CAE

Color information

#059CAE (or 0x059CAE) is unknown color: approx Bondi Blue. HEX triplet: 05, 9C and AE. RGB value is (5,156,174). Sum of RGB (Red+Green+Blue) = 5+156+174=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #059CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CAE is #FA6351. Grayscale: #707070. Windows color (decimal): -16409426 or 11443205. OLE color: 11443205.

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

Color convert

RGB5156174-
CMYK0.970.1000.32
HSL186.39º94.41%35.1%-
HSV(B)186.39º97.13%68.24%-
XYZ19.5926.8744.2-
YUV112.9162.4751.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.49%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=1.49%
G=46.57%
B=51.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51561740.970.1000.32186.3994.4135.1
Hex59CAE61A020ba5e23
Octal52342561411204027213643
Binary1011001110010101110110000110100100000101110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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