#0F85BF

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

Shades of Bondi Blue #0F85BF

Tints of Bondi Blue #0F85BF

Color information

#0F85BF (or 0x0F85BF) is unknown color: approx Bondi Blue. HEX triplet: 0F, 85 and BF. RGB value is (15,133,191). Sum of RGB (Red+Green+Blue) = 15+133+191=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F85BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F85BF is #F07A40. Grayscale: #676767. Windows color (decimal): -15759937 or 12551439. OLE color: 12551439.

HSL color Cylindrical-coordinate representation of color #0F85BF: hue angle of 199.77º 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 #0F85BF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15133191-
CMYK0.920.3000.25
HSL199.77º85.44%40.39%-
HSV(B)199.77º92.15%74.9%-
XYZ17.9920.6452.33-
YUV104.33176.9164.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.42%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 191 (75% from 255) = 56.34%
R=4.42%
G=39.23%
B=56.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151331910.920.3000.25199.7785.4440.39
HexF85BF5C1E019c85528
Octal172052771343603131012550
Binary11111000010110111111101110011110011001110010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,133,191); }

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

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

 a { background-color: rgb(15,133,191); }

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

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

 span { border-color: rgb(15,133,191); }

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