Shades of Bondi Blue #0C8DBB
Tints of Bondi Blue #0C8DBB
RGB
CMYK
RGB Variations
Color information
#0C8DBB (or 0x0C8DBB) is known color: Bondi Blue. HEX triplet: 0C, 8D and BB. RGB value is (12,141,187). Sum of RGB (Red+Green+Blue) = 12+141+187=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C8DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8DBB is #F37244. Grayscale: #6B6B6B. Windows color (decimal): -15954501 or 12291340. OLE color: 12291340.
HSL color Cylindrical-coordinate representation of color #0C8DBB: hue angle of 195.77º 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 #0C8DBB is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 141 | 187 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.27 |
| HSL | 195.77º | 0.88% | 0.39% | - |
| HSV(B) | 195.77º | 0.94% | 0.73% | - |
| XYZ | 18.65 | 22.72 | 50.42 | - |
| YUV | 107.67 | 172.76 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 141 | 187 | 0.94 | 0.25 | 0 | 0.27 | 195.77 | 0.88 | 0.39 |
| Hex | C | 8D | BB | 5E | 19 | 0 | 1B | C4 | 58 | 27 |
| Octal | 14 | 215 | 273 | 136 | 31 | 0 | 33 | 304 | 130 | 47 |
| Binary | 1100 | 10001101 | 10111011 | 1011110 | 11001 | 0 | 11011 | 11000100 | 1011000 | 100111 |
Color Harmonies of #0C8DBB
Complementary color
Monochromatic Colors of #0C8DBB
Black with #0C8DBB
Text Example
Text Example
White with #0C8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8DBB; }
p { color: rgb(12,141,187); }
H1.HeaderClassName
{
color: #0C8DBB;
}
.AnyTagClassName
{
color: #0C8DBB;
}
</style>
background-color css
<style>
a { background-color: #0C8DBB; }
a { background-color: rgb(12,141,187); }
div.DivClassName
{
background-color: #0C8DBB;
}
.BgClassName
{
background-color: #0C8DBB;
}
</style>
border-color css
<style>
span { border-color: #0C8DBB; }
span { border-color: rgb(12,141,187); }
td.TdClassName
{
border-color: #0C8DBB;
}
.TagClassName
{
border-color: #0C8DBB;
}
</style>