Shades of Bondi Blue #079DB2
Tints of Bondi Blue #079DB2
RGB
CMYK
RGB Variations
Color information
#079DB2 (or 0x079DB2) is known color: Bondi Blue. HEX triplet: 07, 9D and B2. RGB value is (7,157,178). Sum of RGB (Red+Green+Blue) = 7+157+178=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #079DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079DB2 is #F8624D. Grayscale: #727272. Windows color (decimal): -16278094 or 11705607. OLE color: 11705607.
HSL color Cylindrical-coordinate representation of color #079DB2: hue angle of 187.37º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079DB2 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 157 | 178 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.30 |
| HSL | 187.37º | 0.92% | 0.36% | - |
| HSV(B) | 187.37º | 0.96% | 0.7% | - |
| XYZ | 20.18 | 27.37 | 46.34 | - |
| YUV | 114.54 | 163.81 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 178 | 0.96 | 0.12 | 0 | 0.30 | 187.37 | 0.92 | 0.36 |
| Hex | 7 | 9D | B2 | 60 | C | 0 | 1E | BB | 5C | 24 |
| Octal | 7 | 235 | 262 | 140 | 14 | 0 | 36 | 273 | 134 | 44 |
| Binary | 111 | 10011101 | 10110010 | 1100000 | 1100 | 0 | 11110 | 10111011 | 1011100 | 100100 |
Color Harmonies of #079DB2
Complementary color
Monochromatic Colors of #079DB2
Black with #079DB2
Text Example
Text Example
White with #079DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DB2; }
p { color: rgb(7,157,178); }
H1.HeaderClassName
{
color: #079DB2;
}
.AnyTagClassName
{
color: #079DB2;
}
</style>
background-color css
<style>
a { background-color: #079DB2; }
a { background-color: rgb(7,157,178); }
div.DivClassName
{
background-color: #079DB2;
}
.BgClassName
{
background-color: #079DB2;
}
</style>
border-color css
<style>
span { border-color: #079DB2; }
span { border-color: rgb(7,157,178); }
td.TdClassName
{
border-color: #079DB2;
}
.TagClassName
{
border-color: #079DB2;
}
</style>