Shades of Bondi Blue #0986BA
Tints of Bondi Blue #0986BA
RGB
CMYK
RGB Variations
Color information
#0986BA (or 0x0986BA) is known color: Bondi Blue. HEX triplet: 09, 86 and BA. RGB value is (9,134,186). Sum of RGB (Red+Green+Blue) = 9+134+186=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #0986BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986BA is #F67945. Grayscale: #666666. Windows color (decimal): -16152902 or 12224009. OLE color: 12224009.
HSL color Cylindrical-coordinate representation of color #0986BA: hue angle of 197.63º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0986BA is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 134 | 186 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.27 |
| HSL | 197.63º | 0.91% | 0.38% | - |
| HSV(B) | 197.63º | 0.95% | 0.73% | - |
| XYZ | 17.5 | 20.65 | 49.52 | - |
| YUV | 102.55 | 175.09 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 186 | 0.95 | 0.28 | 0 | 0.27 | 197.63 | 0.91 | 0.38 |
| Hex | 9 | 86 | BA | 5F | 1C | 0 | 1B | C6 | 5B | 26 |
| Octal | 11 | 206 | 272 | 137 | 34 | 0 | 33 | 306 | 133 | 46 |
| Binary | 1001 | 10000110 | 10111010 | 1011111 | 11100 | 0 | 11011 | 11000110 | 1011011 | 100110 |
Color Harmonies of #0986BA
Complementary color
Monochromatic Colors of #0986BA
Black with #0986BA
Text Example
Text Example
White with #0986BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0986BA; }
p { color: rgb(9,134,186); }
H1.HeaderClassName
{
color: #0986BA;
}
.AnyTagClassName
{
color: #0986BA;
}
</style>
background-color css
<style>
a { background-color: #0986BA; }
a { background-color: rgb(9,134,186); }
div.DivClassName
{
background-color: #0986BA;
}
.BgClassName
{
background-color: #0986BA;
}
</style>
border-color css
<style>
span { border-color: #0986BA; }
span { border-color: rgb(9,134,186); }
td.TdClassName
{
border-color: #0986BA;
}
.TagClassName
{
border-color: #0986BA;
}
</style>