Shades of Bondi Blue #079FB4
Tints of Bondi Blue #079FB4
RGB
CMYK
RGB Variations
Color information
#079FB4 (or 0x079FB4) is known color: Bondi Blue. HEX triplet: 07, 9F and B4. RGB value is (7,159,180). Sum of RGB (Red+Green+Blue) = 7+159+180=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #079FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FB4 is #F8604B. Grayscale: #737373. Windows color (decimal): -16277580 or 11837191. OLE color: 11837191.
HSL color Cylindrical-coordinate representation of color #079FB4: hue angle of 187.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079FB4 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 159 | 180 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.29 |
| HSL | 187.28º | 0.93% | 0.37% | - |
| HSV(B) | 187.28º | 0.96% | 0.71% | - |
| XYZ | 20.72 | 28.14 | 47.52 | - |
| YUV | 115.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 180 | 0.96 | 0.12 | 0 | 0.29 | 187.28 | 0.93 | 0.37 |
| Hex | 7 | 9F | B4 | 60 | C | 0 | 1D | BB | 5D | 25 |
| Octal | 7 | 237 | 264 | 140 | 14 | 0 | 35 | 273 | 135 | 45 |
| Binary | 111 | 10011111 | 10110100 | 1100000 | 1100 | 0 | 11101 | 10111011 | 1011101 | 100101 |
Color Harmonies of #079FB4
Complementary color
Monochromatic Colors of #079FB4
Black with #079FB4
Text Example
Text Example
White with #079FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FB4; }
p { color: rgb(7,159,180); }
H1.HeaderClassName
{
color: #079FB4;
}
.AnyTagClassName
{
color: #079FB4;
}
</style>
background-color css
<style>
a { background-color: #079FB4; }
a { background-color: rgb(7,159,180); }
div.DivClassName
{
background-color: #079FB4;
}
.BgClassName
{
background-color: #079FB4;
}
</style>
border-color css
<style>
span { border-color: #079FB4; }
span { border-color: rgb(7,159,180); }
td.TdClassName
{
border-color: #079FB4;
}
.TagClassName
{
border-color: #079FB4;
}
</style>