Shades of Bondi Blue #0093B0
Tints of Bondi Blue #0093B0
RGB
CMYK
RGB Variations
Color information
#0093B0 (or 0x0093B0) is known color: Bondi Blue. HEX triplet: 00, 93 and B0. RGB value is (0,147,176). Sum of RGB (Red+Green+Blue) = 0+147+176=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #0093B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0093B0 is #FF6C4F. Grayscale: #6A6A6A. Windows color (decimal): -16739408 or 11571968. OLE color: 11571968.
HSL color Cylindrical-coordinate representation of color #0093B0: hue angle of 189.89º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093B0 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 147 | 176 | - |
| CMYK | 1 | 0.16 | 0 | 0.31 |
| HSL | 189.89º | 1% | 0.35% | - |
| HSV(B) | 189.89º | 1% | 0.69% | - |
| XYZ | 18.27 | 24 | 44.74 | - |
| YUV | 106.35 | 167.3 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 176 | 1 | 0.16 | 0 | 0.31 | 189.89 | 1 | 0.35 |
| Hex | 0 | 93 | B0 | 64 | 10 | 0 | 1F | BE | 64 | 23 |
| Octal | 0 | 223 | 260 | 144 | 20 | 0 | 37 | 276 | 144 | 43 |
| Binary | 0 | 10010011 | 10110000 | 1100100 | 10000 | 0 | 11111 | 10111110 | 1100100 | 100011 |
Color Harmonies of #0093B0
Complementary color
Monochromatic Colors of #0093B0
Black with #0093B0
Text Example
Text Example
White with #0093B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0093B0; }
p { color: rgb(0,147,176); }
H1.HeaderClassName
{
color: #0093B0;
}
.AnyTagClassName
{
color: #0093B0;
}
</style>
background-color css
<style>
a { background-color: #0093B0; }
a { background-color: rgb(0,147,176); }
div.DivClassName
{
background-color: #0093B0;
}
.BgClassName
{
background-color: #0093B0;
}
</style>
border-color css
<style>
span { border-color: #0093B0; }
span { border-color: rgb(0,147,176); }
td.TdClassName
{
border-color: #0093B0;
}
.TagClassName
{
border-color: #0093B0;
}
</style>