Shades of Bondi Blue #079AB1
Tints of Bondi Blue #079AB1
RGB
CMYK
RGB Variations
Color information
#079AB1 (or 0x079AB1) is known color: Bondi Blue. HEX triplet: 07, 9A and B1. RGB value is (7,154,177). Sum of RGB (Red+Green+Blue) = 7+154+177=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #079AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079AB1 is #F8654E. Grayscale: #707070. Windows color (decimal): -16278863 or 11639303. OLE color: 11639303.
HSL color Cylindrical-coordinate representation of color #079AB1: hue angle of 188.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079AB1 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 154 | 177 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.31 |
| HSL | 188.12º | 0.92% | 0.36% | - |
| HSV(B) | 188.12º | 0.96% | 0.69% | - |
| XYZ | 19.58 | 26.33 | 45.65 | - |
| YUV | 112.67 | 164.3 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 177 | 0.96 | 0.13 | 0 | 0.31 | 188.12 | 0.92 | 0.36 |
| Hex | 7 | 9A | B1 | 60 | D | 0 | 1F | BC | 5C | 24 |
| Octal | 7 | 232 | 261 | 140 | 15 | 0 | 37 | 274 | 134 | 44 |
| Binary | 111 | 10011010 | 10110001 | 1100000 | 1101 | 0 | 11111 | 10111100 | 1011100 | 100100 |
Color Harmonies of #079AB1
Complementary color
Monochromatic Colors of #079AB1
Black with #079AB1
Text Example
Text Example
White with #079AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AB1; }
p { color: rgb(7,154,177); }
H1.HeaderClassName
{
color: #079AB1;
}
.AnyTagClassName
{
color: #079AB1;
}
</style>
background-color css
<style>
a { background-color: #079AB1; }
a { background-color: rgb(7,154,177); }
div.DivClassName
{
background-color: #079AB1;
}
.BgClassName
{
background-color: #079AB1;
}
</style>
border-color css
<style>
span { border-color: #079AB1; }
span { border-color: rgb(7,154,177); }
td.TdClassName
{
border-color: #079AB1;
}
.TagClassName
{
border-color: #079AB1;
}
</style>