Shades of Bondi Blue #0D9BAD
Tints of Bondi Blue #0D9BAD
RGB
CMYK
RGB Variations
Color information
#0D9BAD (or 0x0D9BAD) is known color: Bondi Blue. HEX triplet: 0D, 9B and AD. RGB value is (13,155,173). Sum of RGB (Red+Green+Blue) = 13+155+173=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D9BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9BAD is #F26452. Grayscale: #727272. Windows color (decimal): -15885395 or 11377421. OLE color: 11377421.
HSL color Cylindrical-coordinate representation of color #0D9BAD: hue angle of 186.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 #0D9BAD is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 155 | 173 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.32 |
| HSL | 186.75º | 0.86% | 0.36% | - |
| HSV(B) | 186.75º | 0.92% | 0.68% | - |
| XYZ | 19.43 | 26.55 | 43.63 | - |
| YUV | 114.59 | 160.96 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 173 | 0.92 | 0.10 | 0 | 0.32 | 186.75 | 0.86 | 0.36 |
| Hex | D | 9B | AD | 5C | A | 0 | 20 | BB | 56 | 24 |
| Octal | 15 | 233 | 255 | 134 | 12 | 0 | 40 | 273 | 126 | 44 |
| Binary | 1101 | 10011011 | 10101101 | 1011100 | 1010 | 0 | 100000 | 10111011 | 1010110 | 100100 |
Color Harmonies of #0D9BAD
Complementary color
Monochromatic Colors of #0D9BAD
Black with #0D9BAD
Text Example
Text Example
White with #0D9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9BAD; }
p { color: rgb(13,155,173); }
H1.HeaderClassName
{
color: #0D9BAD;
}
.AnyTagClassName
{
color: #0D9BAD;
}
</style>
background-color css
<style>
a { background-color: #0D9BAD; }
a { background-color: rgb(13,155,173); }
div.DivClassName
{
background-color: #0D9BAD;
}
.BgClassName
{
background-color: #0D9BAD;
}
</style>
border-color css
<style>
span { border-color: #0D9BAD; }
span { border-color: rgb(13,155,173); }
td.TdClassName
{
border-color: #0D9BAD;
}
.TagClassName
{
border-color: #0D9BAD;
}
</style>