Shades of Bondi Blue #0F9FB4
Tints of Bondi Blue #0F9FB4
RGB
CMYK
RGB Variations
Color information
#0F9FB4 (or 0x0F9FB4) is known color: Bondi Blue. HEX triplet: 0F, 9F and B4. RGB value is (15,159,180). Sum of RGB (Red+Green+Blue) = 15+159+180=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F9FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FB4 is #F0604B. Grayscale: #767676. Windows color (decimal): -15753292 or 11837199. OLE color: 11837199.
HSL color Cylindrical-coordinate representation of color #0F9FB4: hue angle of 187.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9FB4 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 159 | 180 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.29 |
| HSL | 187.64º | 0.85% | 0.38% | - |
| HSV(B) | 187.64º | 0.92% | 0.71% | - |
| XYZ | 20.83 | 28.19 | 47.52 | - |
| YUV | 118.34 | 162.79 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 180 | 0.92 | 0.12 | 0 | 0.29 | 187.64 | 0.85 | 0.38 |
| Hex | F | 9F | B4 | 5C | C | 0 | 1D | BC | 55 | 26 |
| Octal | 17 | 237 | 264 | 134 | 14 | 0 | 35 | 274 | 125 | 46 |
| Binary | 1111 | 10011111 | 10110100 | 1011100 | 1100 | 0 | 11101 | 10111100 | 1010101 | 100110 |
Color Harmonies of #0F9FB4
Complementary color
Monochromatic Colors of #0F9FB4
Black with #0F9FB4
Text Example
Text Example
White with #0F9FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9FB4; }
p { color: rgb(15,159,180); }
H1.HeaderClassName
{
color: #0F9FB4;
}
.AnyTagClassName
{
color: #0F9FB4;
}
</style>
background-color css
<style>
a { background-color: #0F9FB4; }
a { background-color: rgb(15,159,180); }
div.DivClassName
{
background-color: #0F9FB4;
}
.BgClassName
{
background-color: #0F9FB4;
}
</style>
border-color css
<style>
span { border-color: #0F9FB4; }
span { border-color: rgb(15,159,180); }
td.TdClassName
{
border-color: #0F9FB4;
}
.TagClassName
{
border-color: #0F9FB4;
}
</style>