Shades of Bondi Blue #0F8DB6
Tints of Bondi Blue #0F8DB6
RGB
CMYK
RGB Variations
Color information
#0F8DB6 (or 0x0F8DB6) is known color: Bondi Blue. HEX triplet: 0F, 8D and B6. RGB value is (15,141,182). Sum of RGB (Red+Green+Blue) = 15+141+182=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F8DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8DB6 is #F07249. Grayscale: #6B6B6B. Windows color (decimal): -15757898 or 11963663. OLE color: 11963663.
HSL color Cylindrical-coordinate representation of color #0F8DB6: hue angle of 194.73º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F8DB6 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 141 | 182 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.29 |
| HSL | 194.73º | 0.85% | 0.39% | - |
| HSV(B) | 194.73º | 0.92% | 0.71% | - |
| XYZ | 18.17 | 22.53 | 47.65 | - |
| YUV | 108 | 169.76 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 182 | 0.92 | 0.23 | 0 | 0.29 | 194.73 | 0.85 | 0.39 |
| Hex | F | 8D | B6 | 5C | 17 | 0 | 1D | C3 | 55 | 27 |
| Octal | 17 | 215 | 266 | 134 | 27 | 0 | 35 | 303 | 125 | 47 |
| Binary | 1111 | 10001101 | 10110110 | 1011100 | 10111 | 0 | 11101 | 11000011 | 1010101 | 100111 |
Color Harmonies of #0F8DB6
Complementary color
Monochromatic Colors of #0F8DB6
Black with #0F8DB6
Text Example
Text Example
White with #0F8DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8DB6; }
p { color: rgb(15,141,182); }
H1.HeaderClassName
{
color: #0F8DB6;
}
.AnyTagClassName
{
color: #0F8DB6;
}
</style>
background-color css
<style>
a { background-color: #0F8DB6; }
a { background-color: rgb(15,141,182); }
div.DivClassName
{
background-color: #0F8DB6;
}
.BgClassName
{
background-color: #0F8DB6;
}
</style>
border-color css
<style>
span { border-color: #0F8DB6; }
span { border-color: rgb(15,141,182); }
td.TdClassName
{
border-color: #0F8DB6;
}
.TagClassName
{
border-color: #0F8DB6;
}
</style>