Html Css Color HEX #039AB5 Bondi Blue

📋 copy color: '#039AB5'

red 3 ◦ green 154 ◦ blue 181

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

Shades of Bondi Blue #039AB5

Tints of Bondi Blue #039AB5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.56%

 BLUE value IS 181 (71.09% from 255) = 53.55%

R = 0.89%
G = 45.56%
B = 53.55%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#039AB5 (or 0x039AB5) is known color: Bondi Blue. HEX triplet: 03, 9A and B5. RGB value is (3,154,181). Sum of RGB (Red+Green+Blue) = 3+154+181=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #039AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AB5 is #FC654A. Grayscale: #6F6F6F. Windows color (decimal): -16541003 or 11901443. OLE color: 11901443.

HSL color Cylindrical-coordinate representation of color #039AB5: hue angle of 189.1º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039AB5 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 154 181 -
CMYK 0.98 0.15 0 0.29
HSL 189.1º 0.97% 0.36% -
HSV(B) 189.1º 0.98% 0.71% -
XYZ 19.93 26.47 47.77 -
YUV 111.93 166.97 50.3 -
System Red Green Blue C M Y K H S L
Decimal 3 154 181 0.98 0.15 0 0.29 189.1 0.97 0.36
Hex 3 9A B5 62 F 0 1D BD 61 24
Octal 3 232 265 142 17 0 35 275 141 44
Binary 11 10011010 10110101 1100010 1111 0 11101 10111101 1100001 100100

Color Harmonies of #039AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039AB5

Black with #039AB5

Text Example


Text Example

White with #039AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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