Shades of Bondi Blue #0D98B0
Tints of Bondi Blue #0D98B0
RGB
CMYK
RGB Variations
Color information
#0D98B0 (or 0x0D98B0) is known color: Bondi Blue. HEX triplet: 0D, 98 and B0. RGB value is (13,152,176). Sum of RGB (Red+Green+Blue) = 13+152+176=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #0D98B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D98B0 is #F2674F. Grayscale: #707070. Windows color (decimal): -15886160 or 11573261. OLE color: 11573261.
HSL color Cylindrical-coordinate representation of color #0D98B0: hue angle of 188.83º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D98B0 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 152 | 176 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.31 |
| HSL | 188.83º | 0.86% | 0.37% | - |
| HSV(B) | 188.83º | 0.93% | 0.69% | - |
| XYZ | 19.23 | 25.68 | 45.02 | - |
| YUV | 113.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 176 | 0.93 | 0.14 | 0 | 0.31 | 188.83 | 0.86 | 0.37 |
| Hex | D | 98 | B0 | 5D | E | 0 | 1F | BD | 56 | 25 |
| Octal | 15 | 230 | 260 | 135 | 16 | 0 | 37 | 275 | 126 | 45 |
| Binary | 1101 | 10011000 | 10110000 | 1011101 | 1110 | 0 | 11111 | 10111101 | 1010110 | 100101 |
Color Harmonies of #0D98B0
Complementary color
Monochromatic Colors of #0D98B0
Black with #0D98B0
Text Example
Text Example
White with #0D98B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D98B0; }
p { color: rgb(13,152,176); }
H1.HeaderClassName
{
color: #0D98B0;
}
.AnyTagClassName
{
color: #0D98B0;
}
</style>
background-color css
<style>
a { background-color: #0D98B0; }
a { background-color: rgb(13,152,176); }
div.DivClassName
{
background-color: #0D98B0;
}
.BgClassName
{
background-color: #0D98B0;
}
</style>
border-color css
<style>
span { border-color: #0D98B0; }
span { border-color: rgb(13,152,176); }
td.TdClassName
{
border-color: #0D98B0;
}
.TagClassName
{
border-color: #0D98B0;
}
</style>