Shades of Bondi Blue #0093C0
Tints of Bondi Blue #0093C0
RGB
CMYK
RGB Variations
Color information
#0093C0 (or 0x0093C0) is known color: Bondi Blue. HEX triplet: 00, 93 and C0. RGB value is (0,147,192). Sum of RGB (Red+Green+Blue) = 0+147+192=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #0093C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093C0 is #FF6C3F. Grayscale: #6B6B6B. Windows color (decimal): -16739392 or 12620544. OLE color: 12620544.
HSL color Cylindrical-coordinate representation of color #0093C0: hue angle of 194.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093C0 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 147 | 192 | - |
| CMYK | 1 | 0.23 | 0 | 0.25 |
| HSL | 194.06º | 1% | 0.38% | - |
| HSV(B) | 194.06º | 1% | 0.75% | - |
| XYZ | 19.95 | 24.67 | 53.58 | - |
| YUV | 108.18 | 175.3 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 192 | 1 | 0.23 | 0 | 0.25 | 194.06 | 1 | 0.38 |
| Hex | 0 | 93 | C0 | 64 | 17 | 0 | 19 | C2 | 64 | 26 |
| Octal | 0 | 223 | 300 | 144 | 27 | 0 | 31 | 302 | 144 | 46 |
| Binary | 0 | 10010011 | 11000000 | 1100100 | 10111 | 0 | 11001 | 11000010 | 1100100 | 100110 |
Color Harmonies of #0093C0
Complementary color
Monochromatic Colors of #0093C0
Black with #0093C0
Text Example
Text Example
White with #0093C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0093C0; }
p { color: rgb(0,147,192); }
H1.HeaderClassName
{
color: #0093C0;
}
.AnyTagClassName
{
color: #0093C0;
}
</style>
background-color css
<style>
a { background-color: #0093C0; }
a { background-color: rgb(0,147,192); }
div.DivClassName
{
background-color: #0093C0;
}
.BgClassName
{
background-color: #0093C0;
}
</style>
border-color css
<style>
span { border-color: #0093C0; }
span { border-color: rgb(0,147,192); }
td.TdClassName
{
border-color: #0093C0;
}
.TagClassName
{
border-color: #0093C0;
}
</style>