Html Css Color HEX #059FB3 Bondi Blue

📋 copy color: '#059FB3'

red 5 ◦ green 159 ◦ blue 179

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

Shades of Bondi Blue #059FB3

Tints of Bondi Blue #059FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.36%

 BLUE value IS 179 (70.31% from 255) = 52.19%

R = 1.46%
G = 46.36%
B = 52.19%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#059FB3 (or 0x059FB3) is known color: Bondi Blue. HEX triplet: 05, 9F and B3. RGB value is (5,159,179). Sum of RGB (Red+Green+Blue) = 5+159+179=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #059FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FB3 is #FA604C. Grayscale: #727272. Windows color (decimal): -16408653 or 11771653. OLE color: 11771653.

HSL color Cylindrical-coordinate representation of color #059FB3: hue angle of 186.9º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059FB3 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 159 179 -
CMYK 0.97 0.11 0 0.30
HSL 186.9º 0.95% 0.36% -
HSV(B) 186.9º 0.97% 0.7% -
XYZ 20.6 28.08 46.98 -
YUV 115.23 163.98 49.37 -
System Red Green Blue C M Y K H S L
Decimal 5 159 179 0.97 0.11 0 0.30 186.9 0.95 0.36
Hex 5 9F B3 61 B 0 1E BB 5F 24
Octal 5 237 263 141 13 0 36 273 137 44
Binary 101 10011111 10110011 1100001 1011 0 11110 10111011 1011111 100100

Color Harmonies of #059FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FB3

Black with #059FB3

Text Example


Text Example

White with #059FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,159,179); }

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

background-color css

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

 a { background-color: rgb(5,159,179); }

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

border-color css

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

 span { border-color: rgb(5,159,179); }

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