Html Css Color HEX #059ABC Bondi Blue

📋 copy color: '#059ABC'

red 5 ◦ green 154 ◦ blue 188

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

Shades of Bondi Blue #059ABC

Tints of Bondi Blue #059ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 1.44%
G = 44.38%
B = 54.18%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#059ABC (or 0x059ABC) is known color: Bondi Blue. HEX triplet: 05, 9A and BC. RGB value is (5,154,188). Sum of RGB (Red+Green+Blue) = 5+154+188=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #059ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ABC is #FA6543. Grayscale: #717171. Windows color (decimal): -16409924 or 12360197. OLE color: 12360197.

HSL color Cylindrical-coordinate representation of color #059ABC: hue angle of 191.15º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059ABC is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 154 188 -
CMYK 0.97 0.18 0 0.26
HSL 191.15º 0.95% 0.38% -
HSV(B) 191.15º 0.97% 0.74% -
XYZ 20.7 26.77 51.65 -
YUV 113.33 170.14 50.74 -
System Red Green Blue C M Y K H S L
Decimal 5 154 188 0.97 0.18 0 0.26 191.15 0.95 0.38
Hex 5 9A BC 61 12 0 1A BF 5F 26
Octal 5 232 274 141 22 0 32 277 137 46
Binary 101 10011010 10111100 1100001 10010 0 11010 10111111 1011111 100110

Color Harmonies of #059ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ABC

Black with #059ABC

Text Example


Text Example

White with #059ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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