Shades of Bondi Blue #098BB0
Tints of Bondi Blue #098BB0
RGB
CMYK
RGB Variations
Color information
#098BB0 (or 0x098BB0) is known color: Bondi Blue. HEX triplet: 09, 8B and B0. RGB value is (9,139,176). Sum of RGB (Red+Green+Blue) = 9+139+176=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 176 (69.14% from 255 or 54.32% from 324); Max value from RGB is 176 - color contains mainly: blue. Hex color #098BB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BB0 is #F6744F. Grayscale: #686868. Windows color (decimal): -16151632 or 11569929. OLE color: 11569929.
HSL color Cylindrical-coordinate representation of color #098BB0: hue angle of 193.29º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098BB0 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 139 | 176 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.31 |
| HSL | 193.29º | 0.9% | 0.36% | - |
| HSV(B) | 193.29º | 0.95% | 0.69% | - |
| XYZ | 17.18 | 21.66 | 44.35 | - |
| YUV | 104.35 | 168.43 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 176 | 0.95 | 0.21 | 0 | 0.31 | 193.29 | 0.9 | 0.36 |
| Hex | 9 | 8B | B0 | 5F | 15 | 0 | 1F | C1 | 5A | 24 |
| Octal | 11 | 213 | 260 | 137 | 25 | 0 | 37 | 301 | 132 | 44 |
| Binary | 1001 | 10001011 | 10110000 | 1011111 | 10101 | 0 | 11111 | 11000001 | 1011010 | 100100 |
Color Harmonies of #098BB0
Complementary color
Monochromatic Colors of #098BB0
Black with #098BB0
Text Example
Text Example
White with #098BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BB0; }
p { color: rgb(9,139,176); }
H1.HeaderClassName
{
color: #098BB0;
}
.AnyTagClassName
{
color: #098BB0;
}
</style>
background-color css
<style>
a { background-color: #098BB0; }
a { background-color: rgb(9,139,176); }
div.DivClassName
{
background-color: #098BB0;
}
.BgClassName
{
background-color: #098BB0;
}
</style>
border-color css
<style>
span { border-color: #098BB0; }
span { border-color: rgb(9,139,176); }
td.TdClassName
{
border-color: #098BB0;
}
.TagClassName
{
border-color: #098BB0;
}
</style>