Html Css Color HEX #059AAE Bondi Blue

📋 copy color: '#059AAE'

red 5 ◦ green 154 ◦ blue 174

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

Shades of Bondi Blue #059AAE

Tints of Bondi Blue #059AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.25%

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

R = 1.5%
G = 46.25%
B = 52.25%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#059AAE (or 0x059AAE) is known color: Bondi Blue. HEX triplet: 05, 9A and AE. RGB value is (5,154,174). Sum of RGB (Red+Green+Blue) = 5+154+174=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #059AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AAE is #FA6551. Grayscale: #6F6F6F. Windows color (decimal): -16409938 or 11442693. OLE color: 11442693.

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

Color convert

RGB 5 154 174 -
CMYK 0.97 0.11 0 0.32
HSL 187.1º 0.94% 0.35% -
HSV(B) 187.1º 0.97% 0.68% -
XYZ 19.26 26.2 44.09 -
YUV 111.73 163.14 51.87 -
System Red Green Blue C M Y K H S L
Decimal 5 154 174 0.97 0.11 0 0.32 187.1 0.94 0.35
Hex 5 9A AE 61 B 0 20 BB 5E 23
Octal 5 232 256 141 13 0 40 273 136 43
Binary 101 10011010 10101110 1100001 1011 0 100000 10111011 1011110 100011

Color Harmonies of #059AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AAE

Black with #059AAE

Text Example


Text Example

White with #059AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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