Html Css Color HEX #059DBA Bondi Blue

📋 copy color: '#059DBA'

red 5 ◦ green 157 ◦ blue 186

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

Shades of Bondi Blue #059DBA

Tints of Bondi Blue #059DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 1.44%
G = 45.11%
B = 53.45%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#059DBA (or 0x059DBA) is known color: Bondi Blue. HEX triplet: 05, 9D and BA. RGB value is (5,157,186). Sum of RGB (Red+Green+Blue) = 5+157+186=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #059DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DBA is #FA6245. Grayscale: #727272. Windows color (decimal): -16409158 or 12229893. OLE color: 12229893.

HSL color Cylindrical-coordinate representation of color #059DBA: hue angle of 189.61º 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 #059DBA is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 157 186 -
CMYK 0.97 0.16 0 0.27
HSL 189.61º 0.95% 0.37% -
HSV(B) 189.61º 0.97% 0.73% -
XYZ 20.98 27.69 50.69 -
YUV 114.86 168.14 49.64 -
System Red Green Blue C M Y K H S L
Decimal 5 157 186 0.97 0.16 0 0.27 189.61 0.95 0.37
Hex 5 9D BA 61 10 0 1B BE 5F 25
Octal 5 235 272 141 20 0 33 276 137 45
Binary 101 10011101 10111010 1100001 10000 0 11011 10111110 1011111 100101

Color Harmonies of #059DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DBA

Black with #059DBA

Text Example


Text Example

White with #059DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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