Shades of Bondi Blue #079DB1
Tints of Bondi Blue #079DB1
RGB
CMYK
RGB Variations
Color information
#079DB1 (or 0x079DB1) is known color: Bondi Blue. HEX triplet: 07, 9D and B1. RGB value is (7,157,177). Sum of RGB (Red+Green+Blue) = 7+157+177=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #079DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079DB1 is #F8624E. Grayscale: #727272. Windows color (decimal): -16278095 or 11640071. OLE color: 11640071.
HSL color Cylindrical-coordinate representation of color #079DB1: hue angle of 187.06º 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 #079DB1 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 157 | 177 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.31 |
| HSL | 187.06º | 0.92% | 0.36% | - |
| HSV(B) | 187.06º | 0.96% | 0.69% | - |
| XYZ | 20.08 | 27.33 | 45.81 | - |
| YUV | 114.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 177 | 0.96 | 0.11 | 0 | 0.31 | 187.06 | 0.92 | 0.36 |
| Hex | 7 | 9D | B1 | 60 | B | 0 | 1F | BB | 5C | 24 |
| Octal | 7 | 235 | 261 | 140 | 13 | 0 | 37 | 273 | 134 | 44 |
| Binary | 111 | 10011101 | 10110001 | 1100000 | 1011 | 0 | 11111 | 10111011 | 1011100 | 100100 |
Color Harmonies of #079DB1
Complementary color
Monochromatic Colors of #079DB1
Black with #079DB1
Text Example
Text Example
White with #079DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DB1; }
p { color: rgb(7,157,177); }
H1.HeaderClassName
{
color: #079DB1;
}
.AnyTagClassName
{
color: #079DB1;
}
</style>
background-color css
<style>
a { background-color: #079DB1; }
a { background-color: rgb(7,157,177); }
div.DivClassName
{
background-color: #079DB1;
}
.BgClassName
{
background-color: #079DB1;
}
</style>
border-color css
<style>
span { border-color: #079DB1; }
span { border-color: rgb(7,157,177); }
td.TdClassName
{
border-color: #079DB1;
}
.TagClassName
{
border-color: #079DB1;
}
</style>