Shades of Bondi Blue #0F93BC
Tints of Bondi Blue #0F93BC
RGB
CMYK
RGB Variations
Color information
#0F93BC (or 0x0F93BC) is known color: Bondi Blue. HEX triplet: 0F, 93 and BC. RGB value is (15,147,188). Sum of RGB (Red+Green+Blue) = 15+147+188=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F93BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F93BC is #F06C43. Grayscale: #6F6F6F. Windows color (decimal): -15756356 or 12358415. OLE color: 12358415.
HSL color Cylindrical-coordinate representation of color #0F93BC: hue angle of 194.22º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F93BC is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 147 | 188 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.26 |
| HSL | 194.22º | 0.85% | 0.4% | - |
| HSV(B) | 194.22º | 0.92% | 0.74% | - |
| XYZ | 19.71 | 24.6 | 51.29 | - |
| YUV | 112.21 | 170.77 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 188 | 0.92 | 0.22 | 0 | 0.26 | 194.22 | 0.85 | 0.4 |
| Hex | F | 93 | BC | 5C | 16 | 0 | 1A | C2 | 55 | 28 |
| Octal | 17 | 223 | 274 | 134 | 26 | 0 | 32 | 302 | 125 | 50 |
| Binary | 1111 | 10010011 | 10111100 | 1011100 | 10110 | 0 | 11010 | 11000010 | 1010101 | 101000 |
Color Harmonies of #0F93BC
Complementary color
Monochromatic Colors of #0F93BC
Black with #0F93BC
Text Example
Text Example
White with #0F93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F93BC; }
p { color: rgb(15,147,188); }
H1.HeaderClassName
{
color: #0F93BC;
}
.AnyTagClassName
{
color: #0F93BC;
}
</style>
background-color css
<style>
a { background-color: #0F93BC; }
a { background-color: rgb(15,147,188); }
div.DivClassName
{
background-color: #0F93BC;
}
.BgClassName
{
background-color: #0F93BC;
}
</style>
border-color css
<style>
span { border-color: #0F93BC; }
span { border-color: rgb(15,147,188); }
td.TdClassName
{
border-color: #0F93BC;
}
.TagClassName
{
border-color: #0F93BC;
}
</style>