Shades of Bondi Blue #089ABB
Tints of Bondi Blue #089ABB
RGB
CMYK
RGB Variations
Color information
#089ABB (or 0x089ABB) is known color: Bondi Blue. HEX triplet: 08, 9A and BB. RGB value is (8,154,187). Sum of RGB (Red+Green+Blue) = 8+154+187=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #089ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ABB is #F76544. Grayscale: #717171. Windows color (decimal): -16213317 or 12294664. OLE color: 12294664.
HSL color Cylindrical-coordinate representation of color #089ABB: hue angle of 191.06º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ABB is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 154 | 187 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.27 |
| HSL | 191.06º | 0.92% | 0.38% | - |
| HSV(B) | 191.06º | 0.96% | 0.73% | - |
| XYZ | 20.63 | 26.75 | 51.09 | - |
| YUV | 114.11 | 169.13 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 187 | 0.96 | 0.18 | 0 | 0.27 | 191.06 | 0.92 | 0.38 |
| Hex | 8 | 9A | BB | 60 | 12 | 0 | 1B | BF | 5C | 26 |
| Octal | 10 | 232 | 273 | 140 | 22 | 0 | 33 | 277 | 134 | 46 |
| Binary | 1000 | 10011010 | 10111011 | 1100000 | 10010 | 0 | 11011 | 10111111 | 1011100 | 100110 |
Color Harmonies of #089ABB
Complementary color
Monochromatic Colors of #089ABB
Black with #089ABB
Text Example
Text Example
White with #089ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089ABB; }
p { color: rgb(8,154,187); }
H1.HeaderClassName
{
color: #089ABB;
}
.AnyTagClassName
{
color: #089ABB;
}
</style>
background-color css
<style>
a { background-color: #089ABB; }
a { background-color: rgb(8,154,187); }
div.DivClassName
{
background-color: #089ABB;
}
.BgClassName
{
background-color: #089ABB;
}
</style>
border-color css
<style>
span { border-color: #089ABB; }
span { border-color: rgb(8,154,187); }
td.TdClassName
{
border-color: #089ABB;
}
.TagClassName
{
border-color: #089ABB;
}
</style>