Html Css Color HEX #039AB9 Bondi Blue

📋 copy color: '#039AB9'

red 3 ◦ green 154 ◦ blue 185

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

Shades of Bondi Blue #039AB9

Tints of Bondi Blue #039AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.09%

R = 0.88%
G = 45.03%
B = 54.09%

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

#039AB9 (or 0x039AB9) is known color: Bondi Blue. HEX triplet: 03, 9A and B9. RGB value is (3,154,185). Sum of RGB (Red+Green+Blue) = 3+154+185=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #039AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AB9 is #FC6546. Grayscale: #707070. Windows color (decimal): -16540999 or 12163587. OLE color: 12163587.

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

Color convert

RGB 3 154 185 -
CMYK 0.98 0.17 0 0.27
HSL 190.22º 0.97% 0.37% -
HSV(B) 190.22º 0.98% 0.73% -
XYZ 20.35 26.63 49.97 -
YUV 112.39 168.97 49.98 -
System Red Green Blue C M Y K H S L
Decimal 3 154 185 0.98 0.17 0 0.27 190.22 0.97 0.37
Hex 3 9A B9 62 11 0 1B BE 61 25
Octal 3 232 271 142 21 0 33 276 141 45
Binary 11 10011010 10111001 1100010 10001 0 11011 10111110 1100001 100101

Color Harmonies of #039AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039AB9

Black with #039AB9

Text Example


Text Example

White with #039AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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