Html Css Color HEX #039DB9 Bondi Blue

📋 copy color: '#039DB9'

red 3 ◦ green 157 ◦ blue 185

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

Shades of Bondi Blue #039DB9

Tints of Bondi Blue #039DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.51%

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

R = 0.87%
G = 45.51%
B = 53.62%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#039DB9 (or 0x039DB9) is known color: Bondi Blue. HEX triplet: 03, 9D and B9. RGB value is (3,157,185). Sum of RGB (Red+Green+Blue) = 3+157+185=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #039DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DB9 is #FC6246. Grayscale: #717171. Windows color (decimal): -16540231 or 12164355. OLE color: 12164355.

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

Color convert

RGB 3 157 185 -
CMYK 0.98 0.15 0 0.27
HSL 189.23º 0.97% 0.37% -
HSV(B) 189.23º 0.98% 0.73% -
XYZ 20.85 27.64 50.13 -
YUV 114.15 167.98 48.72 -
System Red Green Blue C M Y K H S L
Decimal 3 157 185 0.98 0.15 0 0.27 189.23 0.97 0.37
Hex 3 9D B9 62 F 0 1B BD 61 25
Octal 3 235 271 142 17 0 33 275 141 45
Binary 11 10011101 10111001 1100010 1111 0 11011 10111101 1100001 100101

Color Harmonies of #039DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DB9

Black with #039DB9

Text Example


Text Example

White with #039DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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