Shades of Bondi Blue #0289B9
Tints of Bondi Blue #0289B9
RGB
CMYK
RGB Variations
Color information
#0289B9 (or 0x0289B9) is known color: Bondi Blue. HEX triplet: 02, 89 and B9. RGB value is (2,137,185). Sum of RGB (Red+Green+Blue) = 2+137+185=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #0289B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0289B9 is #FD7646. Grayscale: #656565. Windows color (decimal): -16610887 or 12159234. OLE color: 12159234.
HSL color Cylindrical-coordinate representation of color #0289B9: hue angle of 195.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289B9 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 137 | 185 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.27 |
| HSL | 195.74º | 0.98% | 0.37% | - |
| HSV(B) | 195.74º | 0.99% | 0.73% | - |
| XYZ | 17.73 | 21.41 | 49.1 | - |
| YUV | 102.11 | 174.77 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 185 | 0.99 | 0.26 | 0 | 0.27 | 195.74 | 0.98 | 0.37 |
| Hex | 2 | 89 | B9 | 63 | 1A | 0 | 1B | C4 | 62 | 25 |
| Octal | 2 | 211 | 271 | 143 | 32 | 0 | 33 | 304 | 142 | 45 |
| Binary | 10 | 10001001 | 10111001 | 1100011 | 11010 | 0 | 11011 | 11000100 | 1100010 | 100101 |
Color Harmonies of #0289B9
Complementary color
Monochromatic Colors of #0289B9
Black with #0289B9
Text Example
Text Example
White with #0289B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0289B9; }
p { color: rgb(2,137,185); }
H1.HeaderClassName
{
color: #0289B9;
}
.AnyTagClassName
{
color: #0289B9;
}
</style>
background-color css
<style>
a { background-color: #0289B9; }
a { background-color: rgb(2,137,185); }
div.DivClassName
{
background-color: #0289B9;
}
.BgClassName
{
background-color: #0289B9;
}
</style>
border-color css
<style>
span { border-color: #0289B9; }
span { border-color: rgb(2,137,185); }
td.TdClassName
{
border-color: #0289B9;
}
.TagClassName
{
border-color: #0289B9;
}
</style>