Shades of Bondi Blue #079BBB
Tints of Bondi Blue #079BBB
RGB
CMYK
RGB Variations
Color information
#079BBB (or 0x079BBB) is known color: Bondi Blue. HEX triplet: 07, 9B and BB. RGB value is (7,155,187). Sum of RGB (Red+Green+Blue) = 7+155+187=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #079BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BBB is #F86444. Grayscale: #727272. Windows color (decimal): -16278597 or 12294919. OLE color: 12294919.
HSL color Cylindrical-coordinate representation of color #079BBB: hue angle of 190.67º 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 #079BBB is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 155 | 187 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.27 |
| HSL | 190.67º | 0.93% | 0.38% | - |
| HSV(B) | 190.67º | 0.96% | 0.73% | - |
| XYZ | 20.78 | 27.08 | 51.14 | - |
| YUV | 114.4 | 168.97 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 187 | 0.96 | 0.17 | 0 | 0.27 | 190.67 | 0.93 | 0.38 |
| Hex | 7 | 9B | BB | 60 | 11 | 0 | 1B | BF | 5D | 26 |
| Octal | 7 | 233 | 273 | 140 | 21 | 0 | 33 | 277 | 135 | 46 |
| Binary | 111 | 10011011 | 10111011 | 1100000 | 10001 | 0 | 11011 | 10111111 | 1011101 | 100110 |
Color Harmonies of #079BBB
Complementary color
Monochromatic Colors of #079BBB
Black with #079BBB
Text Example
Text Example
White with #079BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BBB; }
p { color: rgb(7,155,187); }
H1.HeaderClassName
{
color: #079BBB;
}
.AnyTagClassName
{
color: #079BBB;
}
</style>
background-color css
<style>
a { background-color: #079BBB; }
a { background-color: rgb(7,155,187); }
div.DivClassName
{
background-color: #079BBB;
}
.BgClassName
{
background-color: #079BBB;
}
</style>
border-color css
<style>
span { border-color: #079BBB; }
span { border-color: rgb(7,155,187); }
td.TdClassName
{
border-color: #079BBB;
}
.TagClassName
{
border-color: #079BBB;
}
</style>