Html Css Color HEX #039BBA Bondi Blue

📋 copy color: '#039BBA'

red 3 ◦ green 155 ◦ blue 186

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

Shades of Bondi Blue #039BBA

Tints of Bondi Blue #039BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 0.87%
G = 45.06%
B = 54.07%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#039BBA (or 0x039BBA) is known color: Bondi Blue. HEX triplet: 03, 9B and BA. RGB value is (3,155,186). Sum of RGB (Red+Green+Blue) = 3+155+186=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #039BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BBA is #FC6445. Grayscale: #707070. Windows color (decimal): -16540742 or 12229379. OLE color: 12229379.

HSL color Cylindrical-coordinate representation of color #039BBA: hue angle of 190.16º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039BBA is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 155 186 -
CMYK 0.98 0.17 0 0.27
HSL 190.16º 0.97% 0.37% -
HSV(B) 190.16º 0.98% 0.73% -
XYZ 20.62 27.01 50.58 -
YUV 113.09 169.14 49.48 -
System Red Green Blue C M Y K H S L
Decimal 3 155 186 0.98 0.17 0 0.27 190.16 0.97 0.37
Hex 3 9B BA 62 11 0 1B BE 61 25
Octal 3 233 272 142 21 0 33 276 141 45
Binary 11 10011011 10111010 1100010 10001 0 11011 10111110 1100001 100101

Color Harmonies of #039BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BBA

Black with #039BBA

Text Example


Text Example

White with #039BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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