#0393BE

Color #0393BE Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0393BE

Tints of Bondi Blue #0393BE

Color information

#0393BE (or 0x0393BE) is unknown color: approx Bondi Blue. HEX triplet: 03, 93 and BE. RGB value is (3,147,190). Sum of RGB (Red+Green+Blue) = 3+147+190=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #0393BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393BE is #FC6C41. Grayscale: #6C6C6C. Windows color (decimal): -16542786 or 12489475. OLE color: 12489475.

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

Color convert

RGB3147190-
CMYK0.980.2300.25
HSL193.8º96.89%37.84%-
HSV(B)193.8º98.42%74.51%-
XYZ19.7724.652.42-
YUV108.85173.7952.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 190 (74.61% from 255) = 55.88%
R=0.88%
G=43.24%
B=55.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31471900.980.2300.25193.896.8937.84
Hex393BE6217019c26126
Octal32232761422703130214146
Binary111001001110111110110001010111011001110000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0393BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0393BE;
 }
 .AnyTagClassName
 {
   color: #0393BE;
 }
</style>
background-color css

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

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

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

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

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

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