Shades of Bondi Blue #0C9FAB
Tints of Bondi Blue #0C9FAB
RGB
CMYK
RGB Variations
Color information
#0C9FAB (or 0x0C9FAB) is known color: Bondi Blue. HEX triplet: 0C, 9F and AB. RGB value is (12,159,171). Sum of RGB (Red+Green+Blue) = 12+159+171=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C9FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9FAB is #F36054. Grayscale: #747474. Windows color (decimal): -15949909 or 11247372. OLE color: 11247372.
HSL color Cylindrical-coordinate representation of color #0C9FAB: hue angle of 184.53º 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 #0C9FAB is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 159 | 171 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.33 |
| HSL | 184.53º | 0.87% | 0.36% | - |
| HSV(B) | 184.53º | 0.93% | 0.67% | - |
| XYZ | 19.9 | 27.81 | 42.85 | - |
| YUV | 116.42 | 158.8 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 171 | 0.93 | 0.07 | 0 | 0.33 | 184.53 | 0.87 | 0.36 |
| Hex | C | 9F | AB | 5D | 7 | 0 | 21 | B9 | 57 | 24 |
| Octal | 14 | 237 | 253 | 135 | 7 | 0 | 41 | 271 | 127 | 44 |
| Binary | 1100 | 10011111 | 10101011 | 1011101 | 111 | 0 | 100001 | 10111001 | 1010111 | 100100 |
Color Harmonies of #0C9FAB
Complementary color
Monochromatic Colors of #0C9FAB
Black with #0C9FAB
Text Example
Text Example
White with #0C9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9FAB; }
p { color: rgb(12,159,171); }
H1.HeaderClassName
{
color: #0C9FAB;
}
.AnyTagClassName
{
color: #0C9FAB;
}
</style>
background-color css
<style>
a { background-color: #0C9FAB; }
a { background-color: rgb(12,159,171); }
div.DivClassName
{
background-color: #0C9FAB;
}
.BgClassName
{
background-color: #0C9FAB;
}
</style>
border-color css
<style>
span { border-color: #0C9FAB; }
span { border-color: rgb(12,159,171); }
td.TdClassName
{
border-color: #0C9FAB;
}
.TagClassName
{
border-color: #0C9FAB;
}
</style>