Shades of Bondi Blue #0F90BA
Tints of Bondi Blue #0F90BA
RGB
CMYK
RGB Variations
Color information
#0F90BA (or 0x0F90BA) is known color: Bondi Blue. HEX triplet: 0F, 90 and BA. RGB value is (15,144,186). Sum of RGB (Red+Green+Blue) = 15+144+186=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F90BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F90BA is #F06F45. Grayscale: #6D6D6D. Windows color (decimal): -15757126 or 12226575. OLE color: 12226575.
HSL color Cylindrical-coordinate representation of color #0F90BA: hue angle of 194.74º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F90BA is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 144 | 186 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.27 |
| HSL | 194.74º | 0.85% | 0.39% | - |
| HSV(B) | 194.74º | 0.92% | 0.73% | - |
| XYZ | 19.03 | 23.59 | 50.01 | - |
| YUV | 110.22 | 170.76 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 186 | 0.92 | 0.23 | 0 | 0.27 | 194.74 | 0.85 | 0.39 |
| Hex | F | 90 | BA | 5C | 17 | 0 | 1B | C3 | 55 | 27 |
| Octal | 17 | 220 | 272 | 134 | 27 | 0 | 33 | 303 | 125 | 47 |
| Binary | 1111 | 10010000 | 10111010 | 1011100 | 10111 | 0 | 11011 | 11000011 | 1010101 | 100111 |
Color Harmonies of #0F90BA
Complementary color
Monochromatic Colors of #0F90BA
Black with #0F90BA
Text Example
Text Example
White with #0F90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F90BA; }
p { color: rgb(15,144,186); }
H1.HeaderClassName
{
color: #0F90BA;
}
.AnyTagClassName
{
color: #0F90BA;
}
</style>
background-color css
<style>
a { background-color: #0F90BA; }
a { background-color: rgb(15,144,186); }
div.DivClassName
{
background-color: #0F90BA;
}
.BgClassName
{
background-color: #0F90BA;
}
</style>
border-color css
<style>
span { border-color: #0F90BA; }
span { border-color: rgb(15,144,186); }
td.TdClassName
{
border-color: #0F90BA;
}
.TagClassName
{
border-color: #0F90BA;
}
</style>