Shades of Bondi Blue #0C98BB
Tints of Bondi Blue #0C98BB
RGB
CMYK
RGB Variations
Color information
#0C98BB (or 0x0C98BB) is known color: Bondi Blue. HEX triplet: 0C, 98 and BB. RGB value is (12,152,187). Sum of RGB (Red+Green+Blue) = 12+152+187=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C98BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C98BB is #F36744. Grayscale: #717171. Windows color (decimal): -15951685 or 12294156. OLE color: 12294156.
HSL color Cylindrical-coordinate representation of color #0C98BB: hue angle of 192º 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 #0C98BB is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 152 | 187 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.27 |
| HSL | 192º | 0.88% | 0.39% | - |
| HSV(B) | 192º | 0.94% | 0.73% | - |
| XYZ | 20.35 | 26.12 | 50.98 | - |
| YUV | 114.13 | 169.12 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 187 | 0.94 | 0.19 | 0 | 0.27 | 192 | 0.88 | 0.39 |
| Hex | C | 98 | BB | 5E | 13 | 0 | 1B | C0 | 58 | 27 |
| Octal | 14 | 230 | 273 | 136 | 23 | 0 | 33 | 300 | 130 | 47 |
| Binary | 1100 | 10011000 | 10111011 | 1011110 | 10011 | 0 | 11011 | 11000000 | 1011000 | 100111 |
Color Harmonies of #0C98BB
Complementary color
Monochromatic Colors of #0C98BB
Black with #0C98BB
Text Example
Text Example
White with #0C98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C98BB; }
p { color: rgb(12,152,187); }
H1.HeaderClassName
{
color: #0C98BB;
}
.AnyTagClassName
{
color: #0C98BB;
}
</style>
background-color css
<style>
a { background-color: #0C98BB; }
a { background-color: rgb(12,152,187); }
div.DivClassName
{
background-color: #0C98BB;
}
.BgClassName
{
background-color: #0C98BB;
}
</style>
border-color css
<style>
span { border-color: #0C98BB; }
span { border-color: rgb(12,152,187); }
td.TdClassName
{
border-color: #0C98BB;
}
.TagClassName
{
border-color: #0C98BB;
}
</style>