Shades of Bondi Blue #0C9EAC
Tints of Bondi Blue #0C9EAC
RGB
CMYK
RGB Variations
Color information
#0C9EAC (or 0x0C9EAC) is known color: Bondi Blue. HEX triplet: 0C, 9E and AC. RGB value is (12,158,172). Sum of RGB (Red+Green+Blue) = 12+158+172=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C9EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9EAC is #F36153. Grayscale: #737373. Windows color (decimal): -15950164 or 11312652. OLE color: 11312652.
HSL color Cylindrical-coordinate representation of color #0C9EAC: hue angle of 185.25º 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 #0C9EAC is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 158 | 172 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.33 |
| HSL | 185.25º | 0.87% | 0.36% | - |
| HSV(B) | 185.25º | 0.93% | 0.67% | - |
| XYZ | 19.82 | 27.51 | 43.29 | - |
| YUV | 115.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 172 | 0.93 | 0.08 | 0 | 0.33 | 185.25 | 0.87 | 0.36 |
| Hex | C | 9E | AC | 5D | 8 | 0 | 21 | B9 | 57 | 24 |
| Octal | 14 | 236 | 254 | 135 | 10 | 0 | 41 | 271 | 127 | 44 |
| Binary | 1100 | 10011110 | 10101100 | 1011101 | 1000 | 0 | 100001 | 10111001 | 1010111 | 100100 |
Color Harmonies of #0C9EAC
Complementary color
Monochromatic Colors of #0C9EAC
Black with #0C9EAC
Text Example
Text Example
White with #0C9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9EAC; }
p { color: rgb(12,158,172); }
H1.HeaderClassName
{
color: #0C9EAC;
}
.AnyTagClassName
{
color: #0C9EAC;
}
</style>
background-color css
<style>
a { background-color: #0C9EAC; }
a { background-color: rgb(12,158,172); }
div.DivClassName
{
background-color: #0C9EAC;
}
.BgClassName
{
background-color: #0C9EAC;
}
</style>
border-color css
<style>
span { border-color: #0C9EAC; }
span { border-color: rgb(12,158,172); }
td.TdClassName
{
border-color: #0C9EAC;
}
.TagClassName
{
border-color: #0C9EAC;
}
</style>