#039AAE

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

Shades of Bondi Blue #039AAE

Tints of Bondi Blue #039AAE

Color information

#039AAE (or 0x039AAE) is unknown color: approx Bondi Blue. HEX triplet: 03, 9A and AE. RGB value is (3,154,174). Sum of RGB (Red+Green+Blue) = 3+154+174=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #039AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039AAE is #FC6551. Grayscale: #6E6E6E. Windows color (decimal): -16541010 or 11442691. OLE color: 11442691.

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

Color convert

RGB3154174-
CMYK0.980.1100.32
HSL187.02º96.61%34.71%-
HSV(B)187.02º98.28%68.24%-
XYZ19.2326.1944.09-
YUV111.13163.4750.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=0.91%
G=46.53%
B=52.57%

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
Decimal31541740.980.1100.32187.0296.6134.71
Hex39AAE62B020bb6123
Octal32322561421304027314143
Binary111001101010101110110001010110100000101110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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