Shades of Bondi Blue #0C99BC
Tints of Bondi Blue #0C99BC
RGB
CMYK
RGB Variations
Color information
#0C99BC (or 0x0C99BC) is known color: Bondi Blue. HEX triplet: 0C, 99 and BC. RGB value is (12,153,188). Sum of RGB (Red+Green+Blue) = 12+153+188=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C99BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C99BC is #F36643. Grayscale: #727272. Windows color (decimal): -15951428 or 12359948. OLE color: 12359948.
HSL color Cylindrical-coordinate representation of color #0C99BC: hue angle of 191.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C99BC is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 153 | 188 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.26 |
| HSL | 191.93º | 0.88% | 0.39% | - |
| HSV(B) | 191.93º | 0.94% | 0.74% | - |
| XYZ | 20.62 | 26.49 | 51.6 | - |
| YUV | 114.83 | 169.29 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 188 | 0.94 | 0.19 | 0 | 0.26 | 191.93 | 0.88 | 0.39 |
| Hex | C | 99 | BC | 5E | 13 | 0 | 1A | C0 | 58 | 27 |
| Octal | 14 | 231 | 274 | 136 | 23 | 0 | 32 | 300 | 130 | 47 |
| Binary | 1100 | 10011001 | 10111100 | 1011110 | 10011 | 0 | 11010 | 11000000 | 1011000 | 100111 |
Color Harmonies of #0C99BC
Complementary color
Monochromatic Colors of #0C99BC
Black with #0C99BC
Text Example
Text Example
White with #0C99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C99BC; }
p { color: rgb(12,153,188); }
H1.HeaderClassName
{
color: #0C99BC;
}
.AnyTagClassName
{
color: #0C99BC;
}
</style>
background-color css
<style>
a { background-color: #0C99BC; }
a { background-color: rgb(12,153,188); }
div.DivClassName
{
background-color: #0C99BC;
}
.BgClassName
{
background-color: #0C99BC;
}
</style>
border-color css
<style>
span { border-color: #0C99BC; }
span { border-color: rgb(12,153,188); }
td.TdClassName
{
border-color: #0C99BC;
}
.TagClassName
{
border-color: #0C99BC;
}
</style>