Shades of Bondi Blue #0F99A6
Tints of Bondi Blue #0F99A6
RGB
CMYK
RGB Variations
Color information
#0F99A6 (or 0x0F99A6) is known color: Bondi Blue. HEX triplet: 0F, 99 and A6. RGB value is (15,153,166). Sum of RGB (Red+Green+Blue) = 15+153+166=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 166 (65.23% from 255 or 49.70% from 334); Max value from RGB is 166 - color contains mainly: blue. Hex color #0F99A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F99A6 is #F06659. Grayscale: #717171. Windows color (decimal): -15754842 or 10918159. OLE color: 10918159.
HSL color Cylindrical-coordinate representation of color #0F99A6: hue angle of 185.17º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F99A6 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 153 | 166 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.35 |
| HSL | 185.17º | 0.83% | 0.35% | - |
| HSV(B) | 185.17º | 0.91% | 0.65% | - |
| XYZ | 18.47 | 25.64 | 40.05 | - |
| YUV | 113.22 | 157.78 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 166 | 0.91 | 0.08 | 0 | 0.35 | 185.17 | 0.83 | 0.35 |
| Hex | F | 99 | A6 | 5B | 8 | 0 | 23 | B9 | 53 | 23 |
| Octal | 17 | 231 | 246 | 133 | 10 | 0 | 43 | 271 | 123 | 43 |
| Binary | 1111 | 10011001 | 10100110 | 1011011 | 1000 | 0 | 100011 | 10111001 | 1010011 | 100011 |
Color Harmonies of #0F99A6
Complementary color
Monochromatic Colors of #0F99A6
Black with #0F99A6
Text Example
Text Example
White with #0F99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F99A6; }
p { color: rgb(15,153,166); }
H1.HeaderClassName
{
color: #0F99A6;
}
.AnyTagClassName
{
color: #0F99A6;
}
</style>
background-color css
<style>
a { background-color: #0F99A6; }
a { background-color: rgb(15,153,166); }
div.DivClassName
{
background-color: #0F99A6;
}
.BgClassName
{
background-color: #0F99A6;
}
</style>
border-color css
<style>
span { border-color: #0F99A6; }
span { border-color: rgb(15,153,166); }
td.TdClassName
{
border-color: #0F99A6;
}
.TagClassName
{
border-color: #0F99A6;
}
</style>