Shades of Bondi Blue #0F99AF
Tints of Bondi Blue #0F99AF
RGB
CMYK
RGB Variations
Color information
#0F99AF (or 0x0F99AF) is known color: Bondi Blue. HEX triplet: 0F, 99 and AF. RGB value is (15,153,175). Sum of RGB (Red+Green+Blue) = 15+153+175=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F99AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F99AF is #F06650. Grayscale: #727272. Windows color (decimal): -15754833 or 11507983. OLE color: 11507983.
HSL color Cylindrical-coordinate representation of color #0F99AF: hue angle of 188.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F99AF is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 153 | 175 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.31 |
| HSL | 188.25º | 0.84% | 0.37% | - |
| HSV(B) | 188.25º | 0.91% | 0.69% | - |
| XYZ | 19.33 | 25.98 | 44.55 | - |
| YUV | 114.25 | 162.28 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 175 | 0.91 | 0.13 | 0 | 0.31 | 188.25 | 0.84 | 0.37 |
| Hex | F | 99 | AF | 5B | D | 0 | 1F | BC | 54 | 25 |
| Octal | 17 | 231 | 257 | 133 | 15 | 0 | 37 | 274 | 124 | 45 |
| Binary | 1111 | 10011001 | 10101111 | 1011011 | 1101 | 0 | 11111 | 10111100 | 1010100 | 100101 |
Color Harmonies of #0F99AF
Complementary color
Monochromatic Colors of #0F99AF
Black with #0F99AF
Text Example
Text Example
White with #0F99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F99AF; }
p { color: rgb(15,153,175); }
H1.HeaderClassName
{
color: #0F99AF;
}
.AnyTagClassName
{
color: #0F99AF;
}
</style>
background-color css
<style>
a { background-color: #0F99AF; }
a { background-color: rgb(15,153,175); }
div.DivClassName
{
background-color: #0F99AF;
}
.BgClassName
{
background-color: #0F99AF;
}
</style>
border-color css
<style>
span { border-color: #0F99AF; }
span { border-color: rgb(15,153,175); }
td.TdClassName
{
border-color: #0F99AF;
}
.TagClassName
{
border-color: #0F99AF;
}
</style>