Html Css Color HEX #039EAE Bondi Blue

📋 copy color: '#039EAE'

red 3 ◦ green 158 ◦ blue 174

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

Shades of Bondi Blue #039EAE

Tints of Bondi Blue #039EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 0.9%
G = 47.16%
B = 51.94%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#039EAE (or 0x039EAE) is known color: Bondi Blue. HEX triplet: 03, 9E and AE. RGB value is (3,158,174). Sum of RGB (Red+Green+Blue) = 3+158+174=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #039EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039EAE is #FC6151. Grayscale: #717171. Windows color (decimal): -16539986 or 11443715. OLE color: 11443715.

HSL color Cylindrical-coordinate representation of color #039EAE: hue angle of 185.61º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039EAE is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 158 174 -
CMYK 0.98 0.09 0 0.32
HSL 185.61º 0.97% 0.35% -
HSV(B) 185.61º 0.98% 0.68% -
XYZ 19.9 27.53 44.31 -
YUV 113.48 162.15 49.2 -
System Red Green Blue C M Y K H S L
Decimal 3 158 174 0.98 0.09 0 0.32 185.61 0.97 0.35
Hex 3 9E AE 62 9 0 20 BA 61 23
Octal 3 236 256 142 11 0 40 272 141 43
Binary 11 10011110 10101110 1100010 1001 0 100000 10111010 1100001 100011

Color Harmonies of #039EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039EAE

Black with #039EAE

Text Example


Text Example

White with #039EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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