Shades of Bondi Blue #0C8BBE
Tints of Bondi Blue #0C8BBE
RGB
CMYK
RGB Variations
Color information
#0C8BBE (or 0x0C8BBE) is known color: Bondi Blue. HEX triplet: 0C, 8B and BE. RGB value is (12,139,190). Sum of RGB (Red+Green+Blue) = 12+139+190=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C8BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8BBE is #F37441. Grayscale: #6A6A6A. Windows color (decimal): -15955010 or 12487436. OLE color: 12487436.
HSL color Cylindrical-coordinate representation of color #0C8BBE: hue angle of 197.19º 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 #0C8BBE is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 139 | 190 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.25 |
| HSL | 197.19º | 0.88% | 0.4% | - |
| HSV(B) | 197.19º | 0.94% | 0.75% | - |
| XYZ | 18.68 | 22.26 | 52.03 | - |
| YUV | 106.84 | 174.92 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 190 | 0.94 | 0.27 | 0 | 0.25 | 197.19 | 0.88 | 0.4 |
| Hex | C | 8B | BE | 5E | 1B | 0 | 19 | C5 | 58 | 28 |
| Octal | 14 | 213 | 276 | 136 | 33 | 0 | 31 | 305 | 130 | 50 |
| Binary | 1100 | 10001011 | 10111110 | 1011110 | 11011 | 0 | 11001 | 11000101 | 1011000 | 101000 |
Color Harmonies of #0C8BBE
Complementary color
Monochromatic Colors of #0C8BBE
Black with #0C8BBE
Text Example
Text Example
White with #0C8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8BBE; }
p { color: rgb(12,139,190); }
H1.HeaderClassName
{
color: #0C8BBE;
}
.AnyTagClassName
{
color: #0C8BBE;
}
</style>
background-color css
<style>
a { background-color: #0C8BBE; }
a { background-color: rgb(12,139,190); }
div.DivClassName
{
background-color: #0C8BBE;
}
.BgClassName
{
background-color: #0C8BBE;
}
</style>
border-color css
<style>
span { border-color: #0C8BBE; }
span { border-color: rgb(12,139,190); }
td.TdClassName
{
border-color: #0C8BBE;
}
.TagClassName
{
border-color: #0C8BBE;
}
</style>