Html Css Color HEX #059DAB Bondi Blue

📋 copy color: '#059DAB'

red 5 ◦ green 157 ◦ blue 171

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

Shades of Bondi Blue #059DAB

Tints of Bondi Blue #059DAB

RGB

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

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

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

R = 1.5%
G = 47.15%
B = 51.35%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#059DAB (or 0x059DAB) is known color: Bondi Blue. HEX triplet: 05, 9D and AB. RGB value is (5,157,171). Sum of RGB (Red+Green+Blue) = 5+157+171=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #059DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059DAB is #FA6254. Grayscale: #707070. Windows color (decimal): -16409173 or 11246853. OLE color: 11246853.

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

Color convert

RGB 5 157 171 -
CMYK 0.97 0.08 0 0.33
HSL 185.06º 0.94% 0.35% -
HSV(B) 185.06º 0.97% 0.67% -
XYZ 19.47 27.09 42.73 -
YUV 113.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 5 157 171 0.97 0.08 0 0.33 185.06 0.94 0.35
Hex 5 9D AB 61 8 0 21 B9 5E 23
Octal 5 235 253 141 10 0 41 271 136 43
Binary 101 10011101 10101011 1100001 1000 0 100001 10111001 1011110 100011

Color Harmonies of #059DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DAB

Black with #059DAB

Text Example


Text Example

White with #059DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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