Shades of Bondi Blue #098ABB
Tints of Bondi Blue #098ABB
RGB
CMYK
RGB Variations
Color information
#098ABB (or 0x098ABB) is known color: Bondi Blue. HEX triplet: 09, 8A and BB. RGB value is (9,138,187). Sum of RGB (Red+Green+Blue) = 9+138+187=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #098ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ABB is #F67544. Grayscale: #686868. Windows color (decimal): -16151877 or 12290569. OLE color: 12290569.
HSL color Cylindrical-coordinate representation of color #098ABB: hue angle of 196.52º 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 #098ABB is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 138 | 187 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.27 |
| HSL | 196.52º | 0.91% | 0.38% | - |
| HSV(B) | 196.52º | 0.95% | 0.73% | - |
| XYZ | 18.17 | 21.82 | 50.27 | - |
| YUV | 105.02 | 174.26 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 187 | 0.95 | 0.26 | 0 | 0.27 | 196.52 | 0.91 | 0.38 |
| Hex | 9 | 8A | BB | 5F | 1A | 0 | 1B | C5 | 5B | 26 |
| Octal | 11 | 212 | 273 | 137 | 32 | 0 | 33 | 305 | 133 | 46 |
| Binary | 1001 | 10001010 | 10111011 | 1011111 | 11010 | 0 | 11011 | 11000101 | 1011011 | 100110 |
Color Harmonies of #098ABB
Complementary color
Monochromatic Colors of #098ABB
Black with #098ABB
Text Example
Text Example
White with #098ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098ABB; }
p { color: rgb(9,138,187); }
H1.HeaderClassName
{
color: #098ABB;
}
.AnyTagClassName
{
color: #098ABB;
}
</style>
background-color css
<style>
a { background-color: #098ABB; }
a { background-color: rgb(9,138,187); }
div.DivClassName
{
background-color: #098ABB;
}
.BgClassName
{
background-color: #098ABB;
}
</style>
border-color css
<style>
span { border-color: #098ABB; }
span { border-color: rgb(9,138,187); }
td.TdClassName
{
border-color: #098ABB;
}
.TagClassName
{
border-color: #098ABB;
}
</style>