Html Css Color HEX #059CA9 Bondi Blue

📋 copy color: '#059CA9'

red 5 ◦ green 156 ◦ blue 169

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

Shades of Bondi Blue #059CA9

Tints of Bondi Blue #059CA9

RGB

 RED value IS 5 (2.34% from 255) = 1.52%

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

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

R = 1.52%
G = 47.27%
B = 51.21%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#059CA9 (or 0x059CA9) is known color: Bondi Blue. HEX triplet: 05, 9C and A9. RGB value is (5,156,169). Sum of RGB (Red+Green+Blue) = 5+156+169=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #059CA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CA9 is #FA6356. Grayscale: #707070. Windows color (decimal): -16409431 or 11115525. OLE color: 11115525.

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

Color convert

RGB 5 156 169 -
CMYK 0.97 0.08 0 0.34
HSL 184.76º 0.94% 0.34% -
HSV(B) 184.76º 0.97% 0.66% -
XYZ 19.11 26.67 41.68 -
YUV 112.33 159.97 51.44 -
System Red Green Blue C M Y K H S L
Decimal 5 156 169 0.97 0.08 0 0.34 184.76 0.94 0.34
Hex 5 9C A9 61 8 0 22 B9 5E 22
Octal 5 234 251 141 10 0 42 271 136 42
Binary 101 10011100 10101001 1100001 1000 0 100010 10111001 1011110 100010

Color Harmonies of #059CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CA9

Black with #059CA9

Text Example


Text Example

White with #059CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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