Html Css Color HEX #039FA6 Bondi Blue

📋 copy color: '#039FA6'

red 3 ◦ green 159 ◦ blue 166

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

Shades of Bondi Blue #039FA6

Tints of Bondi Blue #039FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.61%

R = 0.91%
G = 48.48%
B = 50.61%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#039FA6 (or 0x039FA6) is known color: Bondi Blue. HEX triplet: 03, 9F and A6. RGB value is (3,159,166). Sum of RGB (Red+Green+Blue) = 3+159+166=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #039FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039FA6 is #FC6059. Grayscale: #707070. Windows color (decimal): -16539738 or 10919683. OLE color: 10919683.

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

Color convert

RGB 3 159 166 -
CMYK 0.98 0.04 0 0.35
HSL 182.58º 0.96% 0.33% -
HSV(B) 182.58º 0.98% 0.65% -
XYZ 19.32 27.57 40.38 -
YUV 113.15 157.82 49.43 -
System Red Green Blue C M Y K H S L
Decimal 3 159 166 0.98 0.04 0 0.35 182.58 0.96 0.33
Hex 3 9F A6 62 4 0 23 B7 60 21
Octal 3 237 246 142 4 0 43 267 140 41
Binary 11 10011111 10100110 1100010 100 0 100011 10110111 1100000 100001

Color Harmonies of #039FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039FA6

Black with #039FA6

Text Example


Text Example

White with #039FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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