Shades of Bondi Blue #0F9BAC
Tints of Bondi Blue #0F9BAC
RGB
CMYK
RGB Variations
Color information
#0F9BAC (or 0x0F9BAC) is known color: Bondi Blue. HEX triplet: 0F, 9B and AC. RGB value is (15,155,172). Sum of RGB (Red+Green+Blue) = 15+155+172=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F9BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9BAC is #F06453. Grayscale: #727272. Windows color (decimal): -15754324 or 11311887. OLE color: 11311887.
HSL color Cylindrical-coordinate representation of color #0F9BAC: hue angle of 186.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9BAC is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 155 | 172 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.33 |
| HSL | 186.5º | 0.84% | 0.37% | - |
| HSV(B) | 186.5º | 0.91% | 0.67% | - |
| XYZ | 19.36 | 26.52 | 43.13 | - |
| YUV | 115.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 172 | 0.91 | 0.10 | 0 | 0.33 | 186.5 | 0.84 | 0.37 |
| Hex | F | 9B | AC | 5B | A | 0 | 21 | BA | 54 | 25 |
| Octal | 17 | 233 | 254 | 133 | 12 | 0 | 41 | 272 | 124 | 45 |
| Binary | 1111 | 10011011 | 10101100 | 1011011 | 1010 | 0 | 100001 | 10111010 | 1010100 | 100101 |
Color Harmonies of #0F9BAC
Complementary color
Monochromatic Colors of #0F9BAC
Black with #0F9BAC
Text Example
Text Example
White with #0F9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9BAC; }
p { color: rgb(15,155,172); }
H1.HeaderClassName
{
color: #0F9BAC;
}
.AnyTagClassName
{
color: #0F9BAC;
}
</style>
background-color css
<style>
a { background-color: #0F9BAC; }
a { background-color: rgb(15,155,172); }
div.DivClassName
{
background-color: #0F9BAC;
}
.BgClassName
{
background-color: #0F9BAC;
}
</style>
border-color css
<style>
span { border-color: #0F9BAC; }
span { border-color: rgb(15,155,172); }
td.TdClassName
{
border-color: #0F9BAC;
}
.TagClassName
{
border-color: #0F9BAC;
}
</style>