Html Css Color HEX #039EAB Bondi Blue

📋 copy color: '#039EAB'

red 3 ◦ green 158 ◦ blue 171

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

Shades of Bondi Blue #039EAB

Tints of Bondi Blue #039EAB

RGB

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

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

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

R = 0.9%
G = 47.59%
B = 51.51%

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

#039EAB (or 0x039EAB) is known color: Bondi Blue. HEX triplet: 03, 9E and AB. RGB value is (3,158,171). Sum of RGB (Red+Green+Blue) = 3+158+171=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #039EAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039EAB is #FC6154. Grayscale: #707070. Windows color (decimal): -16539989 or 11247107. OLE color: 11247107.

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

Color convert

RGB 3 158 171 -
CMYK 0.98 0.08 0 0.33
HSL 184.64º 0.97% 0.34% -
HSV(B) 184.64º 0.98% 0.67% -
XYZ 19.62 27.41 42.79 -
YUV 113.14 160.65 49.44 -
System Red Green Blue C M Y K H S L
Decimal 3 158 171 0.98 0.08 0 0.33 184.64 0.97 0.34
Hex 3 9E AB 62 8 0 21 B9 61 22
Octal 3 236 253 142 10 0 41 271 141 42
Binary 11 10011110 10101011 1100010 1000 0 100001 10111001 1100001 100010

Color Harmonies of #039EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039EAB

Black with #039EAB

Text Example


Text Example

White with #039EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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