#0F86BB

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

Shades of Bondi Blue #0F86BB

Tints of Bondi Blue #0F86BB

Color information

#0F86BB (or 0x0F86BB) is unknown color: approx Bondi Blue. HEX triplet: 0F, 86 and BB. RGB value is (15,134,187). Sum of RGB (Red+Green+Blue) = 15+134+187=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F86BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F86BB is #F07944. Grayscale: #686868. Windows color (decimal): -15759685 or 12289551. OLE color: 12289551.

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

Color convert

RGB15134187-
CMYK0.920.2800.27
HSL198.49º85.15%39.61%-
HSV(B)198.49º91.98%73.33%-
XYZ17.6920.7450.08-
YUV104.46174.5864.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.46%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 187 (73.44% from 255) = 55.65%
R=4.46%
G=39.88%
B=55.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151341870.920.2800.27198.4985.1539.61
HexF86BB5C1C01Bc65528
Octal172062731343403330612550
Binary11111000011010111011101110011100011011110001101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,134,187); }

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

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

 a { background-color: rgb(15,134,187); }

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

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

 span { border-color: rgb(15,134,187); }

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