Shades of Bondi Blue #0F83BE
Tints of Bondi Blue #0F83BE
RGB
CMYK
RGB Variations
Color information
#0F83BE (or 0x0F83BE) is known color: Bondi Blue. HEX triplet: 0F, 83 and BE. RGB value is (15,131,190). Sum of RGB (Red+Green+Blue) = 15+131+190=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F83BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F83BE is #F07C41. Grayscale: #666666. Windows color (decimal): -15760450 or 12485391. OLE color: 12485391.
HSL color Cylindrical-coordinate representation of color #0F83BE: hue angle of 200.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F83BE is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 131 | 190 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.25 |
| HSL | 200.23º | 0.85% | 0.4% | - |
| HSV(B) | 200.23º | 0.92% | 0.75% | - |
| XYZ | 17.61 | 20.05 | 51.66 | - |
| YUV | 103.04 | 177.07 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 190 | 0.92 | 0.31 | 0 | 0.25 | 200.23 | 0.85 | 0.4 |
| Hex | F | 83 | BE | 5C | 1F | 0 | 19 | C8 | 55 | 28 |
| Octal | 17 | 203 | 276 | 134 | 37 | 0 | 31 | 310 | 125 | 50 |
| Binary | 1111 | 10000011 | 10111110 | 1011100 | 11111 | 0 | 11001 | 11001000 | 1010101 | 101000 |
Color Harmonies of #0F83BE
Complementary color
Monochromatic Colors of #0F83BE
Black with #0F83BE
Text Example
Text Example
White with #0F83BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F83BE; }
p { color: rgb(15,131,190); }
H1.HeaderClassName
{
color: #0F83BE;
}
.AnyTagClassName
{
color: #0F83BE;
}
</style>
background-color css
<style>
a { background-color: #0F83BE; }
a { background-color: rgb(15,131,190); }
div.DivClassName
{
background-color: #0F83BE;
}
.BgClassName
{
background-color: #0F83BE;
}
</style>
border-color css
<style>
span { border-color: #0F83BE; }
span { border-color: rgb(15,131,190); }
td.TdClassName
{
border-color: #0F83BE;
}
.TagClassName
{
border-color: #0F83BE;
}
</style>