Shades of Bondi Blue #0393BE
Tints of Bondi Blue #0393BE
RGB
CMYK
RGB Variations
Color information
#0393BE (or 0x0393BE) is known color: Bondi Blue. HEX triplet: 03, 93 and BE. RGB value is (3,147,190). Sum of RGB (Red+Green+Blue) = 3+147+190=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #0393BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393BE is #FC6C41. Grayscale: #6C6C6C. Windows color (decimal): -16542786 or 12489475. OLE color: 12489475.
HSL color Cylindrical-coordinate representation of color #0393BE: hue angle of 193.8º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0393BE is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 147 | 190 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.25 |
| HSL | 193.8º | 0.97% | 0.38% | - |
| HSV(B) | 193.8º | 0.98% | 0.75% | - |
| XYZ | 19.77 | 24.6 | 52.42 | - |
| YUV | 108.85 | 173.79 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 190 | 0.98 | 0.23 | 0 | 0.25 | 193.8 | 0.97 | 0.38 |
| Hex | 3 | 93 | BE | 62 | 17 | 0 | 19 | C2 | 61 | 26 |
| Octal | 3 | 223 | 276 | 142 | 27 | 0 | 31 | 302 | 141 | 46 |
| Binary | 11 | 10010011 | 10111110 | 1100010 | 10111 | 0 | 11001 | 11000010 | 1100001 | 100110 |
Color Harmonies of #0393BE
Complementary color
Monochromatic Colors of #0393BE
Black with #0393BE
Text Example
Text Example
White with #0393BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0393BE; }
p { color: rgb(3,147,190); }
H1.HeaderClassName
{
color: #0393BE;
}
.AnyTagClassName
{
color: #0393BE;
}
</style>
background-color css
<style>
a { background-color: #0393BE; }
a { background-color: rgb(3,147,190); }
div.DivClassName
{
background-color: #0393BE;
}
.BgClassName
{
background-color: #0393BE;
}
</style>
border-color css
<style>
span { border-color: #0393BE; }
span { border-color: rgb(3,147,190); }
td.TdClassName
{
border-color: #0393BE;
}
.TagClassName
{
border-color: #0393BE;
}
</style>