Shades of Bondi Blue #079AB0
Tints of Bondi Blue #079AB0
RGB
CMYK
RGB Variations
Color information
#079AB0 (or 0x079AB0) is known color: Bondi Blue. HEX triplet: 07, 9A and B0. RGB value is (7,154,176). Sum of RGB (Red+Green+Blue) = 7+154+176=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #079AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079AB0 is #F8654F. Grayscale: #707070. Windows color (decimal): -16278864 or 11573767. OLE color: 11573767.
HSL color Cylindrical-coordinate representation of color #079AB0: hue angle of 187.81º 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 #079AB0 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 154 | 176 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.31 |
| HSL | 187.81º | 0.92% | 0.36% | - |
| HSV(B) | 187.81º | 0.96% | 0.69% | - |
| XYZ | 19.48 | 26.29 | 45.12 | - |
| YUV | 112.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 176 | 0.96 | 0.12 | 0 | 0.31 | 187.81 | 0.92 | 0.36 |
| Hex | 7 | 9A | B0 | 60 | C | 0 | 1F | BC | 5C | 24 |
| Octal | 7 | 232 | 260 | 140 | 14 | 0 | 37 | 274 | 134 | 44 |
| Binary | 111 | 10011010 | 10110000 | 1100000 | 1100 | 0 | 11111 | 10111100 | 1011100 | 100100 |
Color Harmonies of #079AB0
Complementary color
Monochromatic Colors of #079AB0
Black with #079AB0
Text Example
Text Example
White with #079AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AB0; }
p { color: rgb(7,154,176); }
H1.HeaderClassName
{
color: #079AB0;
}
.AnyTagClassName
{
color: #079AB0;
}
</style>
background-color css
<style>
a { background-color: #079AB0; }
a { background-color: rgb(7,154,176); }
div.DivClassName
{
background-color: #079AB0;
}
.BgClassName
{
background-color: #079AB0;
}
</style>
border-color css
<style>
span { border-color: #079AB0; }
span { border-color: rgb(7,154,176); }
td.TdClassName
{
border-color: #079AB0;
}
.TagClassName
{
border-color: #079AB0;
}
</style>