Html Css Color HEX #059DAE Bondi Blue

📋 copy color: '#059DAE'

red 5 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #059DAE

Tints of Bondi Blue #059DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 1.49%
G = 46.73%
B = 51.79%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#059DAE (or 0x059DAE) is known color: Bondi Blue. HEX triplet: 05, 9D and AE. RGB value is (5,157,174). Sum of RGB (Red+Green+Blue) = 5+157+174=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #059DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059DAE is #FA6251. Grayscale: #717171. Windows color (decimal): -16409170 or 11443461. OLE color: 11443461.

HSL color Cylindrical-coordinate representation of color #059DAE: hue angle of 186.04º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DAE is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 157 174 -
CMYK 0.97 0.10 0 0.32
HSL 186.04º 0.94% 0.35% -
HSV(B) 186.04º 0.97% 0.68% -
XYZ 19.76 27.2 44.25 -
YUV 113.49 162.14 50.62 -
System Red Green Blue C M Y K H S L
Decimal 5 157 174 0.97 0.10 0 0.32 186.04 0.94 0.35
Hex 5 9D AE 61 A 0 20 BA 5E 23
Octal 5 235 256 141 12 0 40 272 136 43
Binary 101 10011101 10101110 1100001 1010 0 100000 10111010 1011110 100011

Color Harmonies of #059DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DAE

Black with #059DAE

Text Example


Text Example

White with #059DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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