Shades of Bondi Blue #079CB9
Tints of Bondi Blue #079CB9
RGB
CMYK
RGB Variations
Color information
#079CB9 (or 0x079CB9) is known color: Bondi Blue. HEX triplet: 07, 9C and B9. RGB value is (7,156,185). Sum of RGB (Red+Green+Blue) = 7+156+185=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #079CB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CB9 is #F86346. Grayscale: #727272. Windows color (decimal): -16278343 or 12164103. OLE color: 12164103.
HSL color Cylindrical-coordinate representation of color #079CB9: hue angle of 189.78º 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 #079CB9 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 156 | 185 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.27 |
| HSL | 189.78º | 0.93% | 0.38% | - |
| HSV(B) | 189.78º | 0.96% | 0.73% | - |
| XYZ | 20.73 | 27.32 | 50.08 | - |
| YUV | 114.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 185 | 0.96 | 0.16 | 0 | 0.27 | 189.78 | 0.93 | 0.38 |
| Hex | 7 | 9C | B9 | 60 | 10 | 0 | 1B | BE | 5D | 26 |
| Octal | 7 | 234 | 271 | 140 | 20 | 0 | 33 | 276 | 135 | 46 |
| Binary | 111 | 10011100 | 10111001 | 1100000 | 10000 | 0 | 11011 | 10111110 | 1011101 | 100110 |
Color Harmonies of #079CB9
Complementary color
Monochromatic Colors of #079CB9
Black with #079CB9
Text Example
Text Example
White with #079CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CB9; }
p { color: rgb(7,156,185); }
H1.HeaderClassName
{
color: #079CB9;
}
.AnyTagClassName
{
color: #079CB9;
}
</style>
background-color css
<style>
a { background-color: #079CB9; }
a { background-color: rgb(7,156,185); }
div.DivClassName
{
background-color: #079CB9;
}
.BgClassName
{
background-color: #079CB9;
}
</style>
border-color css
<style>
span { border-color: #079CB9; }
span { border-color: rgb(7,156,185); }
td.TdClassName
{
border-color: #079CB9;
}
.TagClassName
{
border-color: #079CB9;
}
</style>