Shades of Bondi Blue #079EBA
Tints of Bondi Blue #079EBA
RGB
CMYK
RGB Variations
Color information
#079EBA (or 0x079EBA) is known color: Bondi Blue. HEX triplet: 07, 9E and BA. RGB value is (7,158,186). Sum of RGB (Red+Green+Blue) = 7+158+186=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #079EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079EBA is #F86145. Grayscale: #737373. Windows color (decimal): -16277830 or 12230151. OLE color: 12230151.
HSL color Cylindrical-coordinate representation of color #079EBA: hue angle of 189.39º 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 #079EBA is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 158 | 186 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.27 |
| HSL | 189.39º | 0.93% | 0.38% | - |
| HSV(B) | 189.39º | 0.96% | 0.73% | - |
| XYZ | 21.18 | 28.04 | 50.75 | - |
| YUV | 116.04 | 167.47 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 186 | 0.96 | 0.15 | 0 | 0.27 | 189.39 | 0.93 | 0.38 |
| Hex | 7 | 9E | BA | 60 | F | 0 | 1B | BD | 5D | 26 |
| Octal | 7 | 236 | 272 | 140 | 17 | 0 | 33 | 275 | 135 | 46 |
| Binary | 111 | 10011110 | 10111010 | 1100000 | 1111 | 0 | 11011 | 10111101 | 1011101 | 100110 |
Color Harmonies of #079EBA
Complementary color
Monochromatic Colors of #079EBA
Black with #079EBA
Text Example
Text Example
White with #079EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079EBA; }
p { color: rgb(7,158,186); }
H1.HeaderClassName
{
color: #079EBA;
}
.AnyTagClassName
{
color: #079EBA;
}
</style>
background-color css
<style>
a { background-color: #079EBA; }
a { background-color: rgb(7,158,186); }
div.DivClassName
{
background-color: #079EBA;
}
.BgClassName
{
background-color: #079EBA;
}
</style>
border-color css
<style>
span { border-color: #079EBA; }
span { border-color: rgb(7,158,186); }
td.TdClassName
{
border-color: #079EBA;
}
.TagClassName
{
border-color: #079EBA;
}
</style>