Shades of Bondi Blue #0C88BB
Tints of Bondi Blue #0C88BB
RGB
CMYK
RGB Variations
Color information
#0C88BB (or 0x0C88BB) is known color: Bondi Blue. HEX triplet: 0C, 88 and BB. RGB value is (12,136,187). Sum of RGB (Red+Green+Blue) = 12+136+187=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C88BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C88BB is #F37744. Grayscale: #686868. Windows color (decimal): -15955781 or 12290060. OLE color: 12290060.
HSL color Cylindrical-coordinate representation of color #0C88BB: hue angle of 197.49º 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 #0C88BB is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 136 | 187 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.27 |
| HSL | 197.49º | 0.88% | 0.39% | - |
| HSV(B) | 197.49º | 0.94% | 0.73% | - |
| XYZ | 17.93 | 21.27 | 50.18 | - |
| YUV | 104.74 | 174.42 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 187 | 0.94 | 0.27 | 0 | 0.27 | 197.49 | 0.88 | 0.39 |
| Hex | C | 88 | BB | 5E | 1B | 0 | 1B | C5 | 58 | 27 |
| Octal | 14 | 210 | 273 | 136 | 33 | 0 | 33 | 305 | 130 | 47 |
| Binary | 1100 | 10001000 | 10111011 | 1011110 | 11011 | 0 | 11011 | 11000101 | 1011000 | 100111 |
Color Harmonies of #0C88BB
Complementary color
Monochromatic Colors of #0C88BB
Black with #0C88BB
Text Example
Text Example
White with #0C88BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C88BB; }
p { color: rgb(12,136,187); }
H1.HeaderClassName
{
color: #0C88BB;
}
.AnyTagClassName
{
color: #0C88BB;
}
</style>
background-color css
<style>
a { background-color: #0C88BB; }
a { background-color: rgb(12,136,187); }
div.DivClassName
{
background-color: #0C88BB;
}
.BgClassName
{
background-color: #0C88BB;
}
</style>
border-color css
<style>
span { border-color: #0C88BB; }
span { border-color: rgb(12,136,187); }
td.TdClassName
{
border-color: #0C88BB;
}
.TagClassName
{
border-color: #0C88BB;
}
</style>