Shades of Bondi Blue #079CA6
Tints of Bondi Blue #079CA6
RGB
CMYK
RGB Variations
Color information
#079CA6 (or 0x079CA6) is known color: Bondi Blue. HEX triplet: 07, 9C and A6. RGB value is (7,156,166). Sum of RGB (Red+Green+Blue) = 7+156+166=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #079CA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079CA6 is #F86359. Grayscale: #707070. Windows color (decimal): -16278362 or 10918919. OLE color: 10918919.
HSL color Cylindrical-coordinate representation of color #079CA6: hue angle of 183.77º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079CA6 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 156 | 166 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.35 |
| HSL | 183.77º | 0.92% | 0.34% | - |
| HSV(B) | 183.77º | 0.96% | 0.65% | - |
| XYZ | 18.86 | 26.58 | 40.21 | - |
| YUV | 112.59 | 158.14 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 166 | 0.96 | 0.06 | 0 | 0.35 | 183.77 | 0.92 | 0.34 |
| Hex | 7 | 9C | A6 | 60 | 6 | 0 | 23 | B8 | 5C | 22 |
| Octal | 7 | 234 | 246 | 140 | 6 | 0 | 43 | 270 | 134 | 42 |
| Binary | 111 | 10011100 | 10100110 | 1100000 | 110 | 0 | 100011 | 10111000 | 1011100 | 100010 |
Color Harmonies of #079CA6
Complementary color
Monochromatic Colors of #079CA6
Black with #079CA6
Text Example
Text Example
White with #079CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CA6; }
p { color: rgb(7,156,166); }
H1.HeaderClassName
{
color: #079CA6;
}
.AnyTagClassName
{
color: #079CA6;
}
</style>
background-color css
<style>
a { background-color: #079CA6; }
a { background-color: rgb(7,156,166); }
div.DivClassName
{
background-color: #079CA6;
}
.BgClassName
{
background-color: #079CA6;
}
</style>
border-color css
<style>
span { border-color: #079CA6; }
span { border-color: rgb(7,156,166); }
td.TdClassName
{
border-color: #079CA6;
}
.TagClassName
{
border-color: #079CA6;
}
</style>