Shades of Bondi Blue #0C93B3
Tints of Bondi Blue #0C93B3
RGB
CMYK
RGB Variations
Color information
#0C93B3 (or 0x0C93B3) is known color: Bondi Blue. HEX triplet: 0C, 93 and B3. RGB value is (12,147,179). Sum of RGB (Red+Green+Blue) = 12+147+179=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C93B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C93B3 is #F36C4C. Grayscale: #6E6E6E. Windows color (decimal): -15952973 or 11768588. OLE color: 11768588.
HSL color Cylindrical-coordinate representation of color #0C93B3: hue angle of 191.5º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C93B3 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 147 | 179 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.30 |
| HSL | 191.5º | 0.87% | 0.37% | - |
| HSV(B) | 191.5º | 0.93% | 0.7% | - |
| XYZ | 18.72 | 24.2 | 46.33 | - |
| YUV | 110.28 | 166.77 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 179 | 0.93 | 0.18 | 0 | 0.30 | 191.5 | 0.87 | 0.37 |
| Hex | C | 93 | B3 | 5D | 12 | 0 | 1E | BF | 57 | 25 |
| Octal | 14 | 223 | 263 | 135 | 22 | 0 | 36 | 277 | 127 | 45 |
| Binary | 1100 | 10010011 | 10110011 | 1011101 | 10010 | 0 | 11110 | 10111111 | 1010111 | 100101 |
Color Harmonies of #0C93B3
Complementary color
Monochromatic Colors of #0C93B3
Black with #0C93B3
Text Example
Text Example
White with #0C93B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C93B3; }
p { color: rgb(12,147,179); }
H1.HeaderClassName
{
color: #0C93B3;
}
.AnyTagClassName
{
color: #0C93B3;
}
</style>
background-color css
<style>
a { background-color: #0C93B3; }
a { background-color: rgb(12,147,179); }
div.DivClassName
{
background-color: #0C93B3;
}
.BgClassName
{
background-color: #0C93B3;
}
</style>
border-color css
<style>
span { border-color: #0C93B3; }
span { border-color: rgb(12,147,179); }
td.TdClassName
{
border-color: #0C93B3;
}
.TagClassName
{
border-color: #0C93B3;
}
</style>