Shades of Bondi Blue #079AAA
Tints of Bondi Blue #079AAA
RGB
CMYK
RGB Variations
Color information
#079AAA (or 0x079AAA) is known color: Bondi Blue. HEX triplet: 07, 9A and AA. RGB value is (7,154,170). Sum of RGB (Red+Green+Blue) = 7+154+170=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #079AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079AAA is #F86555. Grayscale: #6F6F6F. Windows color (decimal): -16278870 or 11180551. OLE color: 11180551.
HSL color Cylindrical-coordinate representation of color #079AAA: hue angle of 185.89º 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 #079AAA is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 154 | 170 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.33 |
| HSL | 185.89º | 0.92% | 0.35% | - |
| HSV(B) | 185.89º | 0.96% | 0.67% | - |
| XYZ | 18.9 | 26.06 | 42.06 | - |
| YUV | 111.87 | 160.8 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 170 | 0.96 | 0.09 | 0 | 0.33 | 185.89 | 0.92 | 0.35 |
| Hex | 7 | 9A | AA | 60 | 9 | 0 | 21 | BA | 5C | 23 |
| Octal | 7 | 232 | 252 | 140 | 11 | 0 | 41 | 272 | 134 | 43 |
| Binary | 111 | 10011010 | 10101010 | 1100000 | 1001 | 0 | 100001 | 10111010 | 1011100 | 100011 |
Color Harmonies of #079AAA
Complementary color
Monochromatic Colors of #079AAA
Black with #079AAA
Text Example
Text Example
White with #079AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AAA; }
p { color: rgb(7,154,170); }
H1.HeaderClassName
{
color: #079AAA;
}
.AnyTagClassName
{
color: #079AAA;
}
</style>
background-color css
<style>
a { background-color: #079AAA; }
a { background-color: rgb(7,154,170); }
div.DivClassName
{
background-color: #079AAA;
}
.BgClassName
{
background-color: #079AAA;
}
</style>
border-color css
<style>
span { border-color: #079AAA; }
span { border-color: rgb(7,154,170); }
td.TdClassName
{
border-color: #079AAA;
}
.TagClassName
{
border-color: #079AAA;
}
</style>