Shades of Bondi Blue #079ABB
Tints of Bondi Blue #079ABB
RGB
CMYK
RGB Variations
Color information
#079ABB (or 0x079ABB) is known color: Bondi Blue. HEX triplet: 07, 9A and BB. RGB value is (7,154,187). Sum of RGB (Red+Green+Blue) = 7+154+187=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #079ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ABB is #F86544. Grayscale: #717171. Windows color (decimal): -16278853 or 12294663. OLE color: 12294663.
HSL color Cylindrical-coordinate representation of color #079ABB: hue angle of 191º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079ABB is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 154 | 187 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.27 |
| HSL | 191º | 0.93% | 0.38% | - |
| HSV(B) | 191º | 0.96% | 0.73% | - |
| XYZ | 20.61 | 26.74 | 51.09 | - |
| YUV | 113.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 187 | 0.96 | 0.18 | 0 | 0.27 | 191 | 0.93 | 0.38 |
| Hex | 7 | 9A | BB | 60 | 12 | 0 | 1B | BF | 5D | 26 |
| Octal | 7 | 232 | 273 | 140 | 22 | 0 | 33 | 277 | 135 | 46 |
| Binary | 111 | 10011010 | 10111011 | 1100000 | 10010 | 0 | 11011 | 10111111 | 1011101 | 100110 |
Color Harmonies of #079ABB
Complementary color
Monochromatic Colors of #079ABB
Black with #079ABB
Text Example
Text Example
White with #079ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ABB; }
p { color: rgb(7,154,187); }
H1.HeaderClassName
{
color: #079ABB;
}
.AnyTagClassName
{
color: #079ABB;
}
</style>
background-color css
<style>
a { background-color: #079ABB; }
a { background-color: rgb(7,154,187); }
div.DivClassName
{
background-color: #079ABB;
}
.BgClassName
{
background-color: #079ABB;
}
</style>
border-color css
<style>
span { border-color: #079ABB; }
span { border-color: rgb(7,154,187); }
td.TdClassName
{
border-color: #079ABB;
}
.TagClassName
{
border-color: #079ABB;
}
</style>