Shades of Bondi Blue #0494BA
Tints of Bondi Blue #0494BA
RGB
CMYK
RGB Variations
Color information
#0494BA (or 0x0494BA) is known color: Bondi Blue. HEX triplet: 04, 94 and BA. RGB value is (4,148,186). Sum of RGB (Red+Green+Blue) = 4+148+186=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0494BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0494BA is #FB6B45. Grayscale: #6C6C6C. Windows color (decimal): -16476998 or 12227588. OLE color: 12227588.
HSL color Cylindrical-coordinate representation of color #0494BA: hue angle of 192.53º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0494BA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 148 | 186 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.27 |
| HSL | 192.53º | 0.96% | 0.37% | - |
| HSV(B) | 192.53º | 0.98% | 0.73% | - |
| XYZ | 19.5 | 24.75 | 50.2 | - |
| YUV | 109.28 | 171.29 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 148 | 186 | 0.98 | 0.20 | 0 | 0.27 | 192.53 | 0.96 | 0.37 |
| Hex | 4 | 94 | BA | 62 | 14 | 0 | 1B | C1 | 60 | 25 |
| Octal | 4 | 224 | 272 | 142 | 24 | 0 | 33 | 301 | 140 | 45 |
| Binary | 100 | 10010100 | 10111010 | 1100010 | 10100 | 0 | 11011 | 11000001 | 1100000 | 100101 |
Color Harmonies of #0494BA
Complementary color
Monochromatic Colors of #0494BA
Black with #0494BA
Text Example
Text Example
White with #0494BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0494BA; }
p { color: rgb(4,148,186); }
H1.HeaderClassName
{
color: #0494BA;
}
.AnyTagClassName
{
color: #0494BA;
}
</style>
background-color css
<style>
a { background-color: #0494BA; }
a { background-color: rgb(4,148,186); }
div.DivClassName
{
background-color: #0494BA;
}
.BgClassName
{
background-color: #0494BA;
}
</style>
border-color css
<style>
span { border-color: #0494BA; }
span { border-color: rgb(4,148,186); }
td.TdClassName
{
border-color: #0494BA;
}
.TagClassName
{
border-color: #0494BA;
}
</style>