Html Css Color HEX #039DBA Bondi Blue

📋 copy color: '#039DBA'

red 3 ◦ green 157 ◦ blue 186

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

Shades of Bondi Blue #039DBA

Tints of Bondi Blue #039DBA

RGB

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

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

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

R = 0.87%
G = 45.38%
B = 53.76%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#039DBA (or 0x039DBA) is known color: Bondi Blue. HEX triplet: 03, 9D and BA. RGB value is (3,157,186). Sum of RGB (Red+Green+Blue) = 3+157+186=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #039DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DBA is #FC6245. Grayscale: #717171. Windows color (decimal): -16540230 or 12229891. OLE color: 12229891.

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

Color convert

RGB 3 157 186 -
CMYK 0.98 0.16 0 0.27
HSL 189.51º 0.97% 0.37% -
HSV(B) 189.51º 0.98% 0.73% -
XYZ 20.96 27.68 50.69 -
YUV 114.26 168.48 48.64 -
System Red Green Blue C M Y K H S L
Decimal 3 157 186 0.98 0.16 0 0.27 189.51 0.97 0.37
Hex 3 9D BA 62 10 0 1B BE 61 25
Octal 3 235 272 142 20 0 33 276 141 45
Binary 11 10011101 10111010 1100010 10000 0 11011 10111110 1100001 100101

Color Harmonies of #039DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DBA

Black with #039DBA

Text Example


Text Example

White with #039DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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