Shades of Bondi Blue #079ABC
Tints of Bondi Blue #079ABC
RGB
CMYK
RGB Variations
Color information
#079ABC (or 0x079ABC) is known color: Bondi Blue. HEX triplet: 07, 9A and BC. RGB value is (7,154,188). Sum of RGB (Red+Green+Blue) = 7+154+188=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #079ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ABC is #F86543. Grayscale: #717171. Windows color (decimal): -16278852 or 12360199. OLE color: 12360199.
HSL color Cylindrical-coordinate representation of color #079ABC: hue angle of 191.27º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079ABC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 154 | 188 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.26 |
| HSL | 191.27º | 0.93% | 0.38% | - |
| HSV(B) | 191.27º | 0.96% | 0.74% | - |
| XYZ | 20.72 | 26.79 | 51.66 | - |
| YUV | 113.92 | 169.8 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 188 | 0.96 | 0.18 | 0 | 0.26 | 191.27 | 0.93 | 0.38 |
| Hex | 7 | 9A | BC | 60 | 12 | 0 | 1A | BF | 5D | 26 |
| Octal | 7 | 232 | 274 | 140 | 22 | 0 | 32 | 277 | 135 | 46 |
| Binary | 111 | 10011010 | 10111100 | 1100000 | 10010 | 0 | 11010 | 10111111 | 1011101 | 100110 |
Color Harmonies of #079ABC
Complementary color
Monochromatic Colors of #079ABC
Black with #079ABC
Text Example
Text Example
White with #079ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ABC; }
p { color: rgb(7,154,188); }
H1.HeaderClassName
{
color: #079ABC;
}
.AnyTagClassName
{
color: #079ABC;
}
</style>
background-color css
<style>
a { background-color: #079ABC; }
a { background-color: rgb(7,154,188); }
div.DivClassName
{
background-color: #079ABC;
}
.BgClassName
{
background-color: #079ABC;
}
</style>
border-color css
<style>
span { border-color: #079ABC; }
span { border-color: rgb(7,154,188); }
td.TdClassName
{
border-color: #079ABC;
}
.TagClassName
{
border-color: #079ABC;
}
</style>