Html Css Color HEX #039BAE Bondi Blue

📋 copy color: '#039BAE'

red 3 ◦ green 155 ◦ blue 174

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

Shades of Bondi Blue #039BAE

Tints of Bondi Blue #039BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

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

R = 0.9%
G = 46.69%
B = 52.41%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#039BAE (or 0x039BAE) is known color: Bondi Blue. HEX triplet: 03, 9B and AE. RGB value is (3,155,174). Sum of RGB (Red+Green+Blue) = 3+155+174=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #039BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039BAE is #FC6451. Grayscale: #6F6F6F. Windows color (decimal): -16540754 or 11442947. OLE color: 11442947.

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

Color convert

RGB 3 155 174 -
CMYK 0.98 0.11 0 0.32
HSL 186.67º 0.97% 0.35% -
HSV(B) 186.67º 0.98% 0.68% -
XYZ 19.4 26.52 44.14 -
YUV 111.72 163.14 50.46 -
System Red Green Blue C M Y K H S L
Decimal 3 155 174 0.98 0.11 0 0.32 186.67 0.97 0.35
Hex 3 9B AE 62 B 0 20 BB 61 23
Octal 3 233 256 142 13 0 40 273 141 43
Binary 11 10011011 10101110 1100010 1011 0 100000 10111011 1100001 100011

Color Harmonies of #039BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BAE

Black with #039BAE

Text Example


Text Example

White with #039BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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