#0F93BC

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

Shades of Bondi Blue #0F93BC

Tints of Bondi Blue #0F93BC

Color information

#0F93BC (or 0x0F93BC) is unknown color: approx Bondi Blue. HEX triplet: 0F, 93 and BC. RGB value is (15,147,188). Sum of RGB (Red+Green+Blue) = 15+147+188=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F93BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F93BC is #F06C43. Grayscale: #6F6F6F. Windows color (decimal): -15756356 or 12358415. OLE color: 12358415.

HSL color Cylindrical-coordinate representation of color #0F93BC: hue angle of 194.22º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F93BC is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15147188-
CMYK0.920.2200.26
HSL194.22º85.22%39.8%-
HSV(B)194.22º92.02%73.73%-
XYZ19.7124.651.29-
YUV112.21170.7758.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.29%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 188 (73.83% from 255) = 53.71%
R=4.29%
G=42%
B=53.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151471880.920.2200.26194.2285.2239.8
HexF93BC5C1601Ac25528
Octal172232741342603230212550
Binary11111001001110111100101110010110011010110000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F93BC; }

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

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

<style>
 a { background-color: #0F93BC; }

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

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

<style>
 span { border-color: #0F93BC; }

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

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