Shades of Bondi Blue #0D89BA
Tints of Bondi Blue #0D89BA
RGB
CMYK
RGB Variations
Color information
#0D89BA (or 0x0D89BA) is known color: Bondi Blue. HEX triplet: 0D, 89 and BA. RGB value is (13,137,186). Sum of RGB (Red+Green+Blue) = 13+137+186=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D89BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D89BA is #F27645. Grayscale: #696969. Windows color (decimal): -15889990 or 12224781. OLE color: 12224781.
HSL color Cylindrical-coordinate representation of color #0D89BA: hue angle of 196.99º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D89BA is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 137 | 186 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.27 |
| HSL | 196.99º | 0.87% | 0.39% | - |
| HSV(B) | 196.99º | 0.93% | 0.73% | - |
| XYZ | 17.97 | 21.52 | 49.66 | - |
| YUV | 105.51 | 173.42 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 186 | 0.93 | 0.26 | 0 | 0.27 | 196.99 | 0.87 | 0.39 |
| Hex | D | 89 | BA | 5D | 1A | 0 | 1B | C5 | 57 | 27 |
| Octal | 15 | 211 | 272 | 135 | 32 | 0 | 33 | 305 | 127 | 47 |
| Binary | 1101 | 10001001 | 10111010 | 1011101 | 11010 | 0 | 11011 | 11000101 | 1010111 | 100111 |
Color Harmonies of #0D89BA
Complementary color
Monochromatic Colors of #0D89BA
Black with #0D89BA
Text Example
Text Example
White with #0D89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D89BA; }
p { color: rgb(13,137,186); }
H1.HeaderClassName
{
color: #0D89BA;
}
.AnyTagClassName
{
color: #0D89BA;
}
</style>
background-color css
<style>
a { background-color: #0D89BA; }
a { background-color: rgb(13,137,186); }
div.DivClassName
{
background-color: #0D89BA;
}
.BgClassName
{
background-color: #0D89BA;
}
</style>
border-color css
<style>
span { border-color: #0D89BA; }
span { border-color: rgb(13,137,186); }
td.TdClassName
{
border-color: #0D89BA;
}
.TagClassName
{
border-color: #0D89BA;
}
</style>