#039FB1

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

Shades of Bondi Blue #039FB1

Tints of Bondi Blue #039FB1

Color information

#039FB1 (or 0x039FB1) is unknown color: approx Bondi Blue. HEX triplet: 03, 9F and B1. RGB value is (3,159,177). Sum of RGB (Red+Green+Blue) = 3+159+177=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #039FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039FB1 is #FC604E. Grayscale: #727272. Windows color (decimal): -16539727 or 11640579. OLE color: 11640579.

HSL color Cylindrical-coordinate representation of color #039FB1: hue angle of 186.21º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039FB1 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3159177-
CMYK0.980.1000.31
HSL186.21º96.67%35.29%-
HSV(B)186.21º98.31%69.41%-
XYZ20.3727.9945.92-
YUV114.41163.3248.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=0.88%
G=46.90%
B=52.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31591770.980.1000.31186.2196.6735.29
Hex39FB162A01Fba6123
Octal32372611421203727214143
Binary11100111111011000111000101010011111101110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,159,177); }

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

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

 a { background-color: rgb(3,159,177); }

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

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

 span { border-color: rgb(3,159,177); }

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