#039CAA

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

Shades of Bondi Blue #039CAA

Tints of Bondi Blue #039CAA

Color information

#039CAA (or 0x039CAA) is unknown color: approx Bondi Blue. HEX triplet: 03, 9C and AA. RGB value is (3,156,170). Sum of RGB (Red+Green+Blue) = 3+156+170=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #039CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039CAA is #FC6355. Grayscale: #6F6F6F. Windows color (decimal): -16540502 or 11181059. OLE color: 11181059.

HSL color Cylindrical-coordinate representation of color #039CAA: hue angle of 185.03º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CAA is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3156170-
CMYK0.980.0800.33
HSL185.03º96.53%33.92%-
HSV(B)185.03º98.24%66.67%-
XYZ19.1826.742.17-
YUV111.85160.8150.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=0.91%
G=47.42%
B=51.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31561700.980.0800.33185.0396.5333.92
Hex39CAA628021b96122
Octal32342521421004127114142
Binary111001110010101010110001010000100001101110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,156,170); }

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

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

 a { background-color: rgb(3,156,170); }

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

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

 span { border-color: rgb(3,156,170); }

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