Shades of Bondi Blue #0D98BA
Tints of Bondi Blue #0D98BA
RGB
CMYK
RGB Variations
Color information
#0D98BA (or 0x0D98BA) is known color: Bondi Blue. HEX triplet: 0D, 98 and BA. RGB value is (13,152,186). Sum of RGB (Red+Green+Blue) = 13+152+186=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D98BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D98BA is #F26745. Grayscale: #727272. Windows color (decimal): -15886150 or 12228621. OLE color: 12228621.
HSL color Cylindrical-coordinate representation of color #0D98BA: hue angle of 191.79º 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 #0D98BA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 152 | 186 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.27 |
| HSL | 191.79º | 0.87% | 0.39% | - |
| HSV(B) | 191.79º | 0.93% | 0.73% | - |
| XYZ | 20.26 | 26.09 | 50.42 | - |
| YUV | 114.32 | 168.45 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 186 | 0.93 | 0.18 | 0 | 0.27 | 191.79 | 0.87 | 0.39 |
| Hex | D | 98 | BA | 5D | 12 | 0 | 1B | C0 | 57 | 27 |
| Octal | 15 | 230 | 272 | 135 | 22 | 0 | 33 | 300 | 127 | 47 |
| Binary | 1101 | 10011000 | 10111010 | 1011101 | 10010 | 0 | 11011 | 11000000 | 1010111 | 100111 |
Color Harmonies of #0D98BA
Complementary color
Monochromatic Colors of #0D98BA
Black with #0D98BA
Text Example
Text Example
White with #0D98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D98BA; }
p { color: rgb(13,152,186); }
H1.HeaderClassName
{
color: #0D98BA;
}
.AnyTagClassName
{
color: #0D98BA;
}
</style>
background-color css
<style>
a { background-color: #0D98BA; }
a { background-color: rgb(13,152,186); }
div.DivClassName
{
background-color: #0D98BA;
}
.BgClassName
{
background-color: #0D98BA;
}
</style>
border-color css
<style>
span { border-color: #0D98BA; }
span { border-color: rgb(13,152,186); }
td.TdClassName
{
border-color: #0D98BA;
}
.TagClassName
{
border-color: #0D98BA;
}
</style>