Shades of Bondi Blue #0294AA
Tints of Bondi Blue #0294AA
RGB
CMYK
RGB Variations
Color information
#0294AA (or 0x0294AA) is known color: Bondi Blue. HEX triplet: 02, 94 and AA. RGB value is (2,148,170). Sum of RGB (Red+Green+Blue) = 2+148+170=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0294AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0294AA is #FD6B55. Grayscale: #6A6A6A. Windows color (decimal): -16608086 or 11179010. OLE color: 11179010.
HSL color Cylindrical-coordinate representation of color #0294AA: hue angle of 187.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294AA is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 148 | 170 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.33 |
| HSL | 187.86º | 0.98% | 0.34% | - |
| HSV(B) | 187.86º | 0.99% | 0.67% | - |
| XYZ | 17.87 | 24.1 | 41.74 | - |
| YUV | 106.85 | 163.63 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 170 | 0.99 | 0.13 | 0 | 0.33 | 187.86 | 0.98 | 0.34 |
| Hex | 2 | 94 | AA | 63 | D | 0 | 21 | BC | 62 | 22 |
| Octal | 2 | 224 | 252 | 143 | 15 | 0 | 41 | 274 | 142 | 42 |
| Binary | 10 | 10010100 | 10101010 | 1100011 | 1101 | 0 | 100001 | 10111100 | 1100010 | 100010 |
Color Harmonies of #0294AA
Complementary color
Monochromatic Colors of #0294AA
Black with #0294AA
Text Example
Text Example
White with #0294AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0294AA; }
p { color: rgb(2,148,170); }
H1.HeaderClassName
{
color: #0294AA;
}
.AnyTagClassName
{
color: #0294AA;
}
</style>
background-color css
<style>
a { background-color: #0294AA; }
a { background-color: rgb(2,148,170); }
div.DivClassName
{
background-color: #0294AA;
}
.BgClassName
{
background-color: #0294AA;
}
</style>
border-color css
<style>
span { border-color: #0294AA; }
span { border-color: rgb(2,148,170); }
td.TdClassName
{
border-color: #0294AA;
}
.TagClassName
{
border-color: #0294AA;
}
</style>