Shades of Bondi Blue #0796AD
Tints of Bondi Blue #0796AD
RGB
CMYK
RGB Variations
Color information
#0796AD (or 0x0796AD) is known color: Bondi Blue. HEX triplet: 07, 96 and AD. RGB value is (7,150,173). Sum of RGB (Red+Green+Blue) = 7+150+173=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #0796AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0796AD is #F86952. Grayscale: #6D6D6D. Windows color (decimal): -16279891 or 11376135. OLE color: 11376135.
HSL color Cylindrical-coordinate representation of color #0796AD: hue angle of 188.31º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0796AD is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 150 | 173 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.32 |
| HSL | 188.31º | 0.92% | 0.35% | - |
| HSV(B) | 188.31º | 0.96% | 0.68% | - |
| XYZ | 18.54 | 24.88 | 43.36 | - |
| YUV | 109.87 | 163.62 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 173 | 0.96 | 0.13 | 0 | 0.32 | 188.31 | 0.92 | 0.35 |
| Hex | 7 | 96 | AD | 60 | D | 0 | 20 | BC | 5C | 23 |
| Octal | 7 | 226 | 255 | 140 | 15 | 0 | 40 | 274 | 134 | 43 |
| Binary | 111 | 10010110 | 10101101 | 1100000 | 1101 | 0 | 100000 | 10111100 | 1011100 | 100011 |
Color Harmonies of #0796AD
Complementary color
Monochromatic Colors of #0796AD
Black with #0796AD
Text Example
Text Example
White with #0796AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0796AD; }
p { color: rgb(7,150,173); }
H1.HeaderClassName
{
color: #0796AD;
}
.AnyTagClassName
{
color: #0796AD;
}
</style>
background-color css
<style>
a { background-color: #0796AD; }
a { background-color: rgb(7,150,173); }
div.DivClassName
{
background-color: #0796AD;
}
.BgClassName
{
background-color: #0796AD;
}
</style>
border-color css
<style>
span { border-color: #0796AD; }
span { border-color: rgb(7,150,173); }
td.TdClassName
{
border-color: #0796AD;
}
.TagClassName
{
border-color: #0796AD;
}
</style>