Shades of Bondi Blue #0DA0B5
Tints of Bondi Blue #0DA0B5
RGB
CMYK
RGB Variations
Color information
#0DA0B5 (or 0x0DA0B5) is known color: Bondi Blue. HEX triplet: 0D, A0 and B5. RGB value is (13,160,181). Sum of RGB (Red+Green+Blue) = 13+160+181=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #0DA0B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA0B5 is #F25F4A. Grayscale: #767676. Windows color (decimal): -15884107 or 11902989. OLE color: 11902989.
HSL color Cylindrical-coordinate representation of color #0DA0B5: hue angle of 187.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA0B5 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 160 | 181 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.29 |
| HSL | 187.5º | 0.87% | 0.38% | - |
| HSV(B) | 187.5º | 0.93% | 0.71% | - |
| XYZ | 21.08 | 28.56 | 48.12 | - |
| YUV | 118.44 | 163.3 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 181 | 0.93 | 0.12 | 0 | 0.29 | 187.5 | 0.87 | 0.38 |
| Hex | D | A0 | B5 | 5D | C | 0 | 1D | BC | 57 | 26 |
| Octal | 15 | 240 | 265 | 135 | 14 | 0 | 35 | 274 | 127 | 46 |
| Binary | 1101 | 10100000 | 10110101 | 1011101 | 1100 | 0 | 11101 | 10111100 | 1010111 | 100110 |
Color Harmonies of #0DA0B5
Complementary color
Monochromatic Colors of #0DA0B5
Black with #0DA0B5
Text Example
Text Example
White with #0DA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA0B5; }
p { color: rgb(13,160,181); }
H1.HeaderClassName
{
color: #0DA0B5;
}
.AnyTagClassName
{
color: #0DA0B5;
}
</style>
background-color css
<style>
a { background-color: #0DA0B5; }
a { background-color: rgb(13,160,181); }
div.DivClassName
{
background-color: #0DA0B5;
}
.BgClassName
{
background-color: #0DA0B5;
}
</style>
border-color css
<style>
span { border-color: #0DA0B5; }
span { border-color: rgb(13,160,181); }
td.TdClassName
{
border-color: #0DA0B5;
}
.TagClassName
{
border-color: #0DA0B5;
}
</style>