Shades of Bondi Blue #0D8DBF
Tints of Bondi Blue #0D8DBF
RGB
CMYK
RGB Variations
Color information
#0D8DBF (or 0x0D8DBF) is known color: Bondi Blue. HEX triplet: 0D, 8D and BF. RGB value is (13,141,191). Sum of RGB (Red+Green+Blue) = 13+141+191=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D8DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8DBF is #F27240. Grayscale: #6C6C6C. Windows color (decimal): -15888961 or 12553485. OLE color: 12553485.
HSL color Cylindrical-coordinate representation of color #0D8DBF: hue angle of 196.85º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D8DBF is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 141 | 191 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.25 |
| HSL | 196.85º | 0.87% | 0.4% | - |
| HSV(B) | 196.85º | 0.93% | 0.75% | - |
| XYZ | 19.09 | 22.9 | 52.7 | - |
| YUV | 108.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 141 | 191 | 0.93 | 0.26 | 0 | 0.25 | 196.85 | 0.87 | 0.4 |
| Hex | D | 8D | BF | 5D | 1A | 0 | 19 | C5 | 57 | 28 |
| Octal | 15 | 215 | 277 | 135 | 32 | 0 | 31 | 305 | 127 | 50 |
| Binary | 1101 | 10001101 | 10111111 | 1011101 | 11010 | 0 | 11001 | 11000101 | 1010111 | 101000 |
Color Harmonies of #0D8DBF
Complementary color
Monochromatic Colors of #0D8DBF
Black with #0D8DBF
Text Example
Text Example
White with #0D8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8DBF; }
p { color: rgb(13,141,191); }
H1.HeaderClassName
{
color: #0D8DBF;
}
.AnyTagClassName
{
color: #0D8DBF;
}
</style>
background-color css
<style>
a { background-color: #0D8DBF; }
a { background-color: rgb(13,141,191); }
div.DivClassName
{
background-color: #0D8DBF;
}
.BgClassName
{
background-color: #0D8DBF;
}
</style>
border-color css
<style>
span { border-color: #0D8DBF; }
span { border-color: rgb(13,141,191); }
td.TdClassName
{
border-color: #0D8DBF;
}
.TagClassName
{
border-color: #0D8DBF;
}
</style>