Shades of Bondi Blue #079DB5
Tints of Bondi Blue #079DB5
RGB
CMYK
RGB Variations
Color information
#079DB5 (or 0x079DB5) is known color: Bondi Blue. HEX triplet: 07, 9D and B5. RGB value is (7,157,181). Sum of RGB (Red+Green+Blue) = 7+157+181=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #079DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DB5 is #F8624A. Grayscale: #727272. Windows color (decimal): -16278091 or 11902215. OLE color: 11902215.
HSL color Cylindrical-coordinate representation of color #079DB5: hue angle of 188.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 #079DB5 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 157 | 181 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.29 |
| HSL | 188.28º | 0.93% | 0.37% | - |
| HSV(B) | 188.28º | 0.96% | 0.71% | - |
| XYZ | 20.49 | 27.5 | 47.94 | - |
| YUV | 114.89 | 165.31 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 181 | 0.96 | 0.13 | 0 | 0.29 | 188.28 | 0.93 | 0.37 |
| Hex | 7 | 9D | B5 | 60 | D | 0 | 1D | BC | 5D | 25 |
| Octal | 7 | 235 | 265 | 140 | 15 | 0 | 35 | 274 | 135 | 45 |
| Binary | 111 | 10011101 | 10110101 | 1100000 | 1101 | 0 | 11101 | 10111100 | 1011101 | 100101 |
Color Harmonies of #079DB5
Complementary color
Monochromatic Colors of #079DB5
Black with #079DB5
Text Example
Text Example
White with #079DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DB5; }
p { color: rgb(7,157,181); }
H1.HeaderClassName
{
color: #079DB5;
}
.AnyTagClassName
{
color: #079DB5;
}
</style>
background-color css
<style>
a { background-color: #079DB5; }
a { background-color: rgb(7,157,181); }
div.DivClassName
{
background-color: #079DB5;
}
.BgClassName
{
background-color: #079DB5;
}
</style>
border-color css
<style>
span { border-color: #079DB5; }
span { border-color: rgb(7,157,181); }
td.TdClassName
{
border-color: #079DB5;
}
.TagClassName
{
border-color: #079DB5;
}
</style>