Shades of Bondi Blue #079AAF
Tints of Bondi Blue #079AAF
RGB
CMYK
RGB Variations
Color information
#079AAF (or 0x079AAF) is known color: Bondi Blue. HEX triplet: 07, 9A and AF. RGB value is (7,154,175). Sum of RGB (Red+Green+Blue) = 7+154+175=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #079AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079AAF is #F86550. Grayscale: #707070. Windows color (decimal): -16278865 or 11508231. OLE color: 11508231.
HSL color Cylindrical-coordinate representation of color #079AAF: hue angle of 187.5º 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 #079AAF is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 154 | 175 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.31 |
| HSL | 187.5º | 0.92% | 0.36% | - |
| HSV(B) | 187.5º | 0.96% | 0.69% | - |
| XYZ | 19.38 | 26.25 | 44.6 | - |
| YUV | 112.44 | 163.3 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 175 | 0.96 | 0.12 | 0 | 0.31 | 187.5 | 0.92 | 0.36 |
| Hex | 7 | 9A | AF | 60 | C | 0 | 1F | BC | 5C | 24 |
| Octal | 7 | 232 | 257 | 140 | 14 | 0 | 37 | 274 | 134 | 44 |
| Binary | 111 | 10011010 | 10101111 | 1100000 | 1100 | 0 | 11111 | 10111100 | 1011100 | 100100 |
Color Harmonies of #079AAF
Complementary color
Monochromatic Colors of #079AAF
Black with #079AAF
Text Example
Text Example
White with #079AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AAF; }
p { color: rgb(7,154,175); }
H1.HeaderClassName
{
color: #079AAF;
}
.AnyTagClassName
{
color: #079AAF;
}
</style>
background-color css
<style>
a { background-color: #079AAF; }
a { background-color: rgb(7,154,175); }
div.DivClassName
{
background-color: #079AAF;
}
.BgClassName
{
background-color: #079AAF;
}
</style>
border-color css
<style>
span { border-color: #079AAF; }
span { border-color: rgb(7,154,175); }
td.TdClassName
{
border-color: #079AAF;
}
.TagClassName
{
border-color: #079AAF;
}
</style>