Shades of Bondi Blue #0C9EAA
Tints of Bondi Blue #0C9EAA
RGB
CMYK
RGB Variations
Color information
#0C9EAA (or 0x0C9EAA) is known color: Bondi Blue. HEX triplet: 0C, 9E and AA. RGB value is (12,158,170). Sum of RGB (Red+Green+Blue) = 12+158+170=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C9EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9EAA is #F36155. Grayscale: #737373. Windows color (decimal): -15950166 or 11181580. OLE color: 11181580.
HSL color Cylindrical-coordinate representation of color #0C9EAA: hue angle of 184.56º 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 #0C9EAA is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 158 | 170 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.33 |
| HSL | 184.56º | 0.87% | 0.36% | - |
| HSV(B) | 184.56º | 0.93% | 0.67% | - |
| XYZ | 19.63 | 27.43 | 42.29 | - |
| YUV | 115.71 | 158.63 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 170 | 0.93 | 0.07 | 0 | 0.33 | 184.56 | 0.87 | 0.36 |
| Hex | C | 9E | AA | 5D | 7 | 0 | 21 | B9 | 57 | 24 |
| Octal | 14 | 236 | 252 | 135 | 7 | 0 | 41 | 271 | 127 | 44 |
| Binary | 1100 | 10011110 | 10101010 | 1011101 | 111 | 0 | 100001 | 10111001 | 1010111 | 100100 |
Color Harmonies of #0C9EAA
Complementary color
Monochromatic Colors of #0C9EAA
Black with #0C9EAA
Text Example
Text Example
White with #0C9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9EAA; }
p { color: rgb(12,158,170); }
H1.HeaderClassName
{
color: #0C9EAA;
}
.AnyTagClassName
{
color: #0C9EAA;
}
</style>
background-color css
<style>
a { background-color: #0C9EAA; }
a { background-color: rgb(12,158,170); }
div.DivClassName
{
background-color: #0C9EAA;
}
.BgClassName
{
background-color: #0C9EAA;
}
</style>
border-color css
<style>
span { border-color: #0C9EAA; }
span { border-color: rgb(12,158,170); }
td.TdClassName
{
border-color: #0C9EAA;
}
.TagClassName
{
border-color: #0C9EAA;
}
</style>