Shades of Bondi Blue #0797BB
Tints of Bondi Blue #0797BB
RGB
CMYK
RGB Variations
Color information
#0797BB (or 0x0797BB) is known color: Bondi Blue. HEX triplet: 07, 97 and BB. RGB value is (7,151,187). Sum of RGB (Red+Green+Blue) = 7+151+187=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #0797BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0797BB is #F86844. Grayscale: #6F6F6F. Windows color (decimal): -16279621 or 12293895. OLE color: 12293895.
HSL color Cylindrical-coordinate representation of color #0797BB: hue angle of 192º 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 #0797BB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 151 | 187 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.27 |
| HSL | 192º | 0.93% | 0.38% | - |
| HSV(B) | 192º | 0.96% | 0.73% | - |
| XYZ | 20.12 | 25.77 | 50.93 | - |
| YUV | 112.05 | 170.29 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 187 | 0.96 | 0.19 | 0 | 0.27 | 192 | 0.93 | 0.38 |
| Hex | 7 | 97 | BB | 60 | 13 | 0 | 1B | C0 | 5D | 26 |
| Octal | 7 | 227 | 273 | 140 | 23 | 0 | 33 | 300 | 135 | 46 |
| Binary | 111 | 10010111 | 10111011 | 1100000 | 10011 | 0 | 11011 | 11000000 | 1011101 | 100110 |
Color Harmonies of #0797BB
Complementary color
Monochromatic Colors of #0797BB
Black with #0797BB
Text Example
Text Example
White with #0797BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0797BB; }
p { color: rgb(7,151,187); }
H1.HeaderClassName
{
color: #0797BB;
}
.AnyTagClassName
{
color: #0797BB;
}
</style>
background-color css
<style>
a { background-color: #0797BB; }
a { background-color: rgb(7,151,187); }
div.DivClassName
{
background-color: #0797BB;
}
.BgClassName
{
background-color: #0797BB;
}
</style>
border-color css
<style>
span { border-color: #0797BB; }
span { border-color: rgb(7,151,187); }
td.TdClassName
{
border-color: #0797BB;
}
.TagClassName
{
border-color: #0797BB;
}
</style>