Shades of Bondi Blue #0C8AC0
Tints of Bondi Blue #0C8AC0
RGB
CMYK
RGB Variations
Color information
#0C8AC0 (or 0x0C8AC0) is known color: Bondi Blue. HEX triplet: 0C, 8A and C0. RGB value is (12,138,192). Sum of RGB (Red+Green+Blue) = 12+138+192=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #0C8AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8AC0 is #F3753F. Grayscale: #6A6A6A. Windows color (decimal): -15955264 or 12618252. OLE color: 12618252.
HSL color Cylindrical-coordinate representation of color #0C8AC0: hue angle of 198º 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 #0C8AC0 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 138 | 192 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.25 |
| HSL | 198º | 0.88% | 0.4% | - |
| HSV(B) | 198º | 0.94% | 0.75% | - |
| XYZ | 18.75 | 22.06 | 53.14 | - |
| YUV | 106.48 | 176.26 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 192 | 0.94 | 0.28 | 0 | 0.25 | 198 | 0.88 | 0.4 |
| Hex | C | 8A | C0 | 5E | 1C | 0 | 19 | C6 | 58 | 28 |
| Octal | 14 | 212 | 300 | 136 | 34 | 0 | 31 | 306 | 130 | 50 |
| Binary | 1100 | 10001010 | 11000000 | 1011110 | 11100 | 0 | 11001 | 11000110 | 1011000 | 101000 |
Color Harmonies of #0C8AC0
Complementary color
Monochromatic Colors of #0C8AC0
Black with #0C8AC0
Text Example
Text Example
White with #0C8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8AC0; }
p { color: rgb(12,138,192); }
H1.HeaderClassName
{
color: #0C8AC0;
}
.AnyTagClassName
{
color: #0C8AC0;
}
</style>
background-color css
<style>
a { background-color: #0C8AC0; }
a { background-color: rgb(12,138,192); }
div.DivClassName
{
background-color: #0C8AC0;
}
.BgClassName
{
background-color: #0C8AC0;
}
</style>
border-color css
<style>
span { border-color: #0C8AC0; }
span { border-color: rgb(12,138,192); }
td.TdClassName
{
border-color: #0C8AC0;
}
.TagClassName
{
border-color: #0C8AC0;
}
</style>