Shades of Bondi Blue #079AAD
Tints of Bondi Blue #079AAD
RGB
CMYK
RGB Variations
Color information
#079AAD (or 0x079AAD) is known color: Bondi Blue. HEX triplet: 07, 9A and AD. RGB value is (7,154,173). Sum of RGB (Red+Green+Blue) = 7+154+173=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #079AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079AAD is #F86552. Grayscale: #6F6F6F. Windows color (decimal): -16278867 or 11377159. OLE color: 11377159.
HSL color Cylindrical-coordinate representation of color #079AAD: hue angle of 186.87º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079AAD is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 154 | 173 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.32 |
| HSL | 186.87º | 0.92% | 0.35% | - |
| HSV(B) | 186.87º | 0.96% | 0.68% | - |
| XYZ | 19.19 | 26.17 | 43.58 | - |
| YUV | 112.21 | 162.3 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 173 | 0.96 | 0.11 | 0 | 0.32 | 186.87 | 0.92 | 0.35 |
| Hex | 7 | 9A | AD | 60 | B | 0 | 20 | BB | 5C | 23 |
| Octal | 7 | 232 | 255 | 140 | 13 | 0 | 40 | 273 | 134 | 43 |
| Binary | 111 | 10011010 | 10101101 | 1100000 | 1011 | 0 | 100000 | 10111011 | 1011100 | 100011 |
Color Harmonies of #079AAD
Complementary color
Monochromatic Colors of #079AAD
Black with #079AAD
Text Example
Text Example
White with #079AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AAD; }
p { color: rgb(7,154,173); }
H1.HeaderClassName
{
color: #079AAD;
}
.AnyTagClassName
{
color: #079AAD;
}
</style>
background-color css
<style>
a { background-color: #079AAD; }
a { background-color: rgb(7,154,173); }
div.DivClassName
{
background-color: #079AAD;
}
.BgClassName
{
background-color: #079AAD;
}
</style>
border-color css
<style>
span { border-color: #079AAD; }
span { border-color: rgb(7,154,173); }
td.TdClassName
{
border-color: #079AAD;
}
.TagClassName
{
border-color: #079AAD;
}
</style>