Shades of Bondi Blue #0F9AAA
Tints of Bondi Blue #0F9AAA
RGB
CMYK
RGB Variations
Color information
#0F9AAA (or 0x0F9AAA) is known color: Bondi Blue. HEX triplet: 0F, 9A and AA. RGB value is (15,154,170). Sum of RGB (Red+Green+Blue) = 15+154+170=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F9AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9AAA is #F06555. Grayscale: #727272. Windows color (decimal): -15754582 or 11180559. OLE color: 11180559.
HSL color Cylindrical-coordinate representation of color #0F9AAA: hue angle of 186.19º 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 #0F9AAA is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 154 | 170 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.33 |
| HSL | 186.19º | 0.84% | 0.36% | - |
| HSV(B) | 186.19º | 0.91% | 0.67% | - |
| XYZ | 19.01 | 26.12 | 42.07 | - |
| YUV | 114.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 154 | 170 | 0.91 | 0.09 | 0 | 0.33 | 186.19 | 0.84 | 0.36 |
| Hex | F | 9A | AA | 5B | 9 | 0 | 21 | BA | 54 | 24 |
| Octal | 17 | 232 | 252 | 133 | 11 | 0 | 41 | 272 | 124 | 44 |
| Binary | 1111 | 10011010 | 10101010 | 1011011 | 1001 | 0 | 100001 | 10111010 | 1010100 | 100100 |
Color Harmonies of #0F9AAA
Complementary color
Monochromatic Colors of #0F9AAA
Black with #0F9AAA
Text Example
Text Example
White with #0F9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9AAA; }
p { color: rgb(15,154,170); }
H1.HeaderClassName
{
color: #0F9AAA;
}
.AnyTagClassName
{
color: #0F9AAA;
}
</style>
background-color css
<style>
a { background-color: #0F9AAA; }
a { background-color: rgb(15,154,170); }
div.DivClassName
{
background-color: #0F9AAA;
}
.BgClassName
{
background-color: #0F9AAA;
}
</style>
border-color css
<style>
span { border-color: #0F9AAA; }
span { border-color: rgb(15,154,170); }
td.TdClassName
{
border-color: #0F9AAA;
}
.TagClassName
{
border-color: #0F9AAA;
}
</style>