Shades of Bondi Blue #0F9FB1
Tints of Bondi Blue #0F9FB1
RGB
CMYK
RGB Variations
Color information
#0F9FB1 (or 0x0F9FB1) is known color: Bondi Blue. HEX triplet: 0F, 9F and B1. RGB value is (15,159,177). Sum of RGB (Red+Green+Blue) = 15+159+177=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F9FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9FB1 is #F0604E. Grayscale: #757575. Windows color (decimal): -15753295 or 11640591. OLE color: 11640591.
HSL color Cylindrical-coordinate representation of color #0F9FB1: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9FB1 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 159 | 177 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.31 |
| HSL | 186.67º | 0.84% | 0.38% | - |
| HSV(B) | 186.67º | 0.92% | 0.69% | - |
| XYZ | 20.53 | 28.07 | 45.93 | - |
| YUV | 118 | 161.29 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 177 | 0.92 | 0.10 | 0 | 0.31 | 186.67 | 0.84 | 0.38 |
| Hex | F | 9F | B1 | 5C | A | 0 | 1F | BB | 54 | 26 |
| Octal | 17 | 237 | 261 | 134 | 12 | 0 | 37 | 273 | 124 | 46 |
| Binary | 1111 | 10011111 | 10110001 | 1011100 | 1010 | 0 | 11111 | 10111011 | 1010100 | 100110 |
Color Harmonies of #0F9FB1
Complementary color
Monochromatic Colors of #0F9FB1
Black with #0F9FB1
Text Example
Text Example
White with #0F9FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9FB1; }
p { color: rgb(15,159,177); }
H1.HeaderClassName
{
color: #0F9FB1;
}
.AnyTagClassName
{
color: #0F9FB1;
}
</style>
background-color css
<style>
a { background-color: #0F9FB1; }
a { background-color: rgb(15,159,177); }
div.DivClassName
{
background-color: #0F9FB1;
}
.BgClassName
{
background-color: #0F9FB1;
}
</style>
border-color css
<style>
span { border-color: #0F9FB1; }
span { border-color: rgb(15,159,177); }
td.TdClassName
{
border-color: #0F9FB1;
}
.TagClassName
{
border-color: #0F9FB1;
}
</style>