Shades of Bondi Blue #0F9FB3
Tints of Bondi Blue #0F9FB3
RGB
CMYK
RGB Variations
Color information
#0F9FB3 (or 0x0F9FB3) is known color: Bondi Blue. HEX triplet: 0F, 9F and B3. RGB value is (15,159,179). Sum of RGB (Red+Green+Blue) = 15+159+179=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #0F9FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FB3 is #F0604C. Grayscale: #757575. Windows color (decimal): -15753293 or 11771663. OLE color: 11771663.
HSL color Cylindrical-coordinate representation of color #0F9FB3: hue angle of 187.32º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9FB3 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 159 | 179 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.30 |
| HSL | 187.32º | 0.85% | 0.38% | - |
| HSV(B) | 187.32º | 0.92% | 0.7% | - |
| XYZ | 20.73 | 28.15 | 46.99 | - |
| YUV | 118.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 179 | 0.92 | 0.11 | 0 | 0.30 | 187.32 | 0.85 | 0.38 |
| Hex | F | 9F | B3 | 5C | B | 0 | 1E | BB | 55 | 26 |
| Octal | 17 | 237 | 263 | 134 | 13 | 0 | 36 | 273 | 125 | 46 |
| Binary | 1111 | 10011111 | 10110011 | 1011100 | 1011 | 0 | 11110 | 10111011 | 1010101 | 100110 |
Color Harmonies of #0F9FB3
Complementary color
Monochromatic Colors of #0F9FB3
Black with #0F9FB3
Text Example
Text Example
White with #0F9FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9FB3; }
p { color: rgb(15,159,179); }
H1.HeaderClassName
{
color: #0F9FB3;
}
.AnyTagClassName
{
color: #0F9FB3;
}
</style>
background-color css
<style>
a { background-color: #0F9FB3; }
a { background-color: rgb(15,159,179); }
div.DivClassName
{
background-color: #0F9FB3;
}
.BgClassName
{
background-color: #0F9FB3;
}
</style>
border-color css
<style>
span { border-color: #0F9FB3; }
span { border-color: rgb(15,159,179); }
td.TdClassName
{
border-color: #0F9FB3;
}
.TagClassName
{
border-color: #0F9FB3;
}
</style>