Shades of Bondi Blue #0294AD
Tints of Bondi Blue #0294AD
RGB
CMYK
RGB Variations
Color information
#0294AD (or 0x0294AD) is known color: Bondi Blue. HEX triplet: 02, 94 and AD. RGB value is (2,148,173). Sum of RGB (Red+Green+Blue) = 2+148+173=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #0294AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0294AD is #FD6B52. Grayscale: #6A6A6A. Windows color (decimal): -16608083 or 11375618. OLE color: 11375618.
HSL color Cylindrical-coordinate representation of color #0294AD: hue angle of 188.77º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294AD is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 148 | 173 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.32 |
| HSL | 188.77º | 0.98% | 0.34% | - |
| HSV(B) | 188.77º | 0.99% | 0.68% | - |
| XYZ | 18.16 | 24.21 | 43.25 | - |
| YUV | 107.2 | 165.13 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 173 | 0.99 | 0.14 | 0 | 0.32 | 188.77 | 0.98 | 0.34 |
| Hex | 2 | 94 | AD | 63 | E | 0 | 20 | BD | 62 | 22 |
| Octal | 2 | 224 | 255 | 143 | 16 | 0 | 40 | 275 | 142 | 42 |
| Binary | 10 | 10010100 | 10101101 | 1100011 | 1110 | 0 | 100000 | 10111101 | 1100010 | 100010 |
Color Harmonies of #0294AD
Complementary color
Monochromatic Colors of #0294AD
Black with #0294AD
Text Example
Text Example
White with #0294AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0294AD; }
p { color: rgb(2,148,173); }
H1.HeaderClassName
{
color: #0294AD;
}
.AnyTagClassName
{
color: #0294AD;
}
</style>
background-color css
<style>
a { background-color: #0294AD; }
a { background-color: rgb(2,148,173); }
div.DivClassName
{
background-color: #0294AD;
}
.BgClassName
{
background-color: #0294AD;
}
</style>
border-color css
<style>
span { border-color: #0294AD; }
span { border-color: rgb(2,148,173); }
td.TdClassName
{
border-color: #0294AD;
}
.TagClassName
{
border-color: #0294AD;
}
</style>