Shades of Bondi Blue #0F93AC
Tints of Bondi Blue #0F93AC
RGB
CMYK
RGB Variations
Color information
#0F93AC (or 0x0F93AC) is known color: Bondi Blue. HEX triplet: 0F, 93 and AC. RGB value is (15,147,172). Sum of RGB (Red+Green+Blue) = 15+147+172=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F93AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F93AC is #F06C53. Grayscale: #6E6E6E. Windows color (decimal): -15756372 or 11309839. OLE color: 11309839.
HSL color Cylindrical-coordinate representation of color #0F93AC: hue angle of 189.55º 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 #0F93AC is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 147 | 172 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.33 |
| HSL | 189.55º | 0.84% | 0.37% | - |
| HSV(B) | 189.55º | 0.91% | 0.67% | - |
| XYZ | 18.08 | 23.95 | 42.7 | - |
| YUV | 110.38 | 162.77 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 172 | 0.91 | 0.15 | 0 | 0.33 | 189.55 | 0.84 | 0.37 |
| Hex | F | 93 | AC | 5B | F | 0 | 21 | BE | 54 | 25 |
| Octal | 17 | 223 | 254 | 133 | 17 | 0 | 41 | 276 | 124 | 45 |
| Binary | 1111 | 10010011 | 10101100 | 1011011 | 1111 | 0 | 100001 | 10111110 | 1010100 | 100101 |
Color Harmonies of #0F93AC
Complementary color
Monochromatic Colors of #0F93AC
Black with #0F93AC
Text Example
Text Example
White with #0F93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F93AC; }
p { color: rgb(15,147,172); }
H1.HeaderClassName
{
color: #0F93AC;
}
.AnyTagClassName
{
color: #0F93AC;
}
</style>
background-color css
<style>
a { background-color: #0F93AC; }
a { background-color: rgb(15,147,172); }
div.DivClassName
{
background-color: #0F93AC;
}
.BgClassName
{
background-color: #0F93AC;
}
</style>
border-color css
<style>
span { border-color: #0F93AC; }
span { border-color: rgb(15,147,172); }
td.TdClassName
{
border-color: #0F93AC;
}
.TagClassName
{
border-color: #0F93AC;
}
</style>