Shades of Bondi Blue #0C98AB
Tints of Bondi Blue #0C98AB
RGB
CMYK
RGB Variations
Color information
#0C98AB (or 0x0C98AB) is known color: Bondi Blue. HEX triplet: 0C, 98 and AB. RGB value is (12,152,171). Sum of RGB (Red+Green+Blue) = 12+152+171=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C98AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C98AB is #F36754. Grayscale: #707070. Windows color (decimal): -15951701 or 11245580. OLE color: 11245580.
HSL color Cylindrical-coordinate representation of color #0C98AB: hue angle of 187.17º 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 #0C98AB is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 152 | 171 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.33 |
| HSL | 187.17º | 0.87% | 0.36% | - |
| HSV(B) | 187.17º | 0.93% | 0.67% | - |
| XYZ | 18.73 | 25.47 | 42.46 | - |
| YUV | 112.31 | 161.12 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 171 | 0.93 | 0.11 | 0 | 0.33 | 187.17 | 0.87 | 0.36 |
| Hex | C | 98 | AB | 5D | B | 0 | 21 | BB | 57 | 24 |
| Octal | 14 | 230 | 253 | 135 | 13 | 0 | 41 | 273 | 127 | 44 |
| Binary | 1100 | 10011000 | 10101011 | 1011101 | 1011 | 0 | 100001 | 10111011 | 1010111 | 100100 |
Color Harmonies of #0C98AB
Complementary color
Monochromatic Colors of #0C98AB
Black with #0C98AB
Text Example
Text Example
White with #0C98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C98AB; }
p { color: rgb(12,152,171); }
H1.HeaderClassName
{
color: #0C98AB;
}
.AnyTagClassName
{
color: #0C98AB;
}
</style>
background-color css
<style>
a { background-color: #0C98AB; }
a { background-color: rgb(12,152,171); }
div.DivClassName
{
background-color: #0C98AB;
}
.BgClassName
{
background-color: #0C98AB;
}
</style>
border-color css
<style>
span { border-color: #0C98AB; }
span { border-color: rgb(12,152,171); }
td.TdClassName
{
border-color: #0C98AB;
}
.TagClassName
{
border-color: #0C98AB;
}
</style>