Shades of Bondi Blue #0C9CAC
Tints of Bondi Blue #0C9CAC
RGB
CMYK
RGB Variations
Color information
#0C9CAC (or 0x0C9CAC) is known color: Bondi Blue. HEX triplet: 0C, 9C and AC. RGB value is (12,156,172). Sum of RGB (Red+Green+Blue) = 12+156+172=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C9CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9CAC is #F36353. Grayscale: #727272. Windows color (decimal): -15950676 or 11312140. OLE color: 11312140.
HSL color Cylindrical-coordinate representation of color #0C9CAC: hue angle of 186º 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 #0C9CAC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 156 | 172 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.33 |
| HSL | 186º | 0.87% | 0.36% | - |
| HSV(B) | 186º | 0.93% | 0.67% | - |
| XYZ | 19.49 | 26.83 | 43.18 | - |
| YUV | 114.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 156 | 172 | 0.93 | 0.09 | 0 | 0.33 | 186 | 0.87 | 0.36 |
| Hex | C | 9C | AC | 5D | 9 | 0 | 21 | BA | 57 | 24 |
| Octal | 14 | 234 | 254 | 135 | 11 | 0 | 41 | 272 | 127 | 44 |
| Binary | 1100 | 10011100 | 10101100 | 1011101 | 1001 | 0 | 100001 | 10111010 | 1010111 | 100100 |
Color Harmonies of #0C9CAC
Complementary color
Monochromatic Colors of #0C9CAC
Black with #0C9CAC
Text Example
Text Example
White with #0C9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9CAC; }
p { color: rgb(12,156,172); }
H1.HeaderClassName
{
color: #0C9CAC;
}
.AnyTagClassName
{
color: #0C9CAC;
}
</style>
background-color css
<style>
a { background-color: #0C9CAC; }
a { background-color: rgb(12,156,172); }
div.DivClassName
{
background-color: #0C9CAC;
}
.BgClassName
{
background-color: #0C9CAC;
}
</style>
border-color css
<style>
span { border-color: #0C9CAC; }
span { border-color: rgb(12,156,172); }
td.TdClassName
{
border-color: #0C9CAC;
}
.TagClassName
{
border-color: #0C9CAC;
}
</style>