Html Css Color HEX #039CA5 Bondi Blue

📋 copy color: '#039CA5'

red 3 ◦ green 156 ◦ blue 165

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

Shades of Bondi Blue #039CA5

Tints of Bondi Blue #039CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.15%

 BLUE value IS 165 (64.84% from 255) = 50.93%

R = 0.93%
G = 48.15%
B = 50.93%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#039CA5 (or 0x039CA5) is known color: Bondi Blue. HEX triplet: 03, 9C and A5. RGB value is (3,156,165). Sum of RGB (Red+Green+Blue) = 3+156+165=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #039CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039CA5 is #FC635A. Grayscale: #6F6F6F. Windows color (decimal): -16540507 or 10853379. OLE color: 10853379.

HSL color Cylindrical-coordinate representation of color #039CA5: hue angle of 183.33º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CA5 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 156 165 -
CMYK 0.98 0.05 0 0.35
HSL 183.33º 0.96% 0.33% -
HSV(B) 183.33º 0.98% 0.65% -
XYZ 18.72 26.51 39.73 -
YUV 111.28 158.31 50.77 -
System Red Green Blue C M Y K H S L
Decimal 3 156 165 0.98 0.05 0 0.35 183.33 0.96 0.33
Hex 3 9C A5 62 5 0 23 B7 60 21
Octal 3 234 245 142 5 0 43 267 140 41
Binary 11 10011100 10100101 1100010 101 0 100011 10110111 1100000 100001

Color Harmonies of #039CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039CA5

Black with #039CA5

Text Example


Text Example

White with #039CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,156,165); }

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

background-color css

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

 a { background-color: rgb(3,156,165); }

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

border-color css

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

 span { border-color: rgb(3,156,165); }

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