Shades of Bondi Blue #0C83BF
Tints of Bondi Blue #0C83BF
RGB
CMYK
RGB Variations
Color information
#0C83BF (or 0x0C83BF) is known color: Bondi Blue. HEX triplet: 0C, 83 and BF. RGB value is (12,131,191). Sum of RGB (Red+Green+Blue) = 12+131+191=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C83BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C83BF is #F37C40. Grayscale: #656565. Windows color (decimal): -15957057 or 12550924. OLE color: 12550924.
HSL color Cylindrical-coordinate representation of color #0C83BF: hue angle of 200.11º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C83BF is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 131 | 191 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.25 |
| HSL | 200.11º | 0.88% | 0.4% | - |
| HSV(B) | 200.11º | 0.94% | 0.75% | - |
| XYZ | 17.67 | 20.07 | 52.23 | - |
| YUV | 102.26 | 178.08 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 131 | 191 | 0.94 | 0.31 | 0 | 0.25 | 200.11 | 0.88 | 0.4 |
| Hex | C | 83 | BF | 5E | 1F | 0 | 19 | C8 | 58 | 28 |
| Octal | 14 | 203 | 277 | 136 | 37 | 0 | 31 | 310 | 130 | 50 |
| Binary | 1100 | 10000011 | 10111111 | 1011110 | 11111 | 0 | 11001 | 11001000 | 1011000 | 101000 |
Color Harmonies of #0C83BF
Complementary color
Monochromatic Colors of #0C83BF
Black with #0C83BF
Text Example
Text Example
White with #0C83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C83BF; }
p { color: rgb(12,131,191); }
H1.HeaderClassName
{
color: #0C83BF;
}
.AnyTagClassName
{
color: #0C83BF;
}
</style>
background-color css
<style>
a { background-color: #0C83BF; }
a { background-color: rgb(12,131,191); }
div.DivClassName
{
background-color: #0C83BF;
}
.BgClassName
{
background-color: #0C83BF;
}
</style>
border-color css
<style>
span { border-color: #0C83BF; }
span { border-color: rgb(12,131,191); }
td.TdClassName
{
border-color: #0C83BF;
}
.TagClassName
{
border-color: #0C83BF;
}
</style>