Shades of Bondi Blue #0F90BF
Tints of Bondi Blue #0F90BF
RGB
CMYK
RGB Variations
Color information
#0F90BF (or 0x0F90BF) is known color: Bondi Blue. HEX triplet: 0F, 90 and BF. RGB value is (15,144,191). Sum of RGB (Red+Green+Blue) = 15+144+191=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F90BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F90BF is #F06F40. Grayscale: #6E6E6E. Windows color (decimal): -15757121 or 12554255. OLE color: 12554255.
HSL color Cylindrical-coordinate representation of color #0F90BF: hue angle of 196.02º 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 #0F90BF is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 144 | 191 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.25 |
| HSL | 196.02º | 0.85% | 0.4% | - |
| HSV(B) | 196.02º | 0.92% | 0.75% | - |
| XYZ | 19.57 | 23.81 | 52.85 | - |
| YUV | 110.79 | 173.26 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 191 | 0.92 | 0.25 | 0 | 0.25 | 196.02 | 0.85 | 0.4 |
| Hex | F | 90 | BF | 5C | 19 | 0 | 19 | C4 | 55 | 28 |
| Octal | 17 | 220 | 277 | 134 | 31 | 0 | 31 | 304 | 125 | 50 |
| Binary | 1111 | 10010000 | 10111111 | 1011100 | 11001 | 0 | 11001 | 11000100 | 1010101 | 101000 |
Color Harmonies of #0F90BF
Complementary color
Monochromatic Colors of #0F90BF
Black with #0F90BF
Text Example
Text Example
White with #0F90BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F90BF; }
p { color: rgb(15,144,191); }
H1.HeaderClassName
{
color: #0F90BF;
}
.AnyTagClassName
{
color: #0F90BF;
}
</style>
background-color css
<style>
a { background-color: #0F90BF; }
a { background-color: rgb(15,144,191); }
div.DivClassName
{
background-color: #0F90BF;
}
.BgClassName
{
background-color: #0F90BF;
}
</style>
border-color css
<style>
span { border-color: #0F90BF; }
span { border-color: rgb(15,144,191); }
td.TdClassName
{
border-color: #0F90BF;
}
.TagClassName
{
border-color: #0F90BF;
}
</style>