Shades of Bondi Blue #0F8FAC
Tints of Bondi Blue #0F8FAC
RGB
CMYK
RGB Variations
Color information
#0F8FAC (or 0x0F8FAC) is known color: Bondi Blue. HEX triplet: 0F, 8F and AC. RGB value is (15,143,172). Sum of RGB (Red+Green+Blue) = 15+143+172=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F8FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8FAC is #F07053. Grayscale: #6B6B6B. Windows color (decimal): -15757396 or 11308815. OLE color: 11308815.
HSL color Cylindrical-coordinate representation of color #0F8FAC: hue angle of 191.08º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F8FAC is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 143 | 172 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.33 |
| HSL | 191.08º | 0.84% | 0.37% | - |
| HSV(B) | 191.08º | 0.91% | 0.67% | - |
| XYZ | 17.47 | 22.73 | 42.5 | - |
| YUV | 108.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 143 | 172 | 0.91 | 0.17 | 0 | 0.33 | 191.08 | 0.84 | 0.37 |
| Hex | F | 8F | AC | 5B | 11 | 0 | 21 | BF | 54 | 25 |
| Octal | 17 | 217 | 254 | 133 | 21 | 0 | 41 | 277 | 124 | 45 |
| Binary | 1111 | 10001111 | 10101100 | 1011011 | 10001 | 0 | 100001 | 10111111 | 1010100 | 100101 |
Color Harmonies of #0F8FAC
Complementary color
Monochromatic Colors of #0F8FAC
Black with #0F8FAC
Text Example
Text Example
White with #0F8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8FAC; }
p { color: rgb(15,143,172); }
H1.HeaderClassName
{
color: #0F8FAC;
}
.AnyTagClassName
{
color: #0F8FAC;
}
</style>
background-color css
<style>
a { background-color: #0F8FAC; }
a { background-color: rgb(15,143,172); }
div.DivClassName
{
background-color: #0F8FAC;
}
.BgClassName
{
background-color: #0F8FAC;
}
</style>
border-color css
<style>
span { border-color: #0F8FAC; }
span { border-color: rgb(15,143,172); }
td.TdClassName
{
border-color: #0F8FAC;
}
.TagClassName
{
border-color: #0F8FAC;
}
</style>