#039BAE

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

Shades of Bondi Blue #039BAE

Tints of Bondi Blue #039BAE

Color information

#039BAE (or 0x039BAE) is unknown color: approx Bondi Blue. HEX triplet: 03, 9B and AE. RGB value is (3,155,174). Sum of RGB (Red+Green+Blue) = 3+155+174=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #039BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039BAE is #FC6451. Grayscale: #6F6F6F. Windows color (decimal): -16540754 or 11442947. OLE color: 11442947.

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

Color convert

RGB3155174-
CMYK0.980.1100.32
HSL186.67º96.61%34.71%-
HSV(B)186.67º98.28%68.24%-
XYZ19.426.5244.14-
YUV111.72163.1450.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=0.90%
G=46.69%
B=52.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31551740.980.1100.32186.6796.6134.71
Hex39BAE62B020bb6123
Octal32332561421304027314143
Binary111001101110101110110001010110100000101110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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