Shades of Bondi Blue #079CA9
Tints of Bondi Blue #079CA9
RGB
CMYK
RGB Variations
Color information
#079CA9 (or 0x079CA9) is known color: Bondi Blue. HEX triplet: 07, 9C and A9. RGB value is (7,156,169). Sum of RGB (Red+Green+Blue) = 7+156+169=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #079CA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079CA9 is #F86356. Grayscale: #707070. Windows color (decimal): -16278359 or 11115527. OLE color: 11115527.
HSL color Cylindrical-coordinate representation of color #079CA9: hue angle of 184.81º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079CA9 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 156 | 169 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.34 |
| HSL | 184.81º | 0.92% | 0.35% | - |
| HSV(B) | 184.81º | 0.96% | 0.66% | - |
| XYZ | 19.14 | 26.69 | 41.68 | - |
| YUV | 112.93 | 159.64 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 169 | 0.96 | 0.08 | 0 | 0.34 | 184.81 | 0.92 | 0.35 |
| Hex | 7 | 9C | A9 | 60 | 8 | 0 | 22 | B9 | 5C | 23 |
| Octal | 7 | 234 | 251 | 140 | 10 | 0 | 42 | 271 | 134 | 43 |
| Binary | 111 | 10011100 | 10101001 | 1100000 | 1000 | 0 | 100010 | 10111001 | 1011100 | 100011 |
Color Harmonies of #079CA9
Complementary color
Monochromatic Colors of #079CA9
Black with #079CA9
Text Example
Text Example
White with #079CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CA9; }
p { color: rgb(7,156,169); }
H1.HeaderClassName
{
color: #079CA9;
}
.AnyTagClassName
{
color: #079CA9;
}
</style>
background-color css
<style>
a { background-color: #079CA9; }
a { background-color: rgb(7,156,169); }
div.DivClassName
{
background-color: #079CA9;
}
.BgClassName
{
background-color: #079CA9;
}
</style>
border-color css
<style>
span { border-color: #079CA9; }
span { border-color: rgb(7,156,169); }
td.TdClassName
{
border-color: #079CA9;
}
.TagClassName
{
border-color: #079CA9;
}
</style>