Html Css Color HEX #039EAC Bondi Blue

📋 copy color: '#039EAC'

red 3 ◦ green 158 ◦ blue 172

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

Shades of Bondi Blue #039EAC

Tints of Bondi Blue #039EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.45%

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

R = 0.9%
G = 47.45%
B = 51.65%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#039EAC (or 0x039EAC) is known color: Bondi Blue. HEX triplet: 03, 9E and AC. RGB value is (3,158,172). Sum of RGB (Red+Green+Blue) = 3+158+172=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #039EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039EAC is #FC6153. Grayscale: #717171. Windows color (decimal): -16539988 or 11312643. OLE color: 11312643.

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

Color convert

RGB 3 158 172 -
CMYK 0.98 0.08 0 0.33
HSL 184.97º 0.97% 0.34% -
HSV(B) 184.97º 0.98% 0.67% -
XYZ 19.71 27.45 43.29 -
YUV 113.25 161.15 49.36 -
System Red Green Blue C M Y K H S L
Decimal 3 158 172 0.98 0.08 0 0.33 184.97 0.97 0.34
Hex 3 9E AC 62 8 0 21 B9 61 22
Octal 3 236 254 142 10 0 41 271 141 42
Binary 11 10011110 10101100 1100010 1000 0 100001 10111001 1100001 100010

Color Harmonies of #039EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039EAC

Black with #039EAC

Text Example


Text Example

White with #039EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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