Shades of Bondi Blue #0797B9
Tints of Bondi Blue #0797B9
RGB
CMYK
RGB Variations
Color information
#0797B9 (or 0x0797B9) is known color: Bondi Blue. HEX triplet: 07, 97 and B9. RGB value is (7,151,185). Sum of RGB (Red+Green+Blue) = 7+151+185=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #0797B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0797B9 is #F86846. Grayscale: #6F6F6F. Windows color (decimal): -16279623 or 12162823. OLE color: 12162823.
HSL color Cylindrical-coordinate representation of color #0797B9: hue angle of 191.46º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0797B9 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 151 | 185 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.27 |
| HSL | 191.46º | 0.93% | 0.38% | - |
| HSV(B) | 191.46º | 0.96% | 0.73% | - |
| XYZ | 19.91 | 25.68 | 49.81 | - |
| YUV | 111.82 | 169.29 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 185 | 0.96 | 0.18 | 0 | 0.27 | 191.46 | 0.93 | 0.38 |
| Hex | 7 | 97 | B9 | 60 | 12 | 0 | 1B | BF | 5D | 26 |
| Octal | 7 | 227 | 271 | 140 | 22 | 0 | 33 | 277 | 135 | 46 |
| Binary | 111 | 10010111 | 10111001 | 1100000 | 10010 | 0 | 11011 | 10111111 | 1011101 | 100110 |
Color Harmonies of #0797B9
Complementary color
Monochromatic Colors of #0797B9
Black with #0797B9
Text Example
Text Example
White with #0797B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0797B9; }
p { color: rgb(7,151,185); }
H1.HeaderClassName
{
color: #0797B9;
}
.AnyTagClassName
{
color: #0797B9;
}
</style>
background-color css
<style>
a { background-color: #0797B9; }
a { background-color: rgb(7,151,185); }
div.DivClassName
{
background-color: #0797B9;
}
.BgClassName
{
background-color: #0797B9;
}
</style>
border-color css
<style>
span { border-color: #0797B9; }
span { border-color: rgb(7,151,185); }
td.TdClassName
{
border-color: #0797B9;
}
.TagClassName
{
border-color: #0797B9;
}
</style>