Html Css Color HEX #039BA5 Bondi Blue

📋 copy color: '#039BA5'

red 3 ◦ green 155 ◦ blue 165

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

Shades of Bondi Blue #039BA5

Tints of Bondi Blue #039BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.08%

R = 0.93%
G = 47.99%
B = 51.08%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#039BA5 (or 0x039BA5) is known color: Bondi Blue. HEX triplet: 03, 9B and A5. RGB value is (3,155,165). Sum of RGB (Red+Green+Blue) = 3+155+165=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #039BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039BA5 is #FC645A. Grayscale: #6E6E6E. Windows color (decimal): -16540763 or 10853123. OLE color: 10853123.

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

Color convert

RGB 3 155 165 -
CMYK 0.98 0.06 0 0.35
HSL 183.7º 0.96% 0.33% -
HSV(B) 183.7º 0.98% 0.65% -
XYZ 18.55 26.18 39.67 -
YUV 110.69 158.64 51.19 -
System Red Green Blue C M Y K H S L
Decimal 3 155 165 0.98 0.06 0 0.35 183.7 0.96 0.33
Hex 3 9B A5 62 6 0 23 B8 60 21
Octal 3 233 245 142 6 0 43 270 140 41
Binary 11 10011011 10100101 1100010 110 0 100011 10111000 1100000 100001

Color Harmonies of #039BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BA5

Black with #039BA5

Text Example


Text Example

White with #039BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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