Shades of Bondi Blue #0793BA
Tints of Bondi Blue #0793BA
RGB
CMYK
RGB Variations
Color information
#0793BA (or 0x0793BA) is known color: Bondi Blue. HEX triplet: 07, 93 and BA. RGB value is (7,147,186). Sum of RGB (Red+Green+Blue) = 7+147+186=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #0793BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0793BA is #F86C45. Grayscale: #6D6D6D. Windows color (decimal): -16280646 or 12227335. OLE color: 12227335.
HSL color Cylindrical-coordinate representation of color #0793BA: hue angle of 193.07º 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 #0793BA is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 147 | 186 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.27 |
| HSL | 193.07º | 0.93% | 0.38% | - |
| HSV(B) | 193.07º | 0.96% | 0.73% | - |
| XYZ | 19.38 | 24.46 | 50.15 | - |
| YUV | 109.59 | 171.12 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 186 | 0.96 | 0.21 | 0 | 0.27 | 193.07 | 0.93 | 0.38 |
| Hex | 7 | 93 | BA | 60 | 15 | 0 | 1B | C1 | 5D | 26 |
| Octal | 7 | 223 | 272 | 140 | 25 | 0 | 33 | 301 | 135 | 46 |
| Binary | 111 | 10010011 | 10111010 | 1100000 | 10101 | 0 | 11011 | 11000001 | 1011101 | 100110 |
Color Harmonies of #0793BA
Complementary color
Monochromatic Colors of #0793BA
Black with #0793BA
Text Example
Text Example
White with #0793BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0793BA; }
p { color: rgb(7,147,186); }
H1.HeaderClassName
{
color: #0793BA;
}
.AnyTagClassName
{
color: #0793BA;
}
</style>
background-color css
<style>
a { background-color: #0793BA; }
a { background-color: rgb(7,147,186); }
div.DivClassName
{
background-color: #0793BA;
}
.BgClassName
{
background-color: #0793BA;
}
</style>
border-color css
<style>
span { border-color: #0793BA; }
span { border-color: rgb(7,147,186); }
td.TdClassName
{
border-color: #0793BA;
}
.TagClassName
{
border-color: #0793BA;
}
</style>