#059CBB

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

Shades of Bondi Blue #059CBB

Tints of Bondi Blue #059CBB

Color information

#059CBB (or 0x059CBB) is unknown color: approx Bondi Blue. HEX triplet: 05, 9C and BB. RGB value is (5,156,187). Sum of RGB (Red+Green+Blue) = 5+156+187=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #059CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CBB is #FA6344. Grayscale: #727272. Windows color (decimal): -16409413 or 12295173. OLE color: 12295173.

HSL color Cylindrical-coordinate representation of color #059CBB: hue angle of 190.22º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059CBB is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5156187-
CMYK0.970.1700.27
HSL190.22º94.79%37.65%-
HSV(B)190.22º97.33%73.33%-
XYZ20.9227.451.2-
YUV114.38168.9749.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.44%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=1.44%
G=44.83%
B=53.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51561870.970.1700.27190.2294.7937.65
Hex59CBB611101Bbe5f26
Octal52342731412103327613746
Binary1011001110010111011110000110001011011101111101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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