Html Css Color HEX #059DB9 Bondi Blue

📋 copy color: '#059DB9'

red 5 ◦ green 157 ◦ blue 185

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

Shades of Bondi Blue #059DB9

Tints of Bondi Blue #059DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.24%

 BLUE value IS 185 (72.66% from 255) = 53.31%

R = 1.44%
G = 45.24%
B = 53.31%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#059DB9 (or 0x059DB9) is known color: Bondi Blue. HEX triplet: 05, 9D and B9. RGB value is (5,157,185). Sum of RGB (Red+Green+Blue) = 5+157+185=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #059DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DB9 is #FA6246. Grayscale: #727272. Windows color (decimal): -16409159 or 12164357. OLE color: 12164357.

HSL color Cylindrical-coordinate representation of color #059DB9: hue angle of 189.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DB9 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 157 185 -
CMYK 0.97 0.15 0 0.27
HSL 189.33º 0.95% 0.37% -
HSV(B) 189.33º 0.97% 0.73% -
XYZ 20.88 27.65 50.14 -
YUV 114.74 167.64 49.72 -
System Red Green Blue C M Y K H S L
Decimal 5 157 185 0.97 0.15 0 0.27 189.33 0.95 0.37
Hex 5 9D B9 61 F 0 1B BD 5F 25
Octal 5 235 271 141 17 0 33 275 137 45
Binary 101 10011101 10111001 1100001 1111 0 11011 10111101 1011111 100101

Color Harmonies of #059DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DB9

Black with #059DB9

Text Example


Text Example

White with #059DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,157,185); }

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

background-color css

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

 a { background-color: rgb(5,157,185); }

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

border-color css

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

 span { border-color: rgb(5,157,185); }

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