Shades of Bondi Blue #0C9FB5
Tints of Bondi Blue #0C9FB5
RGB
CMYK
RGB Variations
Color information
#0C9FB5 (or 0x0C9FB5) is known color: Bondi Blue. HEX triplet: 0C, 9F and B5. RGB value is (12,159,181). Sum of RGB (Red+Green+Blue) = 12+159+181=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #0C9FB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9FB5 is #F3604A. Grayscale: #757575. Windows color (decimal): -15949899 or 11902732. OLE color: 11902732.
HSL color Cylindrical-coordinate representation of color #0C9FB5: hue angle of 187.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C9FB5 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 159 | 181 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.29 |
| HSL | 187.81º | 0.88% | 0.38% | - |
| HSV(B) | 187.81º | 0.93% | 0.71% | - |
| XYZ | 20.89 | 28.21 | 48.06 | - |
| YUV | 117.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 181 | 0.93 | 0.12 | 0 | 0.29 | 187.81 | 0.88 | 0.38 |
| Hex | C | 9F | B5 | 5D | C | 0 | 1D | BC | 58 | 26 |
| Octal | 14 | 237 | 265 | 135 | 14 | 0 | 35 | 274 | 130 | 46 |
| Binary | 1100 | 10011111 | 10110101 | 1011101 | 1100 | 0 | 11101 | 10111100 | 1011000 | 100110 |
Color Harmonies of #0C9FB5
Complementary color
Monochromatic Colors of #0C9FB5
Black with #0C9FB5
Text Example
Text Example
White with #0C9FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9FB5; }
p { color: rgb(12,159,181); }
H1.HeaderClassName
{
color: #0C9FB5;
}
.AnyTagClassName
{
color: #0C9FB5;
}
</style>
background-color css
<style>
a { background-color: #0C9FB5; }
a { background-color: rgb(12,159,181); }
div.DivClassName
{
background-color: #0C9FB5;
}
.BgClassName
{
background-color: #0C9FB5;
}
</style>
border-color css
<style>
span { border-color: #0C9FB5; }
span { border-color: rgb(12,159,181); }
td.TdClassName
{
border-color: #0C9FB5;
}
.TagClassName
{
border-color: #0C9FB5;
}
</style>