#0393BC

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

Shades of Bondi Blue #0393BC

Tints of Bondi Blue #0393BC

Color information

#0393BC (or 0x0393BC) is unknown color: approx Bondi Blue. HEX triplet: 03, 93 and BC. RGB value is (3,147,188). Sum of RGB (Red+Green+Blue) = 3+147+188=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #0393BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393BC is #FC6C43. Grayscale: #6C6C6C. Windows color (decimal): -16542788 or 12358403. OLE color: 12358403.

HSL color Cylindrical-coordinate representation of color #0393BC: hue angle of 193.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0393BC is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3147188-
CMYK0.980.2200.26
HSL193.3º96.86%37.45%-
HSV(B)193.3º98.4%73.73%-
XYZ19.5524.5251.28-
YUV108.62172.7952.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 188 (73.83% from 255) = 55.62%
R=0.89%
G=43.49%
B=55.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31471880.980.2200.26193.396.8637.45
Hex393BC621601Ac16125
Octal32232741422603230114145
Binary111001001110111100110001010110011010110000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0393BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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