Html Css Color HEX #039FAB Bondi Blue

📋 copy color: '#039FAB'

red 3 ◦ green 159 ◦ blue 171

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

Shades of Bondi Blue #039FAB

Tints of Bondi Blue #039FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.75%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 0.9%
G = 47.75%
B = 51.35%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#039FAB (or 0x039FAB) is known color: Bondi Blue. HEX triplet: 03, 9F and AB. RGB value is (3,159,171). Sum of RGB (Red+Green+Blue) = 3+159+171=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #039FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039FAB is #FC6054. Grayscale: #717171. Windows color (decimal): -16539733 or 11247363. OLE color: 11247363.

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

Color convert

RGB 3 159 171 -
CMYK 0.98 0.07 0 0.33
HSL 184.29º 0.97% 0.34% -
HSV(B) 184.29º 0.98% 0.67% -
XYZ 19.79 27.76 42.84 -
YUV 113.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 3 159 171 0.98 0.07 0 0.33 184.29 0.97 0.34
Hex 3 9F AB 62 7 0 21 B8 61 22
Octal 3 237 253 142 7 0 41 270 141 42
Binary 11 10011111 10101011 1100010 111 0 100001 10111000 1100001 100010

Color Harmonies of #039FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039FAB

Black with #039FAB

Text Example


Text Example

White with #039FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,159,171); }

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

background-color css

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

 a { background-color: rgb(3,159,171); }

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

border-color css

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

 span { border-color: rgb(3,159,171); }

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