Html Css Color HEX #059BAC Bondi Blue

📋 copy color: '#059BAC'

red 5 ◦ green 155 ◦ blue 172

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

Shades of Bondi Blue #059BAC

Tints of Bondi Blue #059BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 1.51%
G = 46.69%
B = 51.81%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#059BAC (or 0x059BAC) is known color: Bondi Blue. HEX triplet: 05, 9B and AC. RGB value is (5,155,172). Sum of RGB (Red+Green+Blue) = 5+155+172=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #059BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059BAC is #FA6453. Grayscale: #6F6F6F. Windows color (decimal): -16409684 or 11311877. OLE color: 11311877.

HSL color Cylindrical-coordinate representation of color #059BAC: hue angle of 186.11º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BAC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 155 172 -
CMYK 0.97 0.10 0 0.33
HSL 186.11º 0.94% 0.35% -
HSV(B) 186.11º 0.97% 0.67% -
XYZ 19.23 26.45 43.12 -
YUV 112.09 161.81 51.62 -
System Red Green Blue C M Y K H S L
Decimal 5 155 172 0.97 0.10 0 0.33 186.11 0.94 0.35
Hex 5 9B AC 61 A 0 21 BA 5E 23
Octal 5 233 254 141 12 0 41 272 136 43
Binary 101 10011011 10101100 1100001 1010 0 100001 10111010 1011110 100011

Color Harmonies of #059BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BAC

Black with #059BAC

Text Example


Text Example

White with #059BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,155,172); }

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

background-color css

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

 a { background-color: rgb(5,155,172); }

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

border-color css

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

 span { border-color: rgb(5,155,172); }

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