Shades of Bondi Blue #079CAB
Tints of Bondi Blue #079CAB
RGB
CMYK
RGB Variations
Color information
#079CAB (or 0x079CAB) is known color: Bondi Blue. HEX triplet: 07, 9C and AB. RGB value is (7,156,171). Sum of RGB (Red+Green+Blue) = 7+156+171=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #079CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079CAB is #F86354. Grayscale: #707070. Windows color (decimal): -16278357 or 11246599. OLE color: 11246599.
HSL color Cylindrical-coordinate representation of color #079CAB: hue angle of 185.49º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079CAB is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 156 | 171 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.33 |
| HSL | 185.49º | 0.92% | 0.35% | - |
| HSV(B) | 185.49º | 0.96% | 0.67% | - |
| XYZ | 19.33 | 26.76 | 42.68 | - |
| YUV | 113.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 171 | 0.96 | 0.09 | 0 | 0.33 | 185.49 | 0.92 | 0.35 |
| Hex | 7 | 9C | AB | 60 | 9 | 0 | 21 | B9 | 5C | 23 |
| Octal | 7 | 234 | 253 | 140 | 11 | 0 | 41 | 271 | 134 | 43 |
| Binary | 111 | 10011100 | 10101011 | 1100000 | 1001 | 0 | 100001 | 10111001 | 1011100 | 100011 |
Color Harmonies of #079CAB
Complementary color
Monochromatic Colors of #079CAB
Black with #079CAB
Text Example
Text Example
White with #079CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CAB; }
p { color: rgb(7,156,171); }
H1.HeaderClassName
{
color: #079CAB;
}
.AnyTagClassName
{
color: #079CAB;
}
</style>
background-color css
<style>
a { background-color: #079CAB; }
a { background-color: rgb(7,156,171); }
div.DivClassName
{
background-color: #079CAB;
}
.BgClassName
{
background-color: #079CAB;
}
</style>
border-color css
<style>
span { border-color: #079CAB; }
span { border-color: rgb(7,156,171); }
td.TdClassName
{
border-color: #079CAB;
}
.TagClassName
{
border-color: #079CAB;
}
</style>