Html Css Color HEX #0593BB Bondi Blue

📋 copy color: '#0593BB'

red 5 ◦ green 147 ◦ blue 187

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

Shades of Bondi Blue #0593BB

Tints of Bondi Blue #0593BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 1.47%
G = 43.36%
B = 55.16%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0593BB (or 0x0593BB) is known color: Bondi Blue. HEX triplet: 05, 93 and BB. RGB value is (5,147,187). Sum of RGB (Red+Green+Blue) = 5+147+187=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #0593BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593BB is #FA6C44. Grayscale: #6C6C6C. Windows color (decimal): -16411717 or 12292869. OLE color: 12292869.

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

Color convert

RGB 5 147 187 -
CMYK 0.97 0.21 0 0.27
HSL 193.19º 0.95% 0.38% -
HSV(B) 193.19º 0.97% 0.73% -
XYZ 19.47 24.49 50.71 -
YUV 109.1 171.96 53.75 -
System Red Green Blue C M Y K H S L
Decimal 5 147 187 0.97 0.21 0 0.27 193.19 0.95 0.38
Hex 5 93 BB 61 15 0 1B C1 5F 26
Octal 5 223 273 141 25 0 33 301 137 46
Binary 101 10010011 10111011 1100001 10101 0 11011 11000001 1011111 100110

Color Harmonies of #0593BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0593BB

Black with #0593BB

Text Example


Text Example

White with #0593BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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