Shades of Bondi Blue #0F8DAF
Tints of Bondi Blue #0F8DAF
RGB
CMYK
RGB Variations
Color information
#0F8DAF (or 0x0F8DAF) is known color: Bondi Blue. HEX triplet: 0F, 8D and AF. RGB value is (15,141,175). Sum of RGB (Red+Green+Blue) = 15+141+175=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F8DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8DAF is #F07250. Grayscale: #6A6A6A. Windows color (decimal): -15757905 or 11504911. OLE color: 11504911.
HSL color Cylindrical-coordinate representation of color #0F8DAF: hue angle of 192.75º 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 #0F8DAF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 141 | 175 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.31 |
| HSL | 192.75º | 0.84% | 0.37% | - |
| HSV(B) | 192.75º | 0.91% | 0.69% | - |
| XYZ | 17.46 | 22.25 | 43.93 | - |
| YUV | 107.2 | 166.26 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 175 | 0.91 | 0.19 | 0 | 0.31 | 192.75 | 0.84 | 0.37 |
| Hex | F | 8D | AF | 5B | 13 | 0 | 1F | C1 | 54 | 25 |
| Octal | 17 | 215 | 257 | 133 | 23 | 0 | 37 | 301 | 124 | 45 |
| Binary | 1111 | 10001101 | 10101111 | 1011011 | 10011 | 0 | 11111 | 11000001 | 1010100 | 100101 |
Color Harmonies of #0F8DAF
Complementary color
Monochromatic Colors of #0F8DAF
Black with #0F8DAF
Text Example
Text Example
White with #0F8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8DAF; }
p { color: rgb(15,141,175); }
H1.HeaderClassName
{
color: #0F8DAF;
}
.AnyTagClassName
{
color: #0F8DAF;
}
</style>
background-color css
<style>
a { background-color: #0F8DAF; }
a { background-color: rgb(15,141,175); }
div.DivClassName
{
background-color: #0F8DAF;
}
.BgClassName
{
background-color: #0F8DAF;
}
</style>
border-color css
<style>
span { border-color: #0F8DAF; }
span { border-color: rgb(15,141,175); }
td.TdClassName
{
border-color: #0F8DAF;
}
.TagClassName
{
border-color: #0F8DAF;
}
</style>