Html Css Color HEX #039DAC Bondi Blue

📋 copy color: '#039DAC'

red 3 ◦ green 157 ◦ blue 172

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

Shades of Bondi Blue #039DAC

Tints of Bondi Blue #039DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 0.9%
G = 47.29%
B = 51.81%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#039DAC (or 0x039DAC) is known color: Bondi Blue. HEX triplet: 03, 9D and AC. RGB value is (3,157,172). Sum of RGB (Red+Green+Blue) = 3+157+172=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #039DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039DAC is #FC6253. Grayscale: #707070. Windows color (decimal): -16540244 or 11312387. OLE color: 11312387.

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

Color convert

RGB 3 157 172 -
CMYK 0.98 0.09 0 0.33
HSL 185.33º 0.97% 0.34% -
HSV(B) 185.33º 0.98% 0.67% -
XYZ 19.54 27.11 43.23 -
YUV 112.66 161.48 49.78 -
System Red Green Blue C M Y K H S L
Decimal 3 157 172 0.98 0.09 0 0.33 185.33 0.97 0.34
Hex 3 9D AC 62 9 0 21 B9 61 22
Octal 3 235 254 142 11 0 41 271 141 42
Binary 11 10011101 10101100 1100010 1001 0 100001 10111001 1100001 100010

Color Harmonies of #039DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DAC

Black with #039DAC

Text Example


Text Example

White with #039DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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