Shades of Bondi Blue #0CA0AD
Tints of Bondi Blue #0CA0AD
RGB
CMYK
RGB Variations
Color information
#0CA0AD (or 0x0CA0AD) is known color: Bondi Blue. HEX triplet: 0C, A0 and AD. RGB value is (12,160,173). Sum of RGB (Red+Green+Blue) = 12+160+173=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #0CA0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA0AD is #F35F52. Grayscale: #757575. Windows color (decimal): -15949651 or 11378700. OLE color: 11378700.
HSL color Cylindrical-coordinate representation of color #0CA0AD: hue angle of 184.84º 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 #0CA0AD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 160 | 173 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.32 |
| HSL | 184.84º | 0.87% | 0.36% | - |
| HSV(B) | 184.84º | 0.93% | 0.68% | - |
| XYZ | 20.27 | 28.24 | 43.92 | - |
| YUV | 117.23 | 159.47 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 160 | 173 | 0.93 | 0.08 | 0 | 0.32 | 184.84 | 0.87 | 0.36 |
| Hex | C | A0 | AD | 5D | 8 | 0 | 20 | B9 | 57 | 24 |
| Octal | 14 | 240 | 255 | 135 | 10 | 0 | 40 | 271 | 127 | 44 |
| Binary | 1100 | 10100000 | 10101101 | 1011101 | 1000 | 0 | 100000 | 10111001 | 1010111 | 100100 |
Color Harmonies of #0CA0AD
Complementary color
Monochromatic Colors of #0CA0AD
Black with #0CA0AD
Text Example
Text Example
White with #0CA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA0AD; }
p { color: rgb(12,160,173); }
H1.HeaderClassName
{
color: #0CA0AD;
}
.AnyTagClassName
{
color: #0CA0AD;
}
</style>
background-color css
<style>
a { background-color: #0CA0AD; }
a { background-color: rgb(12,160,173); }
div.DivClassName
{
background-color: #0CA0AD;
}
.BgClassName
{
background-color: #0CA0AD;
}
</style>
border-color css
<style>
span { border-color: #0CA0AD; }
span { border-color: rgb(12,160,173); }
td.TdClassName
{
border-color: #0CA0AD;
}
.TagClassName
{
border-color: #0CA0AD;
}
</style>