Shades of Bondi Blue #0891B9
Tints of Bondi Blue #0891B9
RGB
CMYK
RGB Variations
Color information
#0891B9 (or 0x0891B9) is known color: Bondi Blue. HEX triplet: 08, 91 and B9. RGB value is (8,145,185). Sum of RGB (Red+Green+Blue) = 8+145+185=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #0891B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0891B9 is #F76E46. Grayscale: #6C6C6C. Windows color (decimal): -16215623 or 12161288. OLE color: 12161288.
HSL color Cylindrical-coordinate representation of color #0891B9: hue angle of 193.56º 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 #0891B9 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 145 | 185 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.27 |
| HSL | 193.56º | 0.92% | 0.38% | - |
| HSV(B) | 193.56º | 0.96% | 0.73% | - |
| XYZ | 18.98 | 23.81 | 49.49 | - |
| YUV | 108.6 | 171.11 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 185 | 0.96 | 0.22 | 0 | 0.27 | 193.56 | 0.92 | 0.38 |
| Hex | 8 | 91 | B9 | 60 | 16 | 0 | 1B | C2 | 5C | 26 |
| Octal | 10 | 221 | 271 | 140 | 26 | 0 | 33 | 302 | 134 | 46 |
| Binary | 1000 | 10010001 | 10111001 | 1100000 | 10110 | 0 | 11011 | 11000010 | 1011100 | 100110 |
Color Harmonies of #0891B9
Complementary color
Monochromatic Colors of #0891B9
Black with #0891B9
Text Example
Text Example
White with #0891B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891B9; }
p { color: rgb(8,145,185); }
H1.HeaderClassName
{
color: #0891B9;
}
.AnyTagClassName
{
color: #0891B9;
}
</style>
background-color css
<style>
a { background-color: #0891B9; }
a { background-color: rgb(8,145,185); }
div.DivClassName
{
background-color: #0891B9;
}
.BgClassName
{
background-color: #0891B9;
}
</style>
border-color css
<style>
span { border-color: #0891B9; }
span { border-color: rgb(8,145,185); }
td.TdClassName
{
border-color: #0891B9;
}
.TagClassName
{
border-color: #0891B9;
}
</style>