#0F89BE

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

Shades of Bondi Blue #0F89BE

Tints of Bondi Blue #0F89BE

Color information

#0F89BE (or 0x0F89BE) is unknown color: approx Bondi Blue. HEX triplet: 0F, 89 and BE. RGB value is (15,137,190). Sum of RGB (Red+Green+Blue) = 15+137+190=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 137 (53.91% from 255 or 40.06% 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 #0F89BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F89BE is #F07641. Grayscale: #6A6A6A. Windows color (decimal): -15758914 or 12486927. OLE color: 12486927.

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

Color convert

RGB15137190-
CMYK0.920.2800.25
HSL198.17º85.37%40.2%-
HSV(B)198.17º92.11%74.51%-
XYZ18.4421.7151.93-
YUV106.56175.0862.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.39%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=4.39%
G=40.06%
B=55.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151371900.920.2800.25198.1785.3740.2
HexF89BE5C1C019c65528
Octal172112761343403130612550
Binary11111000100110111110101110011100011001110001101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,190); }

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

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

 a { background-color: rgb(15,137,190); }

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

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

 span { border-color: rgb(15,137,190); }

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