Shades of Bondi Blue #0898BB
Tints of Bondi Blue #0898BB
RGB
CMYK
RGB Variations
Color information
#0898BB (or 0x0898BB) is known color: Bondi Blue. HEX triplet: 08, 98 and BB. RGB value is (8,152,187). Sum of RGB (Red+Green+Blue) = 8+152+187=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #0898BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0898BB is #F76744. Grayscale: #707070. Windows color (decimal): -16213829 or 12294152. OLE color: 12294152.
HSL color Cylindrical-coordinate representation of color #0898BB: hue angle of 191.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 #0898BB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 152 | 187 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.27 |
| HSL | 191.73º | 0.92% | 0.38% | - |
| HSV(B) | 191.73º | 0.96% | 0.73% | - |
| XYZ | 20.3 | 26.1 | 50.98 | - |
| YUV | 112.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 187 | 0.96 | 0.19 | 0 | 0.27 | 191.73 | 0.92 | 0.38 |
| Hex | 8 | 98 | BB | 60 | 13 | 0 | 1B | C0 | 5C | 26 |
| Octal | 10 | 230 | 273 | 140 | 23 | 0 | 33 | 300 | 134 | 46 |
| Binary | 1000 | 10011000 | 10111011 | 1100000 | 10011 | 0 | 11011 | 11000000 | 1011100 | 100110 |
Color Harmonies of #0898BB
Complementary color
Monochromatic Colors of #0898BB
Black with #0898BB
Text Example
Text Example
White with #0898BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0898BB; }
p { color: rgb(8,152,187); }
H1.HeaderClassName
{
color: #0898BB;
}
.AnyTagClassName
{
color: #0898BB;
}
</style>
background-color css
<style>
a { background-color: #0898BB; }
a { background-color: rgb(8,152,187); }
div.DivClassName
{
background-color: #0898BB;
}
.BgClassName
{
background-color: #0898BB;
}
</style>
border-color css
<style>
span { border-color: #0898BB; }
span { border-color: rgb(8,152,187); }
td.TdClassName
{
border-color: #0898BB;
}
.TagClassName
{
border-color: #0898BB;
}
</style>