Shades of Bondi Blue #098FAC
Tints of Bondi Blue #098FAC
RGB
CMYK
RGB Variations
Color information
#098FAC (or 0x098FAC) is known color: Bondi Blue. HEX triplet: 09, 8F and AC. RGB value is (9,143,172). Sum of RGB (Red+Green+Blue) = 9+143+172=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #098FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098FAC is #F67053. Grayscale: #696969. Windows color (decimal): -16150612 or 11308809. OLE color: 11308809.
HSL color Cylindrical-coordinate representation of color #098FAC: hue angle of 190.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098FAC is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 143 | 172 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.33 |
| HSL | 190.67º | 0.9% | 0.35% | - |
| HSV(B) | 190.67º | 0.95% | 0.67% | - |
| XYZ | 17.38 | 22.68 | 42.49 | - |
| YUV | 106.24 | 165.11 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 172 | 0.95 | 0.17 | 0 | 0.33 | 190.67 | 0.9 | 0.35 |
| Hex | 9 | 8F | AC | 5F | 11 | 0 | 21 | BF | 5A | 23 |
| Octal | 11 | 217 | 254 | 137 | 21 | 0 | 41 | 277 | 132 | 43 |
| Binary | 1001 | 10001111 | 10101100 | 1011111 | 10001 | 0 | 100001 | 10111111 | 1011010 | 100011 |
Color Harmonies of #098FAC
Complementary color
Monochromatic Colors of #098FAC
Black with #098FAC
Text Example
Text Example
White with #098FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FAC; }
p { color: rgb(9,143,172); }
H1.HeaderClassName
{
color: #098FAC;
}
.AnyTagClassName
{
color: #098FAC;
}
</style>
background-color css
<style>
a { background-color: #098FAC; }
a { background-color: rgb(9,143,172); }
div.DivClassName
{
background-color: #098FAC;
}
.BgClassName
{
background-color: #098FAC;
}
</style>
border-color css
<style>
span { border-color: #098FAC; }
span { border-color: rgb(9,143,172); }
td.TdClassName
{
border-color: #098FAC;
}
.TagClassName
{
border-color: #098FAC;
}
</style>