Shades of Bondi Blue #0F98BD
Tints of Bondi Blue #0F98BD
RGB
CMYK
RGB Variations
Color information
#0F98BD (or 0x0F98BD) is known color: Bondi Blue. HEX triplet: 0F, 98 and BD. RGB value is (15,152,189). Sum of RGB (Red+Green+Blue) = 15+152+189=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F98BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F98BD is #F06742. Grayscale: #727272. Windows color (decimal): -15755075 or 12425231. OLE color: 12425231.
HSL color Cylindrical-coordinate representation of color #0F98BD: hue angle of 192.76º 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 #0F98BD is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 152 | 189 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.26 |
| HSL | 192.76º | 0.85% | 0.4% | - |
| HSV(B) | 192.76º | 0.92% | 0.74% | - |
| XYZ | 20.61 | 26.23 | 52.12 | - |
| YUV | 115.26 | 169.61 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 189 | 0.92 | 0.20 | 0 | 0.26 | 192.76 | 0.85 | 0.4 |
| Hex | F | 98 | BD | 5C | 14 | 0 | 1A | C1 | 55 | 28 |
| Octal | 17 | 230 | 275 | 134 | 24 | 0 | 32 | 301 | 125 | 50 |
| Binary | 1111 | 10011000 | 10111101 | 1011100 | 10100 | 0 | 11010 | 11000001 | 1010101 | 101000 |
Color Harmonies of #0F98BD
Complementary color
Monochromatic Colors of #0F98BD
Black with #0F98BD
Text Example
Text Example
White with #0F98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F98BD; }
p { color: rgb(15,152,189); }
H1.HeaderClassName
{
color: #0F98BD;
}
.AnyTagClassName
{
color: #0F98BD;
}
</style>
background-color css
<style>
a { background-color: #0F98BD; }
a { background-color: rgb(15,152,189); }
div.DivClassName
{
background-color: #0F98BD;
}
.BgClassName
{
background-color: #0F98BD;
}
</style>
border-color css
<style>
span { border-color: #0F98BD; }
span { border-color: rgb(15,152,189); }
td.TdClassName
{
border-color: #0F98BD;
}
.TagClassName
{
border-color: #0F98BD;
}
</style>