Html Css Color HEX #0593AB Bondi Blue

📋 copy color: '#0593AB'

red 5 ◦ green 147 ◦ blue 171

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

Shades of Bondi Blue #0593AB

Tints of Bondi Blue #0593AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 1.55%
G = 45.51%
B = 52.94%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0593AB (or 0x0593AB) is known color: Bondi Blue. HEX triplet: 05, 93 and AB. RGB value is (5,147,171). Sum of RGB (Red+Green+Blue) = 5+147+171=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #0593AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0593AB is #FA6C54. Grayscale: #6B6B6B. Windows color (decimal): -16411733 or 11244293. OLE color: 11244293.

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

Color convert

RGB 5 147 171 -
CMYK 0.97 0.14 0 0.33
HSL 188.67º 0.94% 0.35% -
HSV(B) 188.67º 0.97% 0.67% -
XYZ 17.85 23.84 42.19 -
YUV 107.28 163.96 55.05 -
System Red Green Blue C M Y K H S L
Decimal 5 147 171 0.97 0.14 0 0.33 188.67 0.94 0.35
Hex 5 93 AB 61 E 0 21 BD 5E 23
Octal 5 223 253 141 16 0 41 275 136 43
Binary 101 10010011 10101011 1100001 1110 0 100001 10111101 1011110 100011

Color Harmonies of #0593AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0593AB

Black with #0593AB

Text Example


Text Example

White with #0593AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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