#0F84BE

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

Shades of Bondi Blue #0F84BE

Tints of Bondi Blue #0F84BE

Color information

#0F84BE (or 0x0F84BE) is unknown color: approx Bondi Blue. HEX triplet: 0F, 84 and BE. RGB value is (15,132,190). Sum of RGB (Red+Green+Blue) = 15+132+190=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F84BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F84BE is #F07B41. Grayscale: #676767. Windows color (decimal): -15760194 or 12485647. OLE color: 12485647.

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

Color convert

RGB15132190-
CMYK0.920.3100.25
HSL199.89º85.37%40.2%-
HSV(B)199.89º92.11%74.51%-
XYZ17.7420.3251.7-
YUV103.63176.7464.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.45%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=4.45%
G=39.17%
B=56.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151321900.920.3100.25199.8985.3740.2
HexF84BE5C1F019c85528
Octal172042761343703131012550
Binary11111000010010111110101110011111011001110010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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