Shades of Bondi Blue #0C92AB
Tints of Bondi Blue #0C92AB
RGB
CMYK
RGB Variations
Color information
#0C92AB (or 0x0C92AB) is known color: Bondi Blue. HEX triplet: 0C, 92 and AB. RGB value is (12,146,171). Sum of RGB (Red+Green+Blue) = 12+146+171=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C92AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C92AB is #F36D54. Grayscale: #6C6C6C. Windows color (decimal): -15953237 or 11244044. OLE color: 11244044.
HSL color Cylindrical-coordinate representation of color #0C92AB: hue angle of 189.43º 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 #0C92AB is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 146 | 171 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.33 |
| HSL | 189.43º | 0.87% | 0.36% | - |
| HSV(B) | 189.43º | 0.93% | 0.67% | - |
| XYZ | 17.78 | 23.58 | 42.14 | - |
| YUV | 108.78 | 163.11 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 171 | 0.93 | 0.15 | 0 | 0.33 | 189.43 | 0.87 | 0.36 |
| Hex | C | 92 | AB | 5D | F | 0 | 21 | BD | 57 | 24 |
| Octal | 14 | 222 | 253 | 135 | 17 | 0 | 41 | 275 | 127 | 44 |
| Binary | 1100 | 10010010 | 10101011 | 1011101 | 1111 | 0 | 100001 | 10111101 | 1010111 | 100100 |
Color Harmonies of #0C92AB
Complementary color
Monochromatic Colors of #0C92AB
Black with #0C92AB
Text Example
Text Example
White with #0C92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C92AB; }
p { color: rgb(12,146,171); }
H1.HeaderClassName
{
color: #0C92AB;
}
.AnyTagClassName
{
color: #0C92AB;
}
</style>
background-color css
<style>
a { background-color: #0C92AB; }
a { background-color: rgb(12,146,171); }
div.DivClassName
{
background-color: #0C92AB;
}
.BgClassName
{
background-color: #0C92AB;
}
</style>
border-color css
<style>
span { border-color: #0C92AB; }
span { border-color: rgb(12,146,171); }
td.TdClassName
{
border-color: #0C92AB;
}
.TagClassName
{
border-color: #0C92AB;
}
</style>