Shades of Bondi Blue #0899BB
Tints of Bondi Blue #0899BB
RGB
CMYK
RGB Variations
Color information
#0899BB (or 0x0899BB) is known color: Bondi Blue. HEX triplet: 08, 99 and BB. RGB value is (8,153,187). Sum of RGB (Red+Green+Blue) = 8+153+187=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #0899BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0899BB is #F76644. Grayscale: #717171. Windows color (decimal): -16213573 or 12294408. OLE color: 12294408.
HSL color Cylindrical-coordinate representation of color #0899BB: hue angle of 191.4º 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 #0899BB is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 153 | 187 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.27 |
| HSL | 191.4º | 0.92% | 0.38% | - |
| HSV(B) | 191.4º | 0.96% | 0.73% | - |
| XYZ | 20.46 | 26.42 | 51.04 | - |
| YUV | 113.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 187 | 0.96 | 0.18 | 0 | 0.27 | 191.4 | 0.92 | 0.38 |
| Hex | 8 | 99 | BB | 60 | 12 | 0 | 1B | BF | 5C | 26 |
| Octal | 10 | 231 | 273 | 140 | 22 | 0 | 33 | 277 | 134 | 46 |
| Binary | 1000 | 10011001 | 10111011 | 1100000 | 10010 | 0 | 11011 | 10111111 | 1011100 | 100110 |
Color Harmonies of #0899BB
Complementary color
Monochromatic Colors of #0899BB
Black with #0899BB
Text Example
Text Example
White with #0899BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899BB; }
p { color: rgb(8,153,187); }
H1.HeaderClassName
{
color: #0899BB;
}
.AnyTagClassName
{
color: #0899BB;
}
</style>
background-color css
<style>
a { background-color: #0899BB; }
a { background-color: rgb(8,153,187); }
div.DivClassName
{
background-color: #0899BB;
}
.BgClassName
{
background-color: #0899BB;
}
</style>
border-color css
<style>
span { border-color: #0899BB; }
span { border-color: rgb(8,153,187); }
td.TdClassName
{
border-color: #0899BB;
}
.TagClassName
{
border-color: #0899BB;
}
</style>