Shades of Bondi Blue #0C85B9
Tints of Bondi Blue #0C85B9
RGB
CMYK
RGB Variations
Color information
#0C85B9 (or 0x0C85B9) is known color: Bondi Blue. HEX triplet: 0C, 85 and B9. RGB value is (12,133,185). Sum of RGB (Red+Green+Blue) = 12+133+185=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C85B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C85B9 is #F37A46. Grayscale: #666666. Windows color (decimal): -15956551 or 12158220. OLE color: 12158220.
HSL color Cylindrical-coordinate representation of color #0C85B9: hue angle of 198.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C85B9 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 133 | 185 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.27 |
| HSL | 198.03º | 0.88% | 0.39% | - |
| HSV(B) | 198.03º | 0.94% | 0.73% | - |
| XYZ | 17.3 | 20.36 | 48.92 | - |
| YUV | 102.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 185 | 0.94 | 0.28 | 0 | 0.27 | 198.03 | 0.88 | 0.39 |
| Hex | C | 85 | B9 | 5E | 1C | 0 | 1B | C6 | 58 | 27 |
| Octal | 14 | 205 | 271 | 136 | 34 | 0 | 33 | 306 | 130 | 47 |
| Binary | 1100 | 10000101 | 10111001 | 1011110 | 11100 | 0 | 11011 | 11000110 | 1011000 | 100111 |
Color Harmonies of #0C85B9
Complementary color
Monochromatic Colors of #0C85B9
Black with #0C85B9
Text Example
Text Example
White with #0C85B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C85B9; }
p { color: rgb(12,133,185); }
H1.HeaderClassName
{
color: #0C85B9;
}
.AnyTagClassName
{
color: #0C85B9;
}
</style>
background-color css
<style>
a { background-color: #0C85B9; }
a { background-color: rgb(12,133,185); }
div.DivClassName
{
background-color: #0C85B9;
}
.BgClassName
{
background-color: #0C85B9;
}
</style>
border-color css
<style>
span { border-color: #0C85B9; }
span { border-color: rgb(12,133,185); }
td.TdClassName
{
border-color: #0C85B9;
}
.TagClassName
{
border-color: #0C85B9;
}
</style>