Html Css Color HEX #059AB9 Bondi Blue

📋 copy color: '#059AB9'

red 5 ◦ green 154 ◦ blue 185

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

Shades of Bondi Blue #059AB9

Tints of Bondi Blue #059AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.78%

R = 1.45%
G = 44.77%
B = 53.78%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#059AB9 (or 0x059AB9) is known color: Bondi Blue. HEX triplet: 05, 9A and B9. RGB value is (5,154,185). Sum of RGB (Red+Green+Blue) = 5+154+185=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #059AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059AB9 is #FA6546. Grayscale: #707070. Windows color (decimal): -16409927 or 12163589. OLE color: 12163589.

HSL color Cylindrical-coordinate representation of color #059AB9: hue angle of 190.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AB9 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 154 185 -
CMYK 0.97 0.17 0 0.27
HSL 190.33º 0.95% 0.37% -
HSV(B) 190.33º 0.97% 0.73% -
XYZ 20.38 26.65 49.97 -
YUV 112.98 168.64 50.98 -
System Red Green Blue C M Y K H S L
Decimal 5 154 185 0.97 0.17 0 0.27 190.33 0.95 0.37
Hex 5 9A B9 61 11 0 1B BE 5F 25
Octal 5 232 271 141 21 0 33 276 137 45
Binary 101 10011010 10111001 1100001 10001 0 11011 10111110 1011111 100101

Color Harmonies of #059AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AB9

Black with #059AB9

Text Example


Text Example

White with #059AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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