Html Css Color HEX #059AAD Bondi Blue

📋 copy color: '#059AAD'

red 5 ◦ green 154 ◦ blue 173

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

Shades of Bondi Blue #059AAD

Tints of Bondi Blue #059AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.11%

R = 1.51%
G = 46.39%
B = 52.11%

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

#059AAD (or 0x059AAD) is known color: Bondi Blue. HEX triplet: 05, 9A and AD. RGB value is (5,154,173). Sum of RGB (Red+Green+Blue) = 5+154+173=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #059AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AAD is #FA6552. Grayscale: #6F6F6F. Windows color (decimal): -16409939 or 11377157. OLE color: 11377157.

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

Color convert

RGB 5 154 173 -
CMYK 0.97 0.11 0 0.32
HSL 186.79º 0.94% 0.35% -
HSV(B) 186.79º 0.97% 0.68% -
XYZ 19.16 26.16 43.57 -
YUV 111.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 5 154 173 0.97 0.11 0 0.32 186.79 0.94 0.35
Hex 5 9A AD 61 B 0 20 BB 5E 23
Octal 5 232 255 141 13 0 40 273 136 43
Binary 101 10011010 10101101 1100001 1011 0 100000 10111011 1011110 100011

Color Harmonies of #059AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AAD

Black with #059AAD

Text Example


Text Example

White with #059AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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