Shades of Bondi Blue #0F99AB
Tints of Bondi Blue #0F99AB
RGB
CMYK
RGB Variations
Color information
#0F99AB (or 0x0F99AB) is known color: Bondi Blue. HEX triplet: 0F, 99 and AB. RGB value is (15,153,171). Sum of RGB (Red+Green+Blue) = 15+153+171=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F99AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F99AB is #F06654. Grayscale: #717171. Windows color (decimal): -15754837 or 11245839. OLE color: 11245839.
HSL color Cylindrical-coordinate representation of color #0F99AB: hue angle of 186.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F99AB is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 153 | 171 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.33 |
| HSL | 186.92º | 0.84% | 0.36% | - |
| HSV(B) | 186.92º | 0.91% | 0.67% | - |
| XYZ | 18.94 | 25.82 | 42.51 | - |
| YUV | 113.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 171 | 0.91 | 0.11 | 0 | 0.33 | 186.92 | 0.84 | 0.36 |
| Hex | F | 99 | AB | 5B | B | 0 | 21 | BB | 54 | 24 |
| Octal | 17 | 231 | 253 | 133 | 13 | 0 | 41 | 273 | 124 | 44 |
| Binary | 1111 | 10011001 | 10101011 | 1011011 | 1011 | 0 | 100001 | 10111011 | 1010100 | 100100 |
Color Harmonies of #0F99AB
Complementary color
Monochromatic Colors of #0F99AB
Black with #0F99AB
Text Example
Text Example
White with #0F99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F99AB; }
p { color: rgb(15,153,171); }
H1.HeaderClassName
{
color: #0F99AB;
}
.AnyTagClassName
{
color: #0F99AB;
}
</style>
background-color css
<style>
a { background-color: #0F99AB; }
a { background-color: rgb(15,153,171); }
div.DivClassName
{
background-color: #0F99AB;
}
.BgClassName
{
background-color: #0F99AB;
}
</style>
border-color css
<style>
span { border-color: #0F99AB; }
span { border-color: rgb(15,153,171); }
td.TdClassName
{
border-color: #0F99AB;
}
.TagClassName
{
border-color: #0F99AB;
}
</style>