Html Css Color HEX #039CA9 Bondi Blue

📋 copy color: '#039CA9'

red 3 ◦ green 156 ◦ blue 169

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

Shades of Bondi Blue #039CA9

Tints of Bondi Blue #039CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.52%

R = 0.91%
G = 47.56%
B = 51.52%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#039CA9 (or 0x039CA9) is known color: Bondi Blue. HEX triplet: 03, 9C and A9. RGB value is (3,156,169). Sum of RGB (Red+Green+Blue) = 3+156+169=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #039CA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039CA9 is #FC6356. Grayscale: #6F6F6F. Windows color (decimal): -16540503 or 11115523. OLE color: 11115523.

HSL color Cylindrical-coordinate representation of color #039CA9: hue angle of 184.7º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CA9 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 3 156 169 -
CMYK 0.98 0.08 0 0.34
HSL 184.7º 0.97% 0.34% -
HSV(B) 184.7º 0.98% 0.66% -
XYZ 19.09 26.66 41.68 -
YUV 111.74 160.31 50.44 -
System Red Green Blue C M Y K H S L
Decimal 3 156 169 0.98 0.08 0 0.34 184.7 0.97 0.34
Hex 3 9C A9 62 8 0 22 B9 61 22
Octal 3 234 251 142 10 0 42 271 141 42
Binary 11 10011100 10101001 1100010 1000 0 100010 10111001 1100001 100010

Color Harmonies of #039CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039CA9

Black with #039CA9

Text Example


Text Example

White with #039CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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