Shades of Bondi Blue #0891BB
Tints of Bondi Blue #0891BB
RGB
CMYK
RGB Variations
Color information
#0891BB (or 0x0891BB) is known color: Bondi Blue. HEX triplet: 08, 91 and BB. RGB value is (8,145,187). Sum of RGB (Red+Green+Blue) = 8+145+187=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #0891BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0891BB is #F76E44. Grayscale: #6C6C6C. Windows color (decimal): -16215621 or 12292360. OLE color: 12292360.
HSL color Cylindrical-coordinate representation of color #0891BB: hue angle of 194.08º 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 #0891BB is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 145 | 187 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.27 |
| HSL | 194.08º | 0.92% | 0.38% | - |
| HSV(B) | 194.08º | 0.96% | 0.73% | - |
| XYZ | 19.2 | 23.89 | 50.61 | - |
| YUV | 108.83 | 172.11 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 187 | 0.96 | 0.22 | 0 | 0.27 | 194.08 | 0.92 | 0.38 |
| Hex | 8 | 91 | BB | 60 | 16 | 0 | 1B | C2 | 5C | 26 |
| Octal | 10 | 221 | 273 | 140 | 26 | 0 | 33 | 302 | 134 | 46 |
| Binary | 1000 | 10010001 | 10111011 | 1100000 | 10110 | 0 | 11011 | 11000010 | 1011100 | 100110 |
Color Harmonies of #0891BB
Complementary color
Monochromatic Colors of #0891BB
Black with #0891BB
Text Example
Text Example
White with #0891BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891BB; }
p { color: rgb(8,145,187); }
H1.HeaderClassName
{
color: #0891BB;
}
.AnyTagClassName
{
color: #0891BB;
}
</style>
background-color css
<style>
a { background-color: #0891BB; }
a { background-color: rgb(8,145,187); }
div.DivClassName
{
background-color: #0891BB;
}
.BgClassName
{
background-color: #0891BB;
}
</style>
border-color css
<style>
span { border-color: #0891BB; }
span { border-color: rgb(8,145,187); }
td.TdClassName
{
border-color: #0891BB;
}
.TagClassName
{
border-color: #0891BB;
}
</style>