Html Css Color HEX #059BAB Bondi Blue

📋 copy color: '#059BAB'

red 5 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #059BAB

Tints of Bondi Blue #059BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.83%

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 1.51%
G = 46.83%
B = 51.66%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#059BAB (or 0x059BAB) is known color: Bondi Blue. HEX triplet: 05, 9B and AB. RGB value is (5,155,171). Sum of RGB (Red+Green+Blue) = 5+155+171=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #059BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059BAB is #FA6454. Grayscale: #6F6F6F. Windows color (decimal): -16409685 or 11246341. OLE color: 11246341.

HSL color Cylindrical-coordinate representation of color #059BAB: hue angle of 185.78º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BAB is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 155 171 -
CMYK 0.97 0.09 0 0.33
HSL 185.78º 0.94% 0.35% -
HSV(B) 185.78º 0.97% 0.67% -
XYZ 19.13 26.42 42.62 -
YUV 111.97 161.31 51.7 -
System Red Green Blue C M Y K H S L
Decimal 5 155 171 0.97 0.09 0 0.33 185.78 0.94 0.35
Hex 5 9B AB 61 9 0 21 BA 5E 23
Octal 5 233 253 141 11 0 41 272 136 43
Binary 101 10011011 10101011 1100001 1001 0 100001 10111010 1011110 100011

Color Harmonies of #059BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BAB

Black with #059BAB

Text Example


Text Example

White with #059BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,155,171); }

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

background-color css

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

 a { background-color: rgb(5,155,171); }

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

border-color css

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

 span { border-color: rgb(5,155,171); }

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