Shades of Bondi Blue #079DB9
Tints of Bondi Blue #079DB9
RGB
CMYK
RGB Variations
Color information
#079DB9 (or 0x079DB9) is known color: Bondi Blue. HEX triplet: 07, 9D and B9. RGB value is (7,157,185). Sum of RGB (Red+Green+Blue) = 7+157+185=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #079DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DB9 is #F86246. Grayscale: #737373. Windows color (decimal): -16278087 or 12164359. OLE color: 12164359.
HSL color Cylindrical-coordinate representation of color #079DB9: hue angle of 189.44º 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 #079DB9 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 157 | 185 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.27 |
| HSL | 189.44º | 0.93% | 0.38% | - |
| HSV(B) | 189.44º | 0.96% | 0.73% | - |
| XYZ | 20.9 | 27.66 | 50.14 | - |
| YUV | 115.34 | 167.31 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 185 | 0.96 | 0.15 | 0 | 0.27 | 189.44 | 0.93 | 0.38 |
| Hex | 7 | 9D | B9 | 60 | F | 0 | 1B | BD | 5D | 26 |
| Octal | 7 | 235 | 271 | 140 | 17 | 0 | 33 | 275 | 135 | 46 |
| Binary | 111 | 10011101 | 10111001 | 1100000 | 1111 | 0 | 11011 | 10111101 | 1011101 | 100110 |
Color Harmonies of #079DB9
Complementary color
Monochromatic Colors of #079DB9
Black with #079DB9
Text Example
Text Example
White with #079DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DB9; }
p { color: rgb(7,157,185); }
H1.HeaderClassName
{
color: #079DB9;
}
.AnyTagClassName
{
color: #079DB9;
}
</style>
background-color css
<style>
a { background-color: #079DB9; }
a { background-color: rgb(7,157,185); }
div.DivClassName
{
background-color: #079DB9;
}
.BgClassName
{
background-color: #079DB9;
}
</style>
border-color css
<style>
span { border-color: #079DB9; }
span { border-color: rgb(7,157,185); }
td.TdClassName
{
border-color: #079DB9;
}
.TagClassName
{
border-color: #079DB9;
}
</style>