Shades of Bondi Blue #098FBB
Tints of Bondi Blue #098FBB
RGB
CMYK
RGB Variations
Color information
#098FBB (or 0x098FBB) is known color: Bondi Blue. HEX triplet: 09, 8F and BB. RGB value is (9,143,187). Sum of RGB (Red+Green+Blue) = 9+143+187=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #098FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FBB is #F67044. Grayscale: #6B6B6B. Windows color (decimal): -16150597 or 12291849. OLE color: 12291849.
HSL color Cylindrical-coordinate representation of color #098FBB: hue angle of 194.83º 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 #098FBB is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 143 | 187 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.27 |
| HSL | 194.83º | 0.91% | 0.38% | - |
| HSV(B) | 194.83º | 0.95% | 0.73% | - |
| XYZ | 18.9 | 23.29 | 50.51 | - |
| YUV | 107.95 | 172.61 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 187 | 0.95 | 0.24 | 0 | 0.27 | 194.83 | 0.91 | 0.38 |
| Hex | 9 | 8F | BB | 5F | 18 | 0 | 1B | C3 | 5B | 26 |
| Octal | 11 | 217 | 273 | 137 | 30 | 0 | 33 | 303 | 133 | 46 |
| Binary | 1001 | 10001111 | 10111011 | 1011111 | 11000 | 0 | 11011 | 11000011 | 1011011 | 100110 |
Color Harmonies of #098FBB
Complementary color
Monochromatic Colors of #098FBB
Black with #098FBB
Text Example
Text Example
White with #098FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FBB; }
p { color: rgb(9,143,187); }
H1.HeaderClassName
{
color: #098FBB;
}
.AnyTagClassName
{
color: #098FBB;
}
</style>
background-color css
<style>
a { background-color: #098FBB; }
a { background-color: rgb(9,143,187); }
div.DivClassName
{
background-color: #098FBB;
}
.BgClassName
{
background-color: #098FBB;
}
</style>
border-color css
<style>
span { border-color: #098FBB; }
span { border-color: rgb(9,143,187); }
td.TdClassName
{
border-color: #098FBB;
}
.TagClassName
{
border-color: #098FBB;
}
</style>