#039BB5

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

Shades of Bondi Blue #039BB5

Tints of Bondi Blue #039BB5

Color information

#039BB5 (or 0x039BB5) is unknown color: approx Bondi Blue. HEX triplet: 03, 9B and B5. RGB value is (3,155,181). Sum of RGB (Red+Green+Blue) = 3+155+181=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #039BB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BB5 is #FC644A. Grayscale: #707070. Windows color (decimal): -16540747 or 11901699. OLE color: 11901699.

HSL color Cylindrical-coordinate representation of color #039BB5: hue angle of 188.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039BB5 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3155181-
CMYK0.980.1400.29
HSL188.76º96.74%36.08%-
HSV(B)188.76º98.34%70.98%-
XYZ20.126.847.83-
YUV112.52166.6449.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 181 (71.09% from 255) = 53.39%
R=0.88%
G=45.72%
B=53.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31551810.980.1400.29188.7696.7436.08
Hex39BB562E01Dbd6124
Octal32332651421603527514144
Binary11100110111011010111000101110011101101111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039BB5; }

 p { color: rgb(3,155,181); }

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

<style>
 a { background-color: #039BB5; }

 a { background-color: rgb(3,155,181); }

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

<style>
 span { border-color: #039BB5; }

 span { border-color: rgb(3,155,181); }

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