#0F89B6

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

Shades of Bondi Blue #0F89B6

Tints of Bondi Blue #0F89B6

Color information

#0F89B6 (or 0x0F89B6) is unknown color: approx Bondi Blue. HEX triplet: 0F, 89 and B6. RGB value is (15,137,182). Sum of RGB (Red+Green+Blue) = 15+137+182=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F89B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F89B6 is #F07649. Grayscale: #696969. Windows color (decimal): -15758922 or 11962639. OLE color: 11962639.

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

Color convert

RGB15137182-
CMYK0.920.2500.29
HSL196.17º84.77%38.63%-
HSV(B)196.17º91.76%71.37%-
XYZ17.5921.3747.45-
YUV105.65171.0863.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.49%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 182 (71.48% from 255) = 54.49%
R=4.49%
G=41.02%
B=54.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151371820.920.2500.29196.1784.7738.63
HexF89B65C1901Dc45527
Octal172112661343103530412547
Binary11111000100110110110101110011001011101110001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F89B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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