Shades of Bondi Blue #0C8FAC
Tints of Bondi Blue #0C8FAC
RGB
CMYK
RGB Variations
Color information
#0C8FAC (or 0x0C8FAC) is known color: Bondi Blue. HEX triplet: 0C, 8F and AC. RGB value is (12,143,172). Sum of RGB (Red+Green+Blue) = 12+143+172=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C8FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8FAC is #F37053. Grayscale: #6A6A6A. Windows color (decimal): -15954004 or 11308812. OLE color: 11308812.
HSL color Cylindrical-coordinate representation of color #0C8FAC: hue angle of 190.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8FAC is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 143 | 172 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.33 |
| HSL | 190.88º | 0.87% | 0.36% | - |
| HSV(B) | 190.88º | 0.93% | 0.67% | - |
| XYZ | 17.42 | 22.7 | 42.49 | - |
| YUV | 107.14 | 164.6 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 172 | 0.93 | 0.17 | 0 | 0.33 | 190.88 | 0.87 | 0.36 |
| Hex | C | 8F | AC | 5D | 11 | 0 | 21 | BF | 57 | 24 |
| Octal | 14 | 217 | 254 | 135 | 21 | 0 | 41 | 277 | 127 | 44 |
| Binary | 1100 | 10001111 | 10101100 | 1011101 | 10001 | 0 | 100001 | 10111111 | 1010111 | 100100 |
Color Harmonies of #0C8FAC
Complementary color
Monochromatic Colors of #0C8FAC
Black with #0C8FAC
Text Example
Text Example
White with #0C8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8FAC; }
p { color: rgb(12,143,172); }
H1.HeaderClassName
{
color: #0C8FAC;
}
.AnyTagClassName
{
color: #0C8FAC;
}
</style>
background-color css
<style>
a { background-color: #0C8FAC; }
a { background-color: rgb(12,143,172); }
div.DivClassName
{
background-color: #0C8FAC;
}
.BgClassName
{
background-color: #0C8FAC;
}
</style>
border-color css
<style>
span { border-color: #0C8FAC; }
span { border-color: rgb(12,143,172); }
td.TdClassName
{
border-color: #0C8FAC;
}
.TagClassName
{
border-color: #0C8FAC;
}
</style>