Shades of Bondi Blue #0796AA
Tints of Bondi Blue #0796AA
RGB
CMYK
RGB Variations
Color information
#0796AA (or 0x0796AA) is known color: Bondi Blue. HEX triplet: 07, 96 and AA. RGB value is (7,150,170). Sum of RGB (Red+Green+Blue) = 7+150+170=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #0796AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0796AA is #F86955. Grayscale: #6D6D6D. Windows color (decimal): -16279894 or 11179527. OLE color: 11179527.
HSL color Cylindrical-coordinate representation of color #0796AA: hue angle of 187.36º 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 #0796AA is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 150 | 170 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.33 |
| HSL | 187.36º | 0.92% | 0.35% | - |
| HSV(B) | 187.36º | 0.96% | 0.67% | - |
| XYZ | 18.25 | 24.76 | 41.85 | - |
| YUV | 109.52 | 162.12 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 170 | 0.96 | 0.12 | 0 | 0.33 | 187.36 | 0.92 | 0.35 |
| Hex | 7 | 96 | AA | 60 | C | 0 | 21 | BB | 5C | 23 |
| Octal | 7 | 226 | 252 | 140 | 14 | 0 | 41 | 273 | 134 | 43 |
| Binary | 111 | 10010110 | 10101010 | 1100000 | 1100 | 0 | 100001 | 10111011 | 1011100 | 100011 |
Color Harmonies of #0796AA
Complementary color
Monochromatic Colors of #0796AA
Black with #0796AA
Text Example
Text Example
White with #0796AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0796AA; }
p { color: rgb(7,150,170); }
H1.HeaderClassName
{
color: #0796AA;
}
.AnyTagClassName
{
color: #0796AA;
}
</style>
background-color css
<style>
a { background-color: #0796AA; }
a { background-color: rgb(7,150,170); }
div.DivClassName
{
background-color: #0796AA;
}
.BgClassName
{
background-color: #0796AA;
}
</style>
border-color css
<style>
span { border-color: #0796AA; }
span { border-color: rgb(7,150,170); }
td.TdClassName
{
border-color: #0796AA;
}
.TagClassName
{
border-color: #0796AA;
}
</style>