Shades of Bondi Blue #0294BE
Tints of Bondi Blue #0294BE
RGB
CMYK
RGB Variations
Color information
#0294BE (or 0x0294BE) is known color: Bondi Blue. HEX triplet: 02, 94 and BE. RGB value is (2,148,190). Sum of RGB (Red+Green+Blue) = 2+148+190=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #0294BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294BE is #FD6B41. Grayscale: #6C6C6C. Windows color (decimal): -16608066 or 12489730. OLE color: 12489730.
HSL color Cylindrical-coordinate representation of color #0294BE: hue angle of 193.4º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294BE is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 148 | 190 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.25 |
| HSL | 193.4º | 0.98% | 0.38% | - |
| HSV(B) | 193.4º | 0.99% | 0.75% | - |
| XYZ | 19.91 | 24.91 | 52.47 | - |
| YUV | 109.13 | 173.63 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 190 | 0.99 | 0.22 | 0 | 0.25 | 193.4 | 0.98 | 0.38 |
| Hex | 2 | 94 | BE | 63 | 16 | 0 | 19 | C1 | 62 | 26 |
| Octal | 2 | 224 | 276 | 143 | 26 | 0 | 31 | 301 | 142 | 46 |
| Binary | 10 | 10010100 | 10111110 | 1100011 | 10110 | 0 | 11001 | 11000001 | 1100010 | 100110 |
Color Harmonies of #0294BE
Complementary color
Monochromatic Colors of #0294BE
Black with #0294BE
Text Example
Text Example
White with #0294BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0294BE; }
p { color: rgb(2,148,190); }
H1.HeaderClassName
{
color: #0294BE;
}
.AnyTagClassName
{
color: #0294BE;
}
</style>
background-color css
<style>
a { background-color: #0294BE; }
a { background-color: rgb(2,148,190); }
div.DivClassName
{
background-color: #0294BE;
}
.BgClassName
{
background-color: #0294BE;
}
</style>
border-color css
<style>
span { border-color: #0294BE; }
span { border-color: rgb(2,148,190); }
td.TdClassName
{
border-color: #0294BE;
}
.TagClassName
{
border-color: #0294BE;
}
</style>