#039FAE

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

Shades of Bondi Blue #039FAE

Tints of Bondi Blue #039FAE

Color information

#039FAE (or 0x039FAE) is unknown color: approx Bondi Blue. HEX triplet: 03, 9F and AE. RGB value is (3,159,174). Sum of RGB (Red+Green+Blue) = 3+159+174=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #039FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039FAE is #FC6051. Grayscale: #717171. Windows color (decimal): -16539730 or 11443971. OLE color: 11443971.

HSL color Cylindrical-coordinate representation of color #039FAE: hue angle of 185.26º 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 #039FAE is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3159174-
CMYK0.980.0900.32
HSL185.26º96.61%34.71%-
HSV(B)185.26º98.28%68.24%-
XYZ20.0827.8744.37-
YUV114.07161.8248.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=0.89%
G=47.32%
B=51.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31591740.980.0900.32185.2696.6134.71
Hex39FAE629020b96123
Octal32372561421104027114143
Binary111001111110101110110001010010100000101110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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