Shades of Bondi Blue #079AAE
Tints of Bondi Blue #079AAE
RGB
CMYK
RGB Variations
Color information
#079AAE (or 0x079AAE) is known color: Bondi Blue. HEX triplet: 07, 9A and AE. RGB value is (7,154,174). Sum of RGB (Red+Green+Blue) = 7+154+174=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #079AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079AAE is #F86551. Grayscale: #707070. Windows color (decimal): -16278866 or 11442695. OLE color: 11442695.
HSL color Cylindrical-coordinate representation of color #079AAE: hue angle of 187.19º 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 #079AAE is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 154 | 174 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.32 |
| HSL | 187.19º | 0.92% | 0.35% | - |
| HSV(B) | 187.19º | 0.96% | 0.68% | - |
| XYZ | 19.28 | 26.21 | 44.09 | - |
| YUV | 112.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 174 | 0.96 | 0.11 | 0 | 0.32 | 187.19 | 0.92 | 0.35 |
| Hex | 7 | 9A | AE | 60 | B | 0 | 20 | BB | 5C | 23 |
| Octal | 7 | 232 | 256 | 140 | 13 | 0 | 40 | 273 | 134 | 43 |
| Binary | 111 | 10011010 | 10101110 | 1100000 | 1011 | 0 | 100000 | 10111011 | 1011100 | 100011 |
Color Harmonies of #079AAE
Complementary color
Monochromatic Colors of #079AAE
Black with #079AAE
Text Example
Text Example
White with #079AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AAE; }
p { color: rgb(7,154,174); }
H1.HeaderClassName
{
color: #079AAE;
}
.AnyTagClassName
{
color: #079AAE;
}
</style>
background-color css
<style>
a { background-color: #079AAE; }
a { background-color: rgb(7,154,174); }
div.DivClassName
{
background-color: #079AAE;
}
.BgClassName
{
background-color: #079AAE;
}
</style>
border-color css
<style>
span { border-color: #079AAE; }
span { border-color: rgb(7,154,174); }
td.TdClassName
{
border-color: #079AAE;
}
.TagClassName
{
border-color: #079AAE;
}
</style>