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