Shades of Bondi Blue #0F8BBB
Tints of Bondi Blue #0F8BBB
RGB
CMYK
RGB Variations
Color information
#0F8BBB (or 0x0F8BBB) is known color: Bondi Blue. HEX triplet: 0F, 8B and BB. RGB value is (15,139,187). Sum of RGB (Red+Green+Blue) = 15+139+187=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F8BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8BBB is #F07444. Grayscale: #6B6B6B. Windows color (decimal): -15758405 or 12290831. OLE color: 12290831.
HSL color Cylindrical-coordinate representation of color #0F8BBB: hue angle of 196.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F8BBB is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 139 | 187 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.27 |
| HSL | 196.74º | 0.85% | 0.4% | - |
| HSV(B) | 196.74º | 0.92% | 0.73% | - |
| XYZ | 18.4 | 22.15 | 50.32 | - |
| YUV | 107.4 | 172.92 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 187 | 0.92 | 0.26 | 0 | 0.27 | 196.74 | 0.85 | 0.4 |
| Hex | F | 8B | BB | 5C | 1A | 0 | 1B | C5 | 55 | 28 |
| Octal | 17 | 213 | 273 | 134 | 32 | 0 | 33 | 305 | 125 | 50 |
| Binary | 1111 | 10001011 | 10111011 | 1011100 | 11010 | 0 | 11011 | 11000101 | 1010101 | 101000 |
Color Harmonies of #0F8BBB
Complementary color
Monochromatic Colors of #0F8BBB
Black with #0F8BBB
Text Example
Text Example
White with #0F8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8BBB; }
p { color: rgb(15,139,187); }
H1.HeaderClassName
{
color: #0F8BBB;
}
.AnyTagClassName
{
color: #0F8BBB;
}
</style>
background-color css
<style>
a { background-color: #0F8BBB; }
a { background-color: rgb(15,139,187); }
div.DivClassName
{
background-color: #0F8BBB;
}
.BgClassName
{
background-color: #0F8BBB;
}
</style>
border-color css
<style>
span { border-color: #0F8BBB; }
span { border-color: rgb(15,139,187); }
td.TdClassName
{
border-color: #0F8BBB;
}
.TagClassName
{
border-color: #0F8BBB;
}
</style>