Html Css Color HEX #059CAB Bondi Blue

📋 copy color: '#059CAB'

red 5 ◦ green 156 ◦ blue 171

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

Shades of Bondi Blue #059CAB

Tints of Bondi Blue #059CAB

RGB

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

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

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

R = 1.51%
G = 46.99%
B = 51.51%

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

#059CAB (or 0x059CAB) is known color: Bondi Blue. HEX triplet: 05, 9C and AB. RGB value is (5,156,171). Sum of RGB (Red+Green+Blue) = 5+156+171=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #059CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CAB is #FA6354. Grayscale: #707070. Windows color (decimal): -16409429 or 11246597. OLE color: 11246597.

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

Color convert

RGB 5 156 171 -
CMYK 0.97 0.09 0 0.33
HSL 185.42º 0.94% 0.35% -
HSV(B) 185.42º 0.97% 0.67% -
XYZ 19.3 26.75 42.67 -
YUV 112.56 160.97 51.28 -
System Red Green Blue C M Y K H S L
Decimal 5 156 171 0.97 0.09 0 0.33 185.42 0.94 0.35
Hex 5 9C AB 61 9 0 21 B9 5E 23
Octal 5 234 253 141 11 0 41 271 136 43
Binary 101 10011100 10101011 1100001 1001 0 100001 10111001 1011110 100011

Color Harmonies of #059CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CAB

Black with #059CAB

Text Example


Text Example

White with #059CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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