#0F88BD

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

Shades of Bondi Blue #0F88BD

Tints of Bondi Blue #0F88BD

Color information

#0F88BD (or 0x0F88BD) is unknown color: approx Bondi Blue. HEX triplet: 0F, 88 and BD. RGB value is (15,136,189). Sum of RGB (Red+Green+Blue) = 15+136+189=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F88BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F88BD is #F07742. Grayscale: #696969. Windows color (decimal): -15759171 or 12421135. OLE color: 12421135.

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

Color convert

RGB15136189-
CMYK0.920.2800.26
HSL198.28º85.29%40%-
HSV(B)198.28º92.06%74.12%-
XYZ18.1921.3851.31-
YUV105.86174.9163.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.41%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=4.41%
G=40%
B=55.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151361890.920.2800.26198.2885.2940
HexF88BD5C1C01Ac65528
Octal172102751343403230612550
Binary11111000100010111101101110011100011010110001101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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