Html Css Color HEX #059CBA Bondi Blue

📋 copy color: '#059CBA'

red 5 ◦ green 156 ◦ blue 186

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

Shades of Bondi Blue #059CBA

Tints of Bondi Blue #059CBA

RGB

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

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

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

R = 1.44%
G = 44.96%
B = 53.6%

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

#059CBA (or 0x059CBA) is known color: Bondi Blue. HEX triplet: 05, 9C and BA. RGB value is (5,156,186). Sum of RGB (Red+Green+Blue) = 5+156+186=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #059CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CBA is #FA6345. Grayscale: #727272. Windows color (decimal): -16409414 or 12229637. OLE color: 12229637.

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

Color convert

RGB 5 156 186 -
CMYK 0.97 0.16 0 0.27
HSL 189.94º 0.95% 0.37% -
HSV(B) 189.94º 0.97% 0.73% -
XYZ 20.81 27.35 50.64 -
YUV 114.27 168.47 50.06 -
System Red Green Blue C M Y K H S L
Decimal 5 156 186 0.97 0.16 0 0.27 189.94 0.95 0.37
Hex 5 9C BA 61 10 0 1B BE 5F 25
Octal 5 234 272 141 20 0 33 276 137 45
Binary 101 10011100 10111010 1100001 10000 0 11011 10111110 1011111 100101

Color Harmonies of #059CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CBA

Black with #059CBA

Text Example


Text Example

White with #059CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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