Shades of Bondi Blue #0789BA
Tints of Bondi Blue #0789BA
RGB
CMYK
RGB Variations
Color information
#0789BA (or 0x0789BA) is known color: Bondi Blue. HEX triplet: 07, 89 and BA. RGB value is (7,137,186). Sum of RGB (Red+Green+Blue) = 7+137+186=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #0789BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0789BA is #F87645. Grayscale: #676767. Windows color (decimal): -16283206 or 12224775. OLE color: 12224775.
HSL color Cylindrical-coordinate representation of color #0789BA: hue angle of 196.42º degrees, saturation: 0.93, 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 #0789BA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 137 | 186 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.27 |
| HSL | 196.42º | 0.93% | 0.38% | - |
| HSV(B) | 196.42º | 0.96% | 0.73% | - |
| XYZ | 17.9 | 21.48 | 49.66 | - |
| YUV | 103.72 | 174.43 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 186 | 0.96 | 0.26 | 0 | 0.27 | 196.42 | 0.93 | 0.38 |
| Hex | 7 | 89 | BA | 60 | 1A | 0 | 1B | C4 | 5D | 26 |
| Octal | 7 | 211 | 272 | 140 | 32 | 0 | 33 | 304 | 135 | 46 |
| Binary | 111 | 10001001 | 10111010 | 1100000 | 11010 | 0 | 11011 | 11000100 | 1011101 | 100110 |
Color Harmonies of #0789BA
Complementary color
Monochromatic Colors of #0789BA
Black with #0789BA
Text Example
Text Example
White with #0789BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0789BA; }
p { color: rgb(7,137,186); }
H1.HeaderClassName
{
color: #0789BA;
}
.AnyTagClassName
{
color: #0789BA;
}
</style>
background-color css
<style>
a { background-color: #0789BA; }
a { background-color: rgb(7,137,186); }
div.DivClassName
{
background-color: #0789BA;
}
.BgClassName
{
background-color: #0789BA;
}
</style>
border-color css
<style>
span { border-color: #0789BA; }
span { border-color: rgb(7,137,186); }
td.TdClassName
{
border-color: #0789BA;
}
.TagClassName
{
border-color: #0789BA;
}
</style>