Html Css Color HEX #039BA7 Bondi Blue

📋 copy color: '#039BA7'

red 3 ◦ green 155 ◦ blue 167

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

Shades of Bondi Blue #039BA7

Tints of Bondi Blue #039BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 51.38%

R = 0.92%
G = 47.69%
B = 51.38%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#039BA7 (or 0x039BA7) is known color: Bondi Blue. HEX triplet: 03, 9B and A7. RGB value is (3,155,167). Sum of RGB (Red+Green+Blue) = 3+155+167=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #039BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039BA7 is #FC6458. Grayscale: #6E6E6E. Windows color (decimal): -16540761 or 10984195. OLE color: 10984195.

HSL color Cylindrical-coordinate representation of color #039BA7: hue angle of 184.39º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039BA7 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 155 167 -
CMYK 0.98 0.07 0 0.35
HSL 184.39º 0.96% 0.33% -
HSV(B) 184.39º 0.98% 0.65% -
XYZ 18.73 26.25 40.64 -
YUV 110.92 159.64 51.02 -
System Red Green Blue C M Y K H S L
Decimal 3 155 167 0.98 0.07 0 0.35 184.39 0.96 0.33
Hex 3 9B A7 62 7 0 23 B8 60 21
Octal 3 233 247 142 7 0 43 270 140 41
Binary 11 10011011 10100111 1100010 111 0 100011 10111000 1100000 100001

Color Harmonies of #039BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BA7

Black with #039BA7

Text Example


Text Example

White with #039BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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