Shades of Bondi Blue #0D9BAB
Tints of Bondi Blue #0D9BAB
RGB
CMYK
RGB Variations
Color information
#0D9BAB (or 0x0D9BAB) is known color: Bondi Blue. HEX triplet: 0D, 9B and AB. RGB value is (13,155,171). Sum of RGB (Red+Green+Blue) = 13+155+171=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D9BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9BAB is #F26454. Grayscale: #727272. Windows color (decimal): -15885397 or 11246349. OLE color: 11246349.
HSL color Cylindrical-coordinate representation of color #0D9BAB: hue angle of 186.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9BAB is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 155 | 171 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.33 |
| HSL | 186.08º | 0.86% | 0.36% | - |
| HSV(B) | 186.08º | 0.92% | 0.67% | - |
| XYZ | 19.24 | 26.47 | 42.62 | - |
| YUV | 114.37 | 159.96 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 171 | 0.92 | 0.09 | 0 | 0.33 | 186.08 | 0.86 | 0.36 |
| Hex | D | 9B | AB | 5C | 9 | 0 | 21 | BA | 56 | 24 |
| Octal | 15 | 233 | 253 | 134 | 11 | 0 | 41 | 272 | 126 | 44 |
| Binary | 1101 | 10011011 | 10101011 | 1011100 | 1001 | 0 | 100001 | 10111010 | 1010110 | 100100 |
Color Harmonies of #0D9BAB
Complementary color
Monochromatic Colors of #0D9BAB
Black with #0D9BAB
Text Example
Text Example
White with #0D9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9BAB; }
p { color: rgb(13,155,171); }
H1.HeaderClassName
{
color: #0D9BAB;
}
.AnyTagClassName
{
color: #0D9BAB;
}
</style>
background-color css
<style>
a { background-color: #0D9BAB; }
a { background-color: rgb(13,155,171); }
div.DivClassName
{
background-color: #0D9BAB;
}
.BgClassName
{
background-color: #0D9BAB;
}
</style>
border-color css
<style>
span { border-color: #0D9BAB; }
span { border-color: rgb(13,155,171); }
td.TdClassName
{
border-color: #0D9BAB;
}
.TagClassName
{
border-color: #0D9BAB;
}
</style>