Shades of Bondi Blue #0F86BE
Tints of Bondi Blue #0F86BE
RGB
CMYK
RGB Variations
Color information
#0F86BE (or 0x0F86BE) is known color: Bondi Blue. HEX triplet: 0F, 86 and BE. RGB value is (15,134,190). Sum of RGB (Red+Green+Blue) = 15+134+190=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F86BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F86BE is #F07941. Grayscale: #686868. Windows color (decimal): -15759682 or 12486159. OLE color: 12486159.
HSL color Cylindrical-coordinate representation of color #0F86BE: hue angle of 199.2º 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 #0F86BE is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 134 | 190 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.25 |
| HSL | 199.2º | 0.85% | 0.4% | - |
| HSV(B) | 199.2º | 0.92% | 0.75% | - |
| XYZ | 18.02 | 20.87 | 51.79 | - |
| YUV | 104.8 | 176.08 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 190 | 0.92 | 0.29 | 0 | 0.25 | 199.2 | 0.85 | 0.4 |
| Hex | F | 86 | BE | 5C | 1D | 0 | 19 | C7 | 55 | 28 |
| Octal | 17 | 206 | 276 | 134 | 35 | 0 | 31 | 307 | 125 | 50 |
| Binary | 1111 | 10000110 | 10111110 | 1011100 | 11101 | 0 | 11001 | 11000111 | 1010101 | 101000 |
Color Harmonies of #0F86BE
Complementary color
Monochromatic Colors of #0F86BE
Black with #0F86BE
Text Example
Text Example
White with #0F86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F86BE; }
p { color: rgb(15,134,190); }
H1.HeaderClassName
{
color: #0F86BE;
}
.AnyTagClassName
{
color: #0F86BE;
}
</style>
background-color css
<style>
a { background-color: #0F86BE; }
a { background-color: rgb(15,134,190); }
div.DivClassName
{
background-color: #0F86BE;
}
.BgClassName
{
background-color: #0F86BE;
}
</style>
border-color css
<style>
span { border-color: #0F86BE; }
span { border-color: rgb(15,134,190); }
td.TdClassName
{
border-color: #0F86BE;
}
.TagClassName
{
border-color: #0F86BE;
}
</style>