Shades of Bondi Blue #089BBB
Tints of Bondi Blue #089BBB
RGB
CMYK
RGB Variations
Color information
#089BBB (or 0x089BBB) is known color: Bondi Blue. HEX triplet: 08, 9B and BB. RGB value is (8,155,187). Sum of RGB (Red+Green+Blue) = 8+155+187=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #089BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BBB is #F76444. Grayscale: #727272. Windows color (decimal): -16213061 or 12294920. OLE color: 12294920.
HSL color Cylindrical-coordinate representation of color #089BBB: hue angle of 190.73º 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 #089BBB is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 155 | 187 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.27 |
| HSL | 190.73º | 0.92% | 0.38% | - |
| HSV(B) | 190.73º | 0.96% | 0.73% | - |
| XYZ | 20.79 | 27.08 | 51.15 | - |
| YUV | 114.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 187 | 0.96 | 0.17 | 0 | 0.27 | 190.73 | 0.92 | 0.38 |
| Hex | 8 | 9B | BB | 60 | 11 | 0 | 1B | BF | 5C | 26 |
| Octal | 10 | 233 | 273 | 140 | 21 | 0 | 33 | 277 | 134 | 46 |
| Binary | 1000 | 10011011 | 10111011 | 1100000 | 10001 | 0 | 11011 | 10111111 | 1011100 | 100110 |
Color Harmonies of #089BBB
Complementary color
Monochromatic Colors of #089BBB
Black with #089BBB
Text Example
Text Example
White with #089BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BBB; }
p { color: rgb(8,155,187); }
H1.HeaderClassName
{
color: #089BBB;
}
.AnyTagClassName
{
color: #089BBB;
}
</style>
background-color css
<style>
a { background-color: #089BBB; }
a { background-color: rgb(8,155,187); }
div.DivClassName
{
background-color: #089BBB;
}
.BgClassName
{
background-color: #089BBB;
}
</style>
border-color css
<style>
span { border-color: #089BBB; }
span { border-color: rgb(8,155,187); }
td.TdClassName
{
border-color: #089BBB;
}
.TagClassName
{
border-color: #089BBB;
}
</style>