Shades of Bondi Blue #0C88BF
Tints of Bondi Blue #0C88BF
RGB
CMYK
RGB Variations
Color information
#0C88BF (or 0x0C88BF) is known color: Bondi Blue. HEX triplet: 0C, 88 and BF. RGB value is (12,136,191). Sum of RGB (Red+Green+Blue) = 12+136+191=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C88BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C88BF is #F37740. Grayscale: #686868. Windows color (decimal): -15955777 or 12552204. OLE color: 12552204.
HSL color Cylindrical-coordinate representation of color #0C88BF: hue angle of 198.44º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C88BF is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 136 | 191 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.25 |
| HSL | 198.44º | 0.88% | 0.4% | - |
| HSV(B) | 198.44º | 0.94% | 0.75% | - |
| XYZ | 18.36 | 21.45 | 52.46 | - |
| YUV | 105.19 | 176.42 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 191 | 0.94 | 0.29 | 0 | 0.25 | 198.44 | 0.88 | 0.4 |
| Hex | C | 88 | BF | 5E | 1D | 0 | 19 | C6 | 58 | 28 |
| Octal | 14 | 210 | 277 | 136 | 35 | 0 | 31 | 306 | 130 | 50 |
| Binary | 1100 | 10001000 | 10111111 | 1011110 | 11101 | 0 | 11001 | 11000110 | 1011000 | 101000 |
Color Harmonies of #0C88BF
Complementary color
Monochromatic Colors of #0C88BF
Black with #0C88BF
Text Example
Text Example
White with #0C88BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C88BF; }
p { color: rgb(12,136,191); }
H1.HeaderClassName
{
color: #0C88BF;
}
.AnyTagClassName
{
color: #0C88BF;
}
</style>
background-color css
<style>
a { background-color: #0C88BF; }
a { background-color: rgb(12,136,191); }
div.DivClassName
{
background-color: #0C88BF;
}
.BgClassName
{
background-color: #0C88BF;
}
</style>
border-color css
<style>
span { border-color: #0C88BF; }
span { border-color: rgb(12,136,191); }
td.TdClassName
{
border-color: #0C88BF;
}
.TagClassName
{
border-color: #0C88BF;
}
</style>