Shades of Bondi Blue #079CAE
Tints of Bondi Blue #079CAE
RGB
CMYK
RGB Variations
Color information
#079CAE (or 0x079CAE) is known color: Bondi Blue. HEX triplet: 07, 9C and AE. RGB value is (7,156,174). Sum of RGB (Red+Green+Blue) = 7+156+174=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #079CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079CAE is #F86351. Grayscale: #717171. Windows color (decimal): -16278354 or 11443207. OLE color: 11443207.
HSL color Cylindrical-coordinate representation of color #079CAE: hue angle of 186.47º 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 #079CAE is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 156 | 174 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.32 |
| HSL | 186.47º | 0.92% | 0.35% | - |
| HSV(B) | 186.47º | 0.96% | 0.68% | - |
| XYZ | 19.62 | 26.88 | 44.2 | - |
| YUV | 113.5 | 162.14 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 174 | 0.96 | 0.10 | 0 | 0.32 | 186.47 | 0.92 | 0.35 |
| Hex | 7 | 9C | AE | 60 | A | 0 | 20 | BA | 5C | 23 |
| Octal | 7 | 234 | 256 | 140 | 12 | 0 | 40 | 272 | 134 | 43 |
| Binary | 111 | 10011100 | 10101110 | 1100000 | 1010 | 0 | 100000 | 10111010 | 1011100 | 100011 |
Color Harmonies of #079CAE
Complementary color
Monochromatic Colors of #079CAE
Black with #079CAE
Text Example
Text Example
White with #079CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CAE; }
p { color: rgb(7,156,174); }
H1.HeaderClassName
{
color: #079CAE;
}
.AnyTagClassName
{
color: #079CAE;
}
</style>
background-color css
<style>
a { background-color: #079CAE; }
a { background-color: rgb(7,156,174); }
div.DivClassName
{
background-color: #079CAE;
}
.BgClassName
{
background-color: #079CAE;
}
</style>
border-color css
<style>
span { border-color: #079CAE; }
span { border-color: rgb(7,156,174); }
td.TdClassName
{
border-color: #079CAE;
}
.TagClassName
{
border-color: #079CAE;
}
</style>