Shades of Bondi Blue #0F94AC
Tints of Bondi Blue #0F94AC
RGB
CMYK
RGB Variations
Color information
#0F94AC (or 0x0F94AC) is known color: Bondi Blue. HEX triplet: 0F, 94 and AC. RGB value is (15,148,172). Sum of RGB (Red+Green+Blue) = 15+148+172=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F94AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F94AC is #F06B53. Grayscale: #6E6E6E. Windows color (decimal): -15756116 or 11310095. OLE color: 11310095.
HSL color Cylindrical-coordinate representation of color #0F94AC: hue angle of 189.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F94AC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 148 | 172 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.33 |
| HSL | 189.17º | 0.84% | 0.37% | - |
| HSV(B) | 189.17º | 0.91% | 0.67% | - |
| XYZ | 18.23 | 24.26 | 42.75 | - |
| YUV | 110.97 | 162.44 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 172 | 0.91 | 0.14 | 0 | 0.33 | 189.17 | 0.84 | 0.37 |
| Hex | F | 94 | AC | 5B | E | 0 | 21 | BD | 54 | 25 |
| Octal | 17 | 224 | 254 | 133 | 16 | 0 | 41 | 275 | 124 | 45 |
| Binary | 1111 | 10010100 | 10101100 | 1011011 | 1110 | 0 | 100001 | 10111101 | 1010100 | 100101 |
Color Harmonies of #0F94AC
Complementary color
Monochromatic Colors of #0F94AC
Black with #0F94AC
Text Example
Text Example
White with #0F94AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F94AC; }
p { color: rgb(15,148,172); }
H1.HeaderClassName
{
color: #0F94AC;
}
.AnyTagClassName
{
color: #0F94AC;
}
</style>
background-color css
<style>
a { background-color: #0F94AC; }
a { background-color: rgb(15,148,172); }
div.DivClassName
{
background-color: #0F94AC;
}
.BgClassName
{
background-color: #0F94AC;
}
</style>
border-color css
<style>
span { border-color: #0F94AC; }
span { border-color: rgb(15,148,172); }
td.TdClassName
{
border-color: #0F94AC;
}
.TagClassName
{
border-color: #0F94AC;
}
</style>