Shades of Bondi Blue #0C95BA
Tints of Bondi Blue #0C95BA
RGB
CMYK
RGB Variations
Color information
#0C95BA (or 0x0C95BA) is known color: Bondi Blue. HEX triplet: 0C, 95 and BA. RGB value is (12,149,186). Sum of RGB (Red+Green+Blue) = 12+149+186=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C95BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C95BA is #F36A45. Grayscale: #6F6F6F. Windows color (decimal): -15952454 or 12227852. OLE color: 12227852.
HSL color Cylindrical-coordinate representation of color #0C95BA: hue angle of 192.76º 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 #0C95BA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 149 | 186 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.27 |
| HSL | 192.76º | 0.88% | 0.39% | - |
| HSV(B) | 192.76º | 0.94% | 0.73% | - |
| XYZ | 19.76 | 25.12 | 50.26 | - |
| YUV | 112.26 | 169.61 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 186 | 0.94 | 0.20 | 0 | 0.27 | 192.76 | 0.88 | 0.39 |
| Hex | C | 95 | BA | 5E | 14 | 0 | 1B | C1 | 58 | 27 |
| Octal | 14 | 225 | 272 | 136 | 24 | 0 | 33 | 301 | 130 | 47 |
| Binary | 1100 | 10010101 | 10111010 | 1011110 | 10100 | 0 | 11011 | 11000001 | 1011000 | 100111 |
Color Harmonies of #0C95BA
Complementary color
Monochromatic Colors of #0C95BA
Black with #0C95BA
Text Example
Text Example
White with #0C95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C95BA; }
p { color: rgb(12,149,186); }
H1.HeaderClassName
{
color: #0C95BA;
}
.AnyTagClassName
{
color: #0C95BA;
}
</style>
background-color css
<style>
a { background-color: #0C95BA; }
a { background-color: rgb(12,149,186); }
div.DivClassName
{
background-color: #0C95BA;
}
.BgClassName
{
background-color: #0C95BA;
}
</style>
border-color css
<style>
span { border-color: #0C95BA; }
span { border-color: rgb(12,149,186); }
td.TdClassName
{
border-color: #0C95BA;
}
.TagClassName
{
border-color: #0C95BA;
}
</style>