Shades of Bondi Blue #0D85BE
Tints of Bondi Blue #0D85BE
RGB
CMYK
RGB Variations
Color information
#0D85BE (or 0x0D85BE) is known color: Bondi Blue. HEX triplet: 0D, 85 and BE. RGB value is (13,133,190). Sum of RGB (Red+Green+Blue) = 13+133+190=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D85BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D85BE is #F27A41. Grayscale: #676767. Windows color (decimal): -15891010 or 12485901. OLE color: 12485901.
HSL color Cylindrical-coordinate representation of color #0D85BE: hue angle of 199.32º 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 #0D85BE is Cyan = 0.93, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 133 | 190 | - |
| CMYK | 0.93 | 0.3 | 0 | 0.25 |
| HSL | 199.32º | 0.87% | 0.4% | - |
| HSV(B) | 199.32º | 0.93% | 0.75% | - |
| XYZ | 17.85 | 20.58 | 51.75 | - |
| YUV | 103.62 | 176.74 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 190 | 0.93 | 0.3 | 0 | 0.25 | 199.32 | 0.87 | 0.4 |
| Hex | D | 85 | BE | 5D | 1E | 0 | 19 | C7 | 57 | 28 |
| Octal | 15 | 205 | 276 | 135 | 36 | 0 | 31 | 307 | 127 | 50 |
| Binary | 1101 | 10000101 | 10111110 | 1011101 | 11110 | 0 | 11001 | 11000111 | 1010111 | 101000 |
Color Harmonies of #0D85BE
Complementary color
Monochromatic Colors of #0D85BE
Black with #0D85BE
Text Example
Text Example
White with #0D85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D85BE; }
p { color: rgb(13,133,190); }
H1.HeaderClassName
{
color: #0D85BE;
}
.AnyTagClassName
{
color: #0D85BE;
}
</style>
background-color css
<style>
a { background-color: #0D85BE; }
a { background-color: rgb(13,133,190); }
div.DivClassName
{
background-color: #0D85BE;
}
.BgClassName
{
background-color: #0D85BE;
}
</style>
border-color css
<style>
span { border-color: #0D85BE; }
span { border-color: rgb(13,133,190); }
td.TdClassName
{
border-color: #0D85BE;
}
.TagClassName
{
border-color: #0D85BE;
}
</style>