Shades of Bondi Blue #0894BB
Tints of Bondi Blue #0894BB
RGB
CMYK
RGB Variations
Color information
#0894BB (or 0x0894BB) is known color: Bondi Blue. HEX triplet: 08, 94 and BB. RGB value is (8,148,187). Sum of RGB (Red+Green+Blue) = 8+148+187=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #0894BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0894BB is #F76B44. Grayscale: #6E6E6E. Windows color (decimal): -16214853 or 12293128. OLE color: 12293128.
HSL color Cylindrical-coordinate representation of color #0894BB: hue angle of 193.07º 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 #0894BB is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 148 | 187 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.27 |
| HSL | 193.07º | 0.92% | 0.38% | - |
| HSV(B) | 193.07º | 0.96% | 0.73% | - |
| XYZ | 19.66 | 24.82 | 50.77 | - |
| YUV | 110.59 | 171.12 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 187 | 0.96 | 0.21 | 0 | 0.27 | 193.07 | 0.92 | 0.38 |
| Hex | 8 | 94 | BB | 60 | 15 | 0 | 1B | C1 | 5C | 26 |
| Octal | 10 | 224 | 273 | 140 | 25 | 0 | 33 | 301 | 134 | 46 |
| Binary | 1000 | 10010100 | 10111011 | 1100000 | 10101 | 0 | 11011 | 11000001 | 1011100 | 100110 |
Color Harmonies of #0894BB
Complementary color
Monochromatic Colors of #0894BB
Black with #0894BB
Text Example
Text Example
White with #0894BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0894BB; }
p { color: rgb(8,148,187); }
H1.HeaderClassName
{
color: #0894BB;
}
.AnyTagClassName
{
color: #0894BB;
}
</style>
background-color css
<style>
a { background-color: #0894BB; }
a { background-color: rgb(8,148,187); }
div.DivClassName
{
background-color: #0894BB;
}
.BgClassName
{
background-color: #0894BB;
}
</style>
border-color css
<style>
span { border-color: #0894BB; }
span { border-color: rgb(8,148,187); }
td.TdClassName
{
border-color: #0894BB;
}
.TagClassName
{
border-color: #0894BB;
}
</style>