#0F88BA

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

Shades of Bondi Blue #0F88BA

Tints of Bondi Blue #0F88BA

Color information

#0F88BA (or 0x0F88BA) is unknown color: approx Bondi Blue. HEX triplet: 0F, 88 and BA. RGB value is (15,136,186). Sum of RGB (Red+Green+Blue) = 15+136+186=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F88BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F88BA is #F07745. Grayscale: #696969. Windows color (decimal): -15759174 or 12224527. OLE color: 12224527.

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

Color convert

RGB15136186-
CMYK0.920.2700.27
HSL197.54º85.07%39.41%-
HSV(B)197.54º91.94%72.94%-
XYZ17.8621.2649.62-
YUV105.52173.4163.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.45%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=4.45%
G=40.36%
B=55.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151361860.920.2700.27197.5485.0739.41
HexF88BA5C1B01Bc65527
Octal172102721343303330612547
Binary11111000100010111010101110011011011011110001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,136,186); }

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

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

 a { background-color: rgb(15,136,186); }

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

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

 span { border-color: rgb(15,136,186); }

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