Shades of Bondi Blue #0F96BE
Tints of Bondi Blue #0F96BE
RGB
CMYK
RGB Variations
Color information
#0F96BE (or 0x0F96BE) is known color: Bondi Blue. HEX triplet: 0F, 96 and BE. RGB value is (15,150,190). Sum of RGB (Red+Green+Blue) = 15+150+190=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F96BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F96BE is #F06941. Grayscale: #717171. Windows color (decimal): -15755586 or 12490255. OLE color: 12490255.
HSL color Cylindrical-coordinate representation of color #0F96BE: hue angle of 193.71º 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 #0F96BE is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 150 | 190 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.25 |
| HSL | 193.71º | 0.85% | 0.4% | - |
| HSV(B) | 193.71º | 0.92% | 0.75% | - |
| XYZ | 20.4 | 25.63 | 52.59 | - |
| YUV | 114.2 | 170.77 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 190 | 0.92 | 0.21 | 0 | 0.25 | 193.71 | 0.85 | 0.4 |
| Hex | F | 96 | BE | 5C | 15 | 0 | 19 | C2 | 55 | 28 |
| Octal | 17 | 226 | 276 | 134 | 25 | 0 | 31 | 302 | 125 | 50 |
| Binary | 1111 | 10010110 | 10111110 | 1011100 | 10101 | 0 | 11001 | 11000010 | 1010101 | 101000 |
Color Harmonies of #0F96BE
Complementary color
Monochromatic Colors of #0F96BE
Black with #0F96BE
Text Example
Text Example
White with #0F96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F96BE; }
p { color: rgb(15,150,190); }
H1.HeaderClassName
{
color: #0F96BE;
}
.AnyTagClassName
{
color: #0F96BE;
}
</style>
background-color css
<style>
a { background-color: #0F96BE; }
a { background-color: rgb(15,150,190); }
div.DivClassName
{
background-color: #0F96BE;
}
.BgClassName
{
background-color: #0F96BE;
}
</style>
border-color css
<style>
span { border-color: #0F96BE; }
span { border-color: rgb(15,150,190); }
td.TdClassName
{
border-color: #0F96BE;
}
.TagClassName
{
border-color: #0F96BE;
}
</style>