Shades of Bondi Blue #079FB1
Tints of Bondi Blue #079FB1
RGB
CMYK
RGB Variations
Color information
#079FB1 (or 0x079FB1) is known color: Bondi Blue. HEX triplet: 07, 9F and B1. RGB value is (7,159,177). Sum of RGB (Red+Green+Blue) = 7+159+177=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #079FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079FB1 is #F8604E. Grayscale: #737373. Windows color (decimal): -16277583 or 11640583. OLE color: 11640583.
HSL color Cylindrical-coordinate representation of color #079FB1: hue angle of 186.35º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079FB1 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 159 | 177 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.31 |
| HSL | 186.35º | 0.92% | 0.36% | - |
| HSV(B) | 186.35º | 0.96% | 0.69% | - |
| XYZ | 20.42 | 28.02 | 45.93 | - |
| YUV | 115.6 | 162.64 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 177 | 0.96 | 0.10 | 0 | 0.31 | 186.35 | 0.92 | 0.36 |
| Hex | 7 | 9F | B1 | 60 | A | 0 | 1F | BA | 5C | 24 |
| Octal | 7 | 237 | 261 | 140 | 12 | 0 | 37 | 272 | 134 | 44 |
| Binary | 111 | 10011111 | 10110001 | 1100000 | 1010 | 0 | 11111 | 10111010 | 1011100 | 100100 |
Color Harmonies of #079FB1
Complementary color
Monochromatic Colors of #079FB1
Black with #079FB1
Text Example
Text Example
White with #079FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FB1; }
p { color: rgb(7,159,177); }
H1.HeaderClassName
{
color: #079FB1;
}
.AnyTagClassName
{
color: #079FB1;
}
</style>
background-color css
<style>
a { background-color: #079FB1; }
a { background-color: rgb(7,159,177); }
div.DivClassName
{
background-color: #079FB1;
}
.BgClassName
{
background-color: #079FB1;
}
</style>
border-color css
<style>
span { border-color: #079FB1; }
span { border-color: rgb(7,159,177); }
td.TdClassName
{
border-color: #079FB1;
}
.TagClassName
{
border-color: #079FB1;
}
</style>