Html Css Color HEX #059CAC Bondi Blue

📋 copy color: '#059CAC'

red 5 ◦ green 156 ◦ blue 172

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

Shades of Bondi Blue #059CAC

Tints of Bondi Blue #059CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 1.5%
G = 46.85%
B = 51.65%

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

#059CAC (or 0x059CAC) is known color: Bondi Blue. HEX triplet: 05, 9C and AC. RGB value is (5,156,172). Sum of RGB (Red+Green+Blue) = 5+156+172=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #059CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CAC is #FA6353. Grayscale: #707070. Windows color (decimal): -16409428 or 11312133. OLE color: 11312133.

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

Color convert

RGB 5 156 172 -
CMYK 0.97 0.09 0 0.33
HSL 185.75º 0.94% 0.35% -
HSV(B) 185.75º 0.97% 0.67% -
XYZ 19.4 26.79 43.18 -
YUV 112.68 161.47 51.2 -
System Red Green Blue C M Y K H S L
Decimal 5 156 172 0.97 0.09 0 0.33 185.75 0.94 0.35
Hex 5 9C AC 61 9 0 21 BA 5E 23
Octal 5 234 254 141 11 0 41 272 136 43
Binary 101 10011100 10101100 1100001 1001 0 100001 10111010 1011110 100011

Color Harmonies of #059CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CAC

Black with #059CAC

Text Example


Text Example

White with #059CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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