Shades of Bondi Blue #0089BC
Tints of Bondi Blue #0089BC
RGB
CMYK
RGB Variations
Color information
#0089BC (or 0x0089BC) is known color: Bondi Blue. HEX triplet: 00, 89 and BC. RGB value is (0,137,188). Sum of RGB (Red+Green+Blue) = 0+137+188=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #0089BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089BC is #FF7643. Grayscale: #656565. Windows color (decimal): -16741956 or 12355840. OLE color: 12355840.
HSL color Cylindrical-coordinate representation of color #0089BC: hue angle of 196.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089BC is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 137 | 188 | - |
| CMYK | 1 | 0.27 | 0 | 0.26 |
| HSL | 196.28º | 1% | 0.37% | - |
| HSV(B) | 196.28º | 1% | 0.74% | - |
| XYZ | 18.02 | 21.52 | 50.78 | - |
| YUV | 101.85 | 176.61 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 188 | 1 | 0.27 | 0 | 0.26 | 196.28 | 1 | 0.37 |
| Hex | 0 | 89 | BC | 64 | 1B | 0 | 1A | C4 | 64 | 25 |
| Octal | 0 | 211 | 274 | 144 | 33 | 0 | 32 | 304 | 144 | 45 |
| Binary | 0 | 10001001 | 10111100 | 1100100 | 11011 | 0 | 11010 | 11000100 | 1100100 | 100101 |
Color Harmonies of #0089BC
Complementary color
Monochromatic Colors of #0089BC
Black with #0089BC
Text Example
Text Example
White with #0089BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0089BC; }
p { color: rgb(0,137,188); }
H1.HeaderClassName
{
color: #0089BC;
}
.AnyTagClassName
{
color: #0089BC;
}
</style>
background-color css
<style>
a { background-color: #0089BC; }
a { background-color: rgb(0,137,188); }
div.DivClassName
{
background-color: #0089BC;
}
.BgClassName
{
background-color: #0089BC;
}
</style>
border-color css
<style>
span { border-color: #0089BC; }
span { border-color: rgb(0,137,188); }
td.TdClassName
{
border-color: #0089BC;
}
.TagClassName
{
border-color: #0089BC;
}
</style>