Shades of Bondi Blue #0798BA
Tints of Bondi Blue #0798BA
RGB
CMYK
RGB Variations
Color information
#0798BA (or 0x0798BA) is known color: Bondi Blue. HEX triplet: 07, 98 and BA. RGB value is (7,152,186). Sum of RGB (Red+Green+Blue) = 7+152+186=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #0798BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0798BA is #F86745. Grayscale: #707070. Windows color (decimal): -16279366 or 12228615. OLE color: 12228615.
HSL color Cylindrical-coordinate representation of color #0798BA: hue angle of 191.4º 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 #0798BA is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 152 | 186 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.27 |
| HSL | 191.4º | 0.93% | 0.38% | - |
| HSV(B) | 191.4º | 0.96% | 0.73% | - |
| XYZ | 20.18 | 26.05 | 50.42 | - |
| YUV | 112.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 186 | 0.96 | 0.18 | 0 | 0.27 | 191.4 | 0.93 | 0.38 |
| Hex | 7 | 98 | BA | 60 | 12 | 0 | 1B | BF | 5D | 26 |
| Octal | 7 | 230 | 272 | 140 | 22 | 0 | 33 | 277 | 135 | 46 |
| Binary | 111 | 10011000 | 10111010 | 1100000 | 10010 | 0 | 11011 | 10111111 | 1011101 | 100110 |
Color Harmonies of #0798BA
Complementary color
Monochromatic Colors of #0798BA
Black with #0798BA
Text Example
Text Example
White with #0798BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0798BA; }
p { color: rgb(7,152,186); }
H1.HeaderClassName
{
color: #0798BA;
}
.AnyTagClassName
{
color: #0798BA;
}
</style>
background-color css
<style>
a { background-color: #0798BA; }
a { background-color: rgb(7,152,186); }
div.DivClassName
{
background-color: #0798BA;
}
.BgClassName
{
background-color: #0798BA;
}
</style>
border-color css
<style>
span { border-color: #0798BA; }
span { border-color: rgb(7,152,186); }
td.TdClassName
{
border-color: #0798BA;
}
.TagClassName
{
border-color: #0798BA;
}
</style>