Html Css Color HEX #039BA9 Bondi Blue

📋 copy color: '#039BA9'

red 3 ◦ green 155 ◦ blue 169

#039BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #039BA9

Tints of Bondi Blue #039BA9

RGB

 RED value IS 3 (1.56% from 255) = 0.92%

 GREEN value IS 155 (60.94% from 255) = 47.4%

 BLUE value IS 169 (66.41% from 255) = 51.68%

R = 0.92%
G = 47.4%
B = 51.68%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#039BA9 (or 0x039BA9) is known color: Bondi Blue. HEX triplet: 03, 9B and A9. RGB value is (3,155,169). Sum of RGB (Red+Green+Blue) = 3+155+169=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #039BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039BA9 is #FC6456. Grayscale: #6E6E6E. Windows color (decimal): -16540759 or 11115267. OLE color: 11115267.

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

Color convert

RGB 3 155 169 -
CMYK 0.98 0.08 0 0.34
HSL 185.06º 0.97% 0.34% -
HSV(B) 185.06º 0.98% 0.66% -
XYZ 18.92 26.33 41.62 -
YUV 111.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 3 155 169 0.98 0.08 0 0.34 185.06 0.97 0.34
Hex 3 9B A9 62 8 0 22 B9 61 22
Octal 3 233 251 142 10 0 42 271 141 42
Binary 11 10011011 10101001 1100010 1000 0 100010 10111001 1100001 100010

Color Harmonies of #039BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BA9

Black with #039BA9

Text Example


Text Example

White with #039BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #039BA9;
 }
 .AnyTagClassName
 {
   color: #039BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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