Shades of Bondi Blue #0D8BC0
Tints of Bondi Blue #0D8BC0
RGB
CMYK
RGB Variations
Color information
#0D8BC0 (or 0x0D8BC0) is known color: Bondi Blue. HEX triplet: 0D, 8B and C0. RGB value is (13,139,192). Sum of RGB (Red+Green+Blue) = 13+139+192=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #0D8BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8BC0 is #F2743F. Grayscale: #6B6B6B. Windows color (decimal): -15889472 or 12618509. OLE color: 12618509.
HSL color Cylindrical-coordinate representation of color #0D8BC0: hue angle of 197.77º 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 #0D8BC0 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 139 | 192 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.25 |
| HSL | 197.77º | 0.87% | 0.4% | - |
| HSV(B) | 197.77º | 0.93% | 0.75% | - |
| XYZ | 18.91 | 22.36 | 53.19 | - |
| YUV | 107.37 | 175.76 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 192 | 0.93 | 0.28 | 0 | 0.25 | 197.77 | 0.87 | 0.4 |
| Hex | D | 8B | C0 | 5D | 1C | 0 | 19 | C6 | 57 | 28 |
| Octal | 15 | 213 | 300 | 135 | 34 | 0 | 31 | 306 | 127 | 50 |
| Binary | 1101 | 10001011 | 11000000 | 1011101 | 11100 | 0 | 11001 | 11000110 | 1010111 | 101000 |
Color Harmonies of #0D8BC0
Complementary color
Monochromatic Colors of #0D8BC0
Black with #0D8BC0
Text Example
Text Example
White with #0D8BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8BC0; }
p { color: rgb(13,139,192); }
H1.HeaderClassName
{
color: #0D8BC0;
}
.AnyTagClassName
{
color: #0D8BC0;
}
</style>
background-color css
<style>
a { background-color: #0D8BC0; }
a { background-color: rgb(13,139,192); }
div.DivClassName
{
background-color: #0D8BC0;
}
.BgClassName
{
background-color: #0D8BC0;
}
</style>
border-color css
<style>
span { border-color: #0D8BC0; }
span { border-color: rgb(13,139,192); }
td.TdClassName
{
border-color: #0D8BC0;
}
.TagClassName
{
border-color: #0D8BC0;
}
</style>