Html Css Color HEX #059DAA Bondi Blue

📋 copy color: '#059DAA'

red 5 ◦ green 157 ◦ blue 170

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

Shades of Bondi Blue #059DAA

Tints of Bondi Blue #059DAA

RGB

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

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

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

R = 1.51%
G = 47.29%
B = 51.2%

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

#059DAA (or 0x059DAA) is known color: Bondi Blue. HEX triplet: 05, 9D and AA. RGB value is (5,157,170). Sum of RGB (Red+Green+Blue) = 5+157+170=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #059DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059DAA is #FA6255. Grayscale: #707070. Windows color (decimal): -16409174 or 11181317. OLE color: 11181317.

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

Color convert

RGB 5 157 170 -
CMYK 0.97 0.08 0 0.33
HSL 184.73º 0.94% 0.34% -
HSV(B) 184.73º 0.97% 0.67% -
XYZ 19.38 27.05 42.23 -
YUV 113.03 160.14 50.94 -
System Red Green Blue C M Y K H S L
Decimal 5 157 170 0.97 0.08 0 0.33 184.73 0.94 0.34
Hex 5 9D AA 61 8 0 21 B9 5E 22
Octal 5 235 252 141 10 0 41 271 136 42
Binary 101 10011101 10101010 1100001 1000 0 100001 10111001 1011110 100010

Color Harmonies of #059DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DAA

Black with #059DAA

Text Example


Text Example

White with #059DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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