Shades of Bondi Blue #079AAC
Tints of Bondi Blue #079AAC
RGB
CMYK
RGB Variations
Color information
#079AAC (or 0x079AAC) is known color: Bondi Blue. HEX triplet: 07, 9A and AC. RGB value is (7,154,172). Sum of RGB (Red+Green+Blue) = 7+154+172=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #079AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079AAC is #F86553. Grayscale: #6F6F6F. Windows color (decimal): -16278868 or 11311623. OLE color: 11311623.
HSL color Cylindrical-coordinate representation of color #079AAC: hue angle of 186.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079AAC is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 154 | 172 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.33 |
| HSL | 186.55º | 0.92% | 0.35% | - |
| HSV(B) | 186.55º | 0.96% | 0.67% | - |
| XYZ | 19.09 | 26.13 | 43.07 | - |
| YUV | 112.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 172 | 0.96 | 0.10 | 0 | 0.33 | 186.55 | 0.92 | 0.35 |
| Hex | 7 | 9A | AC | 60 | A | 0 | 21 | BB | 5C | 23 |
| Octal | 7 | 232 | 254 | 140 | 12 | 0 | 41 | 273 | 134 | 43 |
| Binary | 111 | 10011010 | 10101100 | 1100000 | 1010 | 0 | 100001 | 10111011 | 1011100 | 100011 |
Color Harmonies of #079AAC
Complementary color
Monochromatic Colors of #079AAC
Black with #079AAC
Text Example
Text Example
White with #079AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AAC; }
p { color: rgb(7,154,172); }
H1.HeaderClassName
{
color: #079AAC;
}
.AnyTagClassName
{
color: #079AAC;
}
</style>
background-color css
<style>
a { background-color: #079AAC; }
a { background-color: rgb(7,154,172); }
div.DivClassName
{
background-color: #079AAC;
}
.BgClassName
{
background-color: #079AAC;
}
</style>
border-color css
<style>
span { border-color: #079AAC; }
span { border-color: rgb(7,154,172); }
td.TdClassName
{
border-color: #079AAC;
}
.TagClassName
{
border-color: #079AAC;
}
</style>