Shades of Bondi Blue #0493BA
Tints of Bondi Blue #0493BA
RGB
CMYK
RGB Variations
Color information
#0493BA (or 0x0493BA) is known color: Bondi Blue. HEX triplet: 04, 93 and BA. RGB value is (4,147,186). Sum of RGB (Red+Green+Blue) = 4+147+186=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #0493BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0493BA is #FB6C45. Grayscale: #6C6C6C. Windows color (decimal): -16477254 or 12227332. OLE color: 12227332.
HSL color Cylindrical-coordinate representation of color #0493BA: hue angle of 192.86º 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 #0493BA is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 147 | 186 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.27 |
| HSL | 192.86º | 0.96% | 0.37% | - |
| HSV(B) | 192.86º | 0.98% | 0.73% | - |
| XYZ | 19.35 | 24.44 | 50.15 | - |
| YUV | 108.69 | 171.62 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 147 | 186 | 0.98 | 0.21 | 0 | 0.27 | 192.86 | 0.96 | 0.37 |
| Hex | 4 | 93 | BA | 62 | 15 | 0 | 1B | C1 | 60 | 25 |
| Octal | 4 | 223 | 272 | 142 | 25 | 0 | 33 | 301 | 140 | 45 |
| Binary | 100 | 10010011 | 10111010 | 1100010 | 10101 | 0 | 11011 | 11000001 | 1100000 | 100101 |
Color Harmonies of #0493BA
Complementary color
Monochromatic Colors of #0493BA
Black with #0493BA
Text Example
Text Example
White with #0493BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0493BA; }
p { color: rgb(4,147,186); }
H1.HeaderClassName
{
color: #0493BA;
}
.AnyTagClassName
{
color: #0493BA;
}
</style>
background-color css
<style>
a { background-color: #0493BA; }
a { background-color: rgb(4,147,186); }
div.DivClassName
{
background-color: #0493BA;
}
.BgClassName
{
background-color: #0493BA;
}
</style>
border-color css
<style>
span { border-color: #0493BA; }
span { border-color: rgb(4,147,186); }
td.TdClassName
{
border-color: #0493BA;
}
.TagClassName
{
border-color: #0493BA;
}
</style>