Html Css Color HEX #0593BE Bondi Blue

📋 copy color: '#0593BE'

red 5 ◦ green 147 ◦ blue 190

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

Shades of Bondi Blue #0593BE

Tints of Bondi Blue #0593BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 1.46%
G = 42.98%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0593BE (or 0x0593BE) is known color: Bondi Blue. HEX triplet: 05, 93 and BE. RGB value is (5,147,190). Sum of RGB (Red+Green+Blue) = 5+147+190=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #0593BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593BE is #FA6C41. Grayscale: #6D6D6D. Windows color (decimal): -16411714 or 12489477. OLE color: 12489477.

HSL color Cylindrical-coordinate representation of color #0593BE: hue angle of 193.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0593BE is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 147 190 -
CMYK 0.97 0.23 0 0.25
HSL 193.95º 0.95% 0.38% -
HSV(B) 193.95º 0.97% 0.75% -
XYZ 19.79 24.62 52.42 -
YUV 109.44 173.46 53.5 -
System Red Green Blue C M Y K H S L
Decimal 5 147 190 0.97 0.23 0 0.25 193.95 0.95 0.38
Hex 5 93 BE 61 17 0 19 C2 5F 26
Octal 5 223 276 141 27 0 31 302 137 46
Binary 101 10010011 10111110 1100001 10111 0 11001 11000010 1011111 100110

Color Harmonies of #0593BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0593BE

Black with #0593BE

Text Example


Text Example

White with #0593BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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