Shades of Bondi Blue #0C9FAC
Tints of Bondi Blue #0C9FAC
RGB
CMYK
RGB Variations
Color information
#0C9FAC (or 0x0C9FAC) is known color: Bondi Blue. HEX triplet: 0C, 9F and AC. RGB value is (12,159,172). Sum of RGB (Red+Green+Blue) = 12+159+172=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C9FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9FAC is #F36053. Grayscale: #747474. Windows color (decimal): -15949908 or 11312908. OLE color: 11312908.
HSL color Cylindrical-coordinate representation of color #0C9FAC: hue angle of 184.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 #0C9FAC is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 159 | 172 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.33 |
| HSL | 184.88º | 0.87% | 0.36% | - |
| HSV(B) | 184.88º | 0.93% | 0.67% | - |
| XYZ | 20 | 27.85 | 43.35 | - |
| YUV | 116.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 172 | 0.93 | 0.08 | 0 | 0.33 | 184.88 | 0.87 | 0.36 |
| Hex | C | 9F | AC | 5D | 8 | 0 | 21 | B9 | 57 | 24 |
| Octal | 14 | 237 | 254 | 135 | 10 | 0 | 41 | 271 | 127 | 44 |
| Binary | 1100 | 10011111 | 10101100 | 1011101 | 1000 | 0 | 100001 | 10111001 | 1010111 | 100100 |
Color Harmonies of #0C9FAC
Complementary color
Monochromatic Colors of #0C9FAC
Black with #0C9FAC
Text Example
Text Example
White with #0C9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9FAC; }
p { color: rgb(12,159,172); }
H1.HeaderClassName
{
color: #0C9FAC;
}
.AnyTagClassName
{
color: #0C9FAC;
}
</style>
background-color css
<style>
a { background-color: #0C9FAC; }
a { background-color: rgb(12,159,172); }
div.DivClassName
{
background-color: #0C9FAC;
}
.BgClassName
{
background-color: #0C9FAC;
}
</style>
border-color css
<style>
span { border-color: #0C9FAC; }
span { border-color: rgb(12,159,172); }
td.TdClassName
{
border-color: #0C9FAC;
}
.TagClassName
{
border-color: #0C9FAC;
}
</style>