Html Css Color HEX #059ABA Bondi Blue

📋 copy color: '#059ABA'

red 5 ◦ green 154 ◦ blue 186

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

Shades of Bondi Blue #059ABA

Tints of Bondi Blue #059ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 1.45%
G = 44.64%
B = 53.91%

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

#059ABA (or 0x059ABA) is known color: Bondi Blue. HEX triplet: 05, 9A and BA. RGB value is (5,154,186). Sum of RGB (Red+Green+Blue) = 5+154+186=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #059ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ABA is #FA6545. Grayscale: #707070. Windows color (decimal): -16409926 or 12229125. OLE color: 12229125.

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

Color convert

RGB 5 154 186 -
CMYK 0.97 0.17 0 0.27
HSL 190.61º 0.95% 0.37% -
HSV(B) 190.61º 0.97% 0.73% -
XYZ 20.48 26.69 50.53 -
YUV 113.1 169.14 50.9 -
System Red Green Blue C M Y K H S L
Decimal 5 154 186 0.97 0.17 0 0.27 190.61 0.95 0.37
Hex 5 9A BA 61 11 0 1B BF 5F 25
Octal 5 232 272 141 21 0 33 277 137 45
Binary 101 10011010 10111010 1100001 10001 0 11011 10111111 1011111 100101

Color Harmonies of #059ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ABA

Black with #059ABA

Text Example


Text Example

White with #059ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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