Shades of Bondi Blue #0DA3AD
Tints of Bondi Blue #0DA3AD
RGB
CMYK
RGB Variations
Color information
#0DA3AD (or 0x0DA3AD) is known color: Bondi Blue. HEX triplet: 0D, A3 and AD. RGB value is (13,163,173). Sum of RGB (Red+Green+Blue) = 13+163+173=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #0DA3AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA3AD is #F25C52. Grayscale: #777777. Windows color (decimal): -15883347 or 11379469. OLE color: 11379469.
HSL color Cylindrical-coordinate representation of color #0DA3AD: hue angle of 183.75º 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 #0DA3AD is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 163 | 173 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.32 |
| HSL | 183.75º | 0.86% | 0.36% | - |
| HSV(B) | 183.75º | 0.92% | 0.68% | - |
| XYZ | 20.81 | 29.3 | 44.09 | - |
| YUV | 119.29 | 158.31 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 173 | 0.92 | 0.06 | 0 | 0.32 | 183.75 | 0.86 | 0.36 |
| Hex | D | A3 | AD | 5C | 6 | 0 | 20 | B8 | 56 | 24 |
| Octal | 15 | 243 | 255 | 134 | 6 | 0 | 40 | 270 | 126 | 44 |
| Binary | 1101 | 10100011 | 10101101 | 1011100 | 110 | 0 | 100000 | 10111000 | 1010110 | 100100 |
Color Harmonies of #0DA3AD
Complementary color
Monochromatic Colors of #0DA3AD
Black with #0DA3AD
Text Example
Text Example
White with #0DA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA3AD; }
p { color: rgb(13,163,173); }
H1.HeaderClassName
{
color: #0DA3AD;
}
.AnyTagClassName
{
color: #0DA3AD;
}
</style>
background-color css
<style>
a { background-color: #0DA3AD; }
a { background-color: rgb(13,163,173); }
div.DivClassName
{
background-color: #0DA3AD;
}
.BgClassName
{
background-color: #0DA3AD;
}
</style>
border-color css
<style>
span { border-color: #0DA3AD; }
span { border-color: rgb(13,163,173); }
td.TdClassName
{
border-color: #0DA3AD;
}
.TagClassName
{
border-color: #0DA3AD;
}
</style>