Shades of Bondi Blue #089AAB
Tints of Bondi Blue #089AAB
RGB
CMYK
RGB Variations
Color information
#089AAB (or 0x089AAB) is known color: Bondi Blue. HEX triplet: 08, 9A and AB. RGB value is (8,154,171). Sum of RGB (Red+Green+Blue) = 8+154+171=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #089AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AAB is #F76554. Grayscale: #707070. Windows color (decimal): -16213333 or 11246088. OLE color: 11246088.
HSL color Cylindrical-coordinate representation of color #089AAB: hue angle of 186.26º degrees, saturation: 0.91, 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 #089AAB is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 154 | 171 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.33 |
| HSL | 186.26º | 0.91% | 0.35% | - |
| HSV(B) | 186.26º | 0.95% | 0.67% | - |
| XYZ | 19.01 | 26.1 | 42.56 | - |
| YUV | 112.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 171 | 0.95 | 0.10 | 0 | 0.33 | 186.26 | 0.91 | 0.35 |
| Hex | 8 | 9A | AB | 5F | A | 0 | 21 | BA | 5B | 23 |
| Octal | 10 | 232 | 253 | 137 | 12 | 0 | 41 | 272 | 133 | 43 |
| Binary | 1000 | 10011010 | 10101011 | 1011111 | 1010 | 0 | 100001 | 10111010 | 1011011 | 100011 |
Color Harmonies of #089AAB
Complementary color
Monochromatic Colors of #089AAB
Black with #089AAB
Text Example
Text Example
White with #089AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AAB; }
p { color: rgb(8,154,171); }
H1.HeaderClassName
{
color: #089AAB;
}
.AnyTagClassName
{
color: #089AAB;
}
</style>
background-color css
<style>
a { background-color: #089AAB; }
a { background-color: rgb(8,154,171); }
div.DivClassName
{
background-color: #089AAB;
}
.BgClassName
{
background-color: #089AAB;
}
</style>
border-color css
<style>
span { border-color: #089AAB; }
span { border-color: rgb(8,154,171); }
td.TdClassName
{
border-color: #089AAB;
}
.TagClassName
{
border-color: #089AAB;
}
</style>