Shades of Bondi Blue #098BAC
Tints of Bondi Blue #098BAC
RGB
CMYK
RGB Variations
Color information
#098BAC (or 0x098BAC) is known color: Bondi Blue. HEX triplet: 09, 8B and AC. RGB value is (9,139,172). Sum of RGB (Red+Green+Blue) = 9+139+172=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #098BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BAC is #F67453. Grayscale: #676767. Windows color (decimal): -16151636 or 11307785. OLE color: 11307785.
HSL color Cylindrical-coordinate representation of color #098BAC: hue angle of 192.15º 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 #098BAC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 139 | 172 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.33 |
| HSL | 192.15º | 0.9% | 0.35% | - |
| HSV(B) | 192.15º | 0.95% | 0.67% | - |
| XYZ | 16.79 | 21.5 | 42.29 | - |
| YUV | 103.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 172 | 0.95 | 0.19 | 0 | 0.33 | 192.15 | 0.9 | 0.35 |
| Hex | 9 | 8B | AC | 5F | 13 | 0 | 21 | C0 | 5A | 23 |
| Octal | 11 | 213 | 254 | 137 | 23 | 0 | 41 | 300 | 132 | 43 |
| Binary | 1001 | 10001011 | 10101100 | 1011111 | 10011 | 0 | 100001 | 11000000 | 1011010 | 100011 |
Color Harmonies of #098BAC
Complementary color
Monochromatic Colors of #098BAC
Black with #098BAC
Text Example
Text Example
White with #098BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BAC; }
p { color: rgb(9,139,172); }
H1.HeaderClassName
{
color: #098BAC;
}
.AnyTagClassName
{
color: #098BAC;
}
</style>
background-color css
<style>
a { background-color: #098BAC; }
a { background-color: rgb(9,139,172); }
div.DivClassName
{
background-color: #098BAC;
}
.BgClassName
{
background-color: #098BAC;
}
</style>
border-color css
<style>
span { border-color: #098BAC; }
span { border-color: rgb(9,139,172); }
td.TdClassName
{
border-color: #098BAC;
}
.TagClassName
{
border-color: #098BAC;
}
</style>