Shades of Bondi Blue #0C99AE
Tints of Bondi Blue #0C99AE
RGB
CMYK
RGB Variations
Color information
#0C99AE (or 0x0C99AE) is known color: Bondi Blue. HEX triplet: 0C, 99 and AE. RGB value is (12,153,174). Sum of RGB (Red+Green+Blue) = 12+153+174=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C99AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C99AE is #F36651. Grayscale: #717171. Windows color (decimal): -15951442 or 11442444. OLE color: 11442444.
HSL color Cylindrical-coordinate representation of color #0C99AE: hue angle of 187.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C99AE is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 153 | 174 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.32 |
| HSL | 187.78º | 0.87% | 0.36% | - |
| HSV(B) | 187.78º | 0.93% | 0.68% | - |
| XYZ | 19.18 | 25.92 | 44.04 | - |
| YUV | 113.24 | 162.29 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 174 | 0.93 | 0.12 | 0 | 0.32 | 187.78 | 0.87 | 0.36 |
| Hex | C | 99 | AE | 5D | C | 0 | 20 | BC | 57 | 24 |
| Octal | 14 | 231 | 256 | 135 | 14 | 0 | 40 | 274 | 127 | 44 |
| Binary | 1100 | 10011001 | 10101110 | 1011101 | 1100 | 0 | 100000 | 10111100 | 1010111 | 100100 |
Color Harmonies of #0C99AE
Complementary color
Monochromatic Colors of #0C99AE
Black with #0C99AE
Text Example
Text Example
White with #0C99AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C99AE; }
p { color: rgb(12,153,174); }
H1.HeaderClassName
{
color: #0C99AE;
}
.AnyTagClassName
{
color: #0C99AE;
}
</style>
background-color css
<style>
a { background-color: #0C99AE; }
a { background-color: rgb(12,153,174); }
div.DivClassName
{
background-color: #0C99AE;
}
.BgClassName
{
background-color: #0C99AE;
}
</style>
border-color css
<style>
span { border-color: #0C99AE; }
span { border-color: rgb(12,153,174); }
td.TdClassName
{
border-color: #0C99AE;
}
.TagClassName
{
border-color: #0C99AE;
}
</style>