Html Css Color HEX #0593AC Bondi Blue

📋 copy color: '#0593AC'

red 5 ◦ green 147 ◦ blue 172

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

Shades of Bondi Blue #0593AC

Tints of Bondi Blue #0593AC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 1.54%
G = 45.37%
B = 53.09%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0593AC (or 0x0593AC) is known color: Bondi Blue. HEX triplet: 05, 93 and AC. RGB value is (5,147,172). Sum of RGB (Red+Green+Blue) = 5+147+172=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #0593AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0593AC is #FA6C53. Grayscale: #6B6B6B. Windows color (decimal): -16411732 or 11309829. OLE color: 11309829.

HSL color Cylindrical-coordinate representation of color #0593AC: hue angle of 188.98º 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 #0593AC is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 147 172 -
CMYK 0.97 0.15 0 0.33
HSL 188.98º 0.94% 0.35% -
HSV(B) 188.98º 0.97% 0.67% -
XYZ 17.94 23.88 42.69 -
YUV 107.39 164.46 54.97 -
System Red Green Blue C M Y K H S L
Decimal 5 147 172 0.97 0.15 0 0.33 188.98 0.94 0.35
Hex 5 93 AC 61 F 0 21 BD 5E 23
Octal 5 223 254 141 17 0 41 275 136 43
Binary 101 10010011 10101100 1100001 1111 0 100001 10111101 1011110 100011

Color Harmonies of #0593AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0593AC

Black with #0593AC

Text Example


Text Example

White with #0593AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0593AC; }

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

 H1.HeaderClassName
 {
   color: #0593AC;
 }
 .AnyTagClassName
 {
   color: #0593AC;
 }
</style>

background-color css

<style>
 a { background-color: #0593AC; }

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

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

border-color css

<style>
 span { border-color: #0593AC; }

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

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