Shades of Bondi Blue #0889BE
Tints of Bondi Blue #0889BE
RGB
CMYK
RGB Variations
Color information
#0889BE (or 0x0889BE) is known color: Bondi Blue. HEX triplet: 08, 89 and BE. RGB value is (8,137,190). Sum of RGB (Red+Green+Blue) = 8+137+190=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #0889BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889BE is #F77641. Grayscale: #686868. Windows color (decimal): -16217666 or 12486920. OLE color: 12486920.
HSL color Cylindrical-coordinate representation of color #0889BE: hue angle of 197.47º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0889BE is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 137 | 190 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.25 |
| HSL | 197.47º | 0.92% | 0.39% | - |
| HSV(B) | 197.47º | 0.96% | 0.75% | - |
| XYZ | 18.34 | 21.66 | 51.93 | - |
| YUV | 104.47 | 176.26 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 190 | 0.96 | 0.28 | 0 | 0.25 | 197.47 | 0.92 | 0.39 |
| Hex | 8 | 89 | BE | 60 | 1C | 0 | 19 | C5 | 5C | 27 |
| Octal | 10 | 211 | 276 | 140 | 34 | 0 | 31 | 305 | 134 | 47 |
| Binary | 1000 | 10001001 | 10111110 | 1100000 | 11100 | 0 | 11001 | 11000101 | 1011100 | 100111 |
Color Harmonies of #0889BE
Complementary color
Monochromatic Colors of #0889BE
Black with #0889BE
Text Example
Text Example
White with #0889BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0889BE; }
p { color: rgb(8,137,190); }
H1.HeaderClassName
{
color: #0889BE;
}
.AnyTagClassName
{
color: #0889BE;
}
</style>
background-color css
<style>
a { background-color: #0889BE; }
a { background-color: rgb(8,137,190); }
div.DivClassName
{
background-color: #0889BE;
}
.BgClassName
{
background-color: #0889BE;
}
</style>
border-color css
<style>
span { border-color: #0889BE; }
span { border-color: rgb(8,137,190); }
td.TdClassName
{
border-color: #0889BE;
}
.TagClassName
{
border-color: #0889BE;
}
</style>