#0F87BE

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

Shades of Bondi Blue #0F87BE

Tints of Bondi Blue #0F87BE

Color information

#0F87BE (or 0x0F87BE) is unknown color: approx Bondi Blue. HEX triplet: 0F, 87 and BE. RGB value is (15,135,190). Sum of RGB (Red+Green+Blue) = 15+135+190=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F87BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F87BE is #F07841. Grayscale: #696969. Windows color (decimal): -15759426 or 12486415. OLE color: 12486415.

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

Color convert

RGB15135190-
CMYK0.920.2900.25
HSL198.86º85.37%40.2%-
HSV(B)198.86º92.11%74.51%-
XYZ18.1621.1551.84-
YUV105.39175.7463.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.41%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 190 (74.61% from 255) = 55.88%
R=4.41%
G=39.71%
B=55.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151351900.920.2900.25198.8685.3740.2
HexF87BE5C1D019c75528
Octal172072761343503130712550
Binary11111000011110111110101110011101011001110001111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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