Shades of Bondi Blue #0C99BB
Tints of Bondi Blue #0C99BB
RGB
CMYK
RGB Variations
Color information
#0C99BB (or 0x0C99BB) is known color: Bondi Blue. HEX triplet: 0C, 99 and BB. RGB value is (12,153,187). Sum of RGB (Red+Green+Blue) = 12+153+187=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C99BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C99BB is #F36644. Grayscale: #727272. Windows color (decimal): -15951429 or 12294412. OLE color: 12294412.
HSL color Cylindrical-coordinate representation of color #0C99BB: hue angle of 191.66º 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 #0C99BB is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 153 | 187 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.27 |
| HSL | 191.66º | 0.88% | 0.39% | - |
| HSV(B) | 191.66º | 0.94% | 0.73% | - |
| XYZ | 20.51 | 26.45 | 51.04 | - |
| YUV | 114.72 | 168.79 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 187 | 0.94 | 0.18 | 0 | 0.27 | 191.66 | 0.88 | 0.39 |
| Hex | C | 99 | BB | 5E | 12 | 0 | 1B | C0 | 58 | 27 |
| Octal | 14 | 231 | 273 | 136 | 22 | 0 | 33 | 300 | 130 | 47 |
| Binary | 1100 | 10011001 | 10111011 | 1011110 | 10010 | 0 | 11011 | 11000000 | 1011000 | 100111 |
Color Harmonies of #0C99BB
Complementary color
Monochromatic Colors of #0C99BB
Black with #0C99BB
Text Example
Text Example
White with #0C99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C99BB; }
p { color: rgb(12,153,187); }
H1.HeaderClassName
{
color: #0C99BB;
}
.AnyTagClassName
{
color: #0C99BB;
}
</style>
background-color css
<style>
a { background-color: #0C99BB; }
a { background-color: rgb(12,153,187); }
div.DivClassName
{
background-color: #0C99BB;
}
.BgClassName
{
background-color: #0C99BB;
}
</style>
border-color css
<style>
span { border-color: #0C99BB; }
span { border-color: rgb(12,153,187); }
td.TdClassName
{
border-color: #0C99BB;
}
.TagClassName
{
border-color: #0C99BB;
}
</style>