Html Css Color HEX #059CAA Bondi Blue

📋 copy color: '#059CAA'

red 5 ◦ green 156 ◦ blue 170

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

Shades of Bondi Blue #059CAA

Tints of Bondi Blue #059CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 1.51%
G = 47.13%
B = 51.36%

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

#059CAA (or 0x059CAA) is known color: Bondi Blue. HEX triplet: 05, 9C and AA. RGB value is (5,156,170). Sum of RGB (Red+Green+Blue) = 5+156+170=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #059CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CAA is #FA6355. Grayscale: #707070. Windows color (decimal): -16409430 or 11181061. OLE color: 11181061.

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

Color convert

RGB 5 156 170 -
CMYK 0.97 0.08 0 0.33
HSL 185.09º 0.94% 0.34% -
HSV(B) 185.09º 0.97% 0.67% -
XYZ 19.21 26.71 42.17 -
YUV 112.45 160.47 51.36 -
System Red Green Blue C M Y K H S L
Decimal 5 156 170 0.97 0.08 0 0.33 185.09 0.94 0.34
Hex 5 9C AA 61 8 0 21 B9 5E 22
Octal 5 234 252 141 10 0 41 271 136 42
Binary 101 10011100 10101010 1100001 1000 0 100001 10111001 1011110 100010

Color Harmonies of #059CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CAA

Black with #059CAA

Text Example


Text Example

White with #059CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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