Shades of Bondi Blue #0C99AC
Tints of Bondi Blue #0C99AC
RGB
CMYK
RGB Variations
Color information
#0C99AC (or 0x0C99AC) is known color: Bondi Blue. HEX triplet: 0C, 99 and AC. RGB value is (12,153,172). Sum of RGB (Red+Green+Blue) = 12+153+172=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C99AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C99AC is #F36653. Grayscale: #707070. Windows color (decimal): -15951444 or 11311372. OLE color: 11311372.
HSL color Cylindrical-coordinate representation of color #0C99AC: hue angle of 187.12º 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 #0C99AC is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 153 | 172 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.33 |
| HSL | 187.13º | 0.87% | 0.36% | - |
| HSV(B) | 187.13º | 0.93% | 0.67% | - |
| XYZ | 18.99 | 25.84 | 43.02 | - |
| YUV | 113.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 172 | 0.93 | 0.11 | 0 | 0.33 | 187.13 | 0.87 | 0.36 |
| Hex | C | 99 | AC | 5D | B | 0 | 21 | BB | 57 | 24 |
| Octal | 14 | 231 | 254 | 135 | 13 | 0 | 41 | 273 | 127 | 44 |
| Binary | 1100 | 10011001 | 10101100 | 1011101 | 1011 | 0 | 100001 | 10111011 | 1010111 | 100100 |
Color Harmonies of #0C99AC
Complementary color
Monochromatic Colors of #0C99AC
Black with #0C99AC
Text Example
Text Example
White with #0C99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C99AC; }
p { color: rgb(12,153,172); }
H1.HeaderClassName
{
color: #0C99AC;
}
.AnyTagClassName
{
color: #0C99AC;
}
</style>
background-color css
<style>
a { background-color: #0C99AC; }
a { background-color: rgb(12,153,172); }
div.DivClassName
{
background-color: #0C99AC;
}
.BgClassName
{
background-color: #0C99AC;
}
</style>
border-color css
<style>
span { border-color: #0C99AC; }
span { border-color: rgb(12,153,172); }
td.TdClassName
{
border-color: #0C99AC;
}
.TagClassName
{
border-color: #0C99AC;
}
</style>