Shades of Bondi Blue #0F82BF
Tints of Bondi Blue #0F82BF
RGB
CMYK
RGB Variations
Color information
#0F82BF (or 0x0F82BF) is known color: Bondi Blue. HEX triplet: 0F, 82 and BF. RGB value is (15,130,191). Sum of RGB (Red+Green+Blue) = 15+130+191=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F82BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F82BF is #F07D40. Grayscale: #666666. Windows color (decimal): -15760705 or 12550671. OLE color: 12550671.
HSL color Cylindrical-coordinate representation of color #0F82BF: hue angle of 200.8º 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 #0F82BF is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 130 | 191 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.25 |
| HSL | 200.8º | 0.85% | 0.4% | - |
| HSV(B) | 200.8º | 0.92% | 0.75% | - |
| XYZ | 17.58 | 19.83 | 52.19 | - |
| YUV | 102.57 | 177.9 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 191 | 0.92 | 0.32 | 0 | 0.25 | 200.8 | 0.85 | 0.4 |
| Hex | F | 82 | BF | 5C | 20 | 0 | 19 | C9 | 55 | 28 |
| Octal | 17 | 202 | 277 | 134 | 40 | 0 | 31 | 311 | 125 | 50 |
| Binary | 1111 | 10000010 | 10111111 | 1011100 | 100000 | 0 | 11001 | 11001001 | 1010101 | 101000 |
Color Harmonies of #0F82BF
Complementary color
Monochromatic Colors of #0F82BF
Black with #0F82BF
Text Example
Text Example
White with #0F82BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F82BF; }
p { color: rgb(15,130,191); }
H1.HeaderClassName
{
color: #0F82BF;
}
.AnyTagClassName
{
color: #0F82BF;
}
</style>
background-color css
<style>
a { background-color: #0F82BF; }
a { background-color: rgb(15,130,191); }
div.DivClassName
{
background-color: #0F82BF;
}
.BgClassName
{
background-color: #0F82BF;
}
</style>
border-color css
<style>
span { border-color: #0F82BF; }
span { border-color: rgb(15,130,191); }
td.TdClassName
{
border-color: #0F82BF;
}
.TagClassName
{
border-color: #0F82BF;
}
</style>