Shades of Bondi Blue #098CBA
Tints of Bondi Blue #098CBA
RGB
CMYK
RGB Variations
Color information
#098CBA (or 0x098CBA) is known color: Bondi Blue. HEX triplet: 09, 8C and BA. RGB value is (9,140,186). Sum of RGB (Red+Green+Blue) = 9+140+186=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #098CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CBA is #F67345. Grayscale: #696969. Windows color (decimal): -16151366 or 12225545. OLE color: 12225545.
HSL color Cylindrical-coordinate representation of color #098CBA: hue angle of 195.59º 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 #098CBA is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 140 | 186 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.27 |
| HSL | 195.59º | 0.91% | 0.38% | - |
| HSV(B) | 195.59º | 0.95% | 0.73% | - |
| XYZ | 18.35 | 22.36 | 49.8 | - |
| YUV | 106.08 | 173.1 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 186 | 0.95 | 0.25 | 0 | 0.27 | 195.59 | 0.91 | 0.38 |
| Hex | 9 | 8C | BA | 5F | 19 | 0 | 1B | C4 | 5B | 26 |
| Octal | 11 | 214 | 272 | 137 | 31 | 0 | 33 | 304 | 133 | 46 |
| Binary | 1001 | 10001100 | 10111010 | 1011111 | 11001 | 0 | 11011 | 11000100 | 1011011 | 100110 |
Color Harmonies of #098CBA
Complementary color
Monochromatic Colors of #098CBA
Black with #098CBA
Text Example
Text Example
White with #098CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CBA; }
p { color: rgb(9,140,186); }
H1.HeaderClassName
{
color: #098CBA;
}
.AnyTagClassName
{
color: #098CBA;
}
</style>
background-color css
<style>
a { background-color: #098CBA; }
a { background-color: rgb(9,140,186); }
div.DivClassName
{
background-color: #098CBA;
}
.BgClassName
{
background-color: #098CBA;
}
</style>
border-color css
<style>
span { border-color: #098CBA; }
span { border-color: rgb(9,140,186); }
td.TdClassName
{
border-color: #098CBA;
}
.TagClassName
{
border-color: #098CBA;
}
</style>