Shades of Bondi Blue #0796BD
Tints of Bondi Blue #0796BD
RGB
CMYK
RGB Variations
Color information
#0796BD (or 0x0796BD) is known color: Bondi Blue. HEX triplet: 07, 96 and BD. RGB value is (7,150,189). Sum of RGB (Red+Green+Blue) = 7+150+189=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #0796BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796BD is #F86942. Grayscale: #6F6F6F. Windows color (decimal): -16279875 or 12424711. OLE color: 12424711.
HSL color Cylindrical-coordinate representation of color #0796BD: hue angle of 192.86º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0796BD is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 150 | 189 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.26 |
| HSL | 192.86º | 0.93% | 0.38% | - |
| HSV(B) | 192.86º | 0.96% | 0.74% | - |
| XYZ | 20.18 | 25.53 | 52.01 | - |
| YUV | 111.69 | 171.62 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 189 | 0.96 | 0.21 | 0 | 0.26 | 192.86 | 0.93 | 0.38 |
| Hex | 7 | 96 | BD | 60 | 15 | 0 | 1A | C1 | 5D | 26 |
| Octal | 7 | 226 | 275 | 140 | 25 | 0 | 32 | 301 | 135 | 46 |
| Binary | 111 | 10010110 | 10111101 | 1100000 | 10101 | 0 | 11010 | 11000001 | 1011101 | 100110 |
Color Harmonies of #0796BD
Complementary color
Monochromatic Colors of #0796BD
Black with #0796BD
Text Example
Text Example
White with #0796BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0796BD; }
p { color: rgb(7,150,189); }
H1.HeaderClassName
{
color: #0796BD;
}
.AnyTagClassName
{
color: #0796BD;
}
</style>
background-color css
<style>
a { background-color: #0796BD; }
a { background-color: rgb(7,150,189); }
div.DivClassName
{
background-color: #0796BD;
}
.BgClassName
{
background-color: #0796BD;
}
</style>
border-color css
<style>
span { border-color: #0796BD; }
span { border-color: rgb(7,150,189); }
td.TdClassName
{
border-color: #0796BD;
}
.TagClassName
{
border-color: #0796BD;
}
</style>