Shades of Bondi Blue #098DAB
Tints of Bondi Blue #098DAB
RGB
CMYK
RGB Variations
Color information
#098DAB (or 0x098DAB) is known color: Bondi Blue. HEX triplet: 09, 8D and AB. RGB value is (9,141,171). Sum of RGB (Red+Green+Blue) = 9+141+171=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #098DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DAB is #F67254. Grayscale: #686868. Windows color (decimal): -16151125 or 11242761. OLE color: 11242761.
HSL color Cylindrical-coordinate representation of color #098DAB: hue angle of 191.11º 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 #098DAB is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 141 | 171 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.33 |
| HSL | 191.11º | 0.9% | 0.35% | - |
| HSV(B) | 191.11º | 0.95% | 0.67% | - |
| XYZ | 16.99 | 22.05 | 41.89 | - |
| YUV | 104.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 171 | 0.95 | 0.18 | 0 | 0.33 | 191.11 | 0.9 | 0.35 |
| Hex | 9 | 8D | AB | 5F | 12 | 0 | 21 | BF | 5A | 23 |
| Octal | 11 | 215 | 253 | 137 | 22 | 0 | 41 | 277 | 132 | 43 |
| Binary | 1001 | 10001101 | 10101011 | 1011111 | 10010 | 0 | 100001 | 10111111 | 1011010 | 100011 |
Color Harmonies of #098DAB
Complementary color
Monochromatic Colors of #098DAB
Black with #098DAB
Text Example
Text Example
White with #098DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DAB; }
p { color: rgb(9,141,171); }
H1.HeaderClassName
{
color: #098DAB;
}
.AnyTagClassName
{
color: #098DAB;
}
</style>
background-color css
<style>
a { background-color: #098DAB; }
a { background-color: rgb(9,141,171); }
div.DivClassName
{
background-color: #098DAB;
}
.BgClassName
{
background-color: #098DAB;
}
</style>
border-color css
<style>
span { border-color: #098DAB; }
span { border-color: rgb(9,141,171); }
td.TdClassName
{
border-color: #098DAB;
}
.TagClassName
{
border-color: #098DAB;
}
</style>