Shades of Bondi Blue #0DA0AD
Tints of Bondi Blue #0DA0AD
RGB
CMYK
RGB Variations
Color information
#0DA0AD (or 0x0DA0AD) is known color: Bondi Blue. HEX triplet: 0D, A0 and AD. RGB value is (13,160,173). Sum of RGB (Red+Green+Blue) = 13+160+173=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #0DA0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA0AD is #F25F52. Grayscale: #757575. Windows color (decimal): -15884115 or 11378701. OLE color: 11378701.
HSL color Cylindrical-coordinate representation of color #0DA0AD: hue angle of 184.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA0AD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 160 | 173 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.32 |
| HSL | 184.88º | 0.86% | 0.36% | - |
| HSV(B) | 184.88º | 0.92% | 0.68% | - |
| XYZ | 20.28 | 28.24 | 43.92 | - |
| YUV | 117.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 173 | 0.92 | 0.08 | 0 | 0.32 | 184.88 | 0.86 | 0.36 |
| Hex | D | A0 | AD | 5C | 8 | 0 | 20 | B9 | 56 | 24 |
| Octal | 15 | 240 | 255 | 134 | 10 | 0 | 40 | 271 | 126 | 44 |
| Binary | 1101 | 10100000 | 10101101 | 1011100 | 1000 | 0 | 100000 | 10111001 | 1010110 | 100100 |
Color Harmonies of #0DA0AD
Complementary color
Monochromatic Colors of #0DA0AD
Black with #0DA0AD
Text Example
Text Example
White with #0DA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA0AD; }
p { color: rgb(13,160,173); }
H1.HeaderClassName
{
color: #0DA0AD;
}
.AnyTagClassName
{
color: #0DA0AD;
}
</style>
background-color css
<style>
a { background-color: #0DA0AD; }
a { background-color: rgb(13,160,173); }
div.DivClassName
{
background-color: #0DA0AD;
}
.BgClassName
{
background-color: #0DA0AD;
}
</style>
border-color css
<style>
span { border-color: #0DA0AD; }
span { border-color: rgb(13,160,173); }
td.TdClassName
{
border-color: #0DA0AD;
}
.TagClassName
{
border-color: #0DA0AD;
}
</style>