Shades of Bondi Blue #0393BD
Tints of Bondi Blue #0393BD
RGB
CMYK
RGB Variations
Color information
#0393BD (or 0x0393BD) is known color: Bondi Blue. HEX triplet: 03, 93 and BD. RGB value is (3,147,189). Sum of RGB (Red+Green+Blue) = 3+147+189=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #0393BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393BD is #FC6C42. Grayscale: #6C6C6C. Windows color (decimal): -16542787 or 12423939. OLE color: 12423939.
HSL color Cylindrical-coordinate representation of color #0393BD: hue angle of 193.55º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0393BD is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 147 | 189 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.26 |
| HSL | 193.55º | 0.97% | 0.38% | - |
| HSV(B) | 193.55º | 0.98% | 0.74% | - |
| XYZ | 19.66 | 24.56 | 51.85 | - |
| YUV | 108.73 | 173.29 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 189 | 0.98 | 0.22 | 0 | 0.26 | 193.55 | 0.97 | 0.38 |
| Hex | 3 | 93 | BD | 62 | 16 | 0 | 1A | C2 | 61 | 26 |
| Octal | 3 | 223 | 275 | 142 | 26 | 0 | 32 | 302 | 141 | 46 |
| Binary | 11 | 10010011 | 10111101 | 1100010 | 10110 | 0 | 11010 | 11000010 | 1100001 | 100110 |
Color Harmonies of #0393BD
Complementary color
Monochromatic Colors of #0393BD
Black with #0393BD
Text Example
Text Example
White with #0393BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0393BD; }
p { color: rgb(3,147,189); }
H1.HeaderClassName
{
color: #0393BD;
}
.AnyTagClassName
{
color: #0393BD;
}
</style>
background-color css
<style>
a { background-color: #0393BD; }
a { background-color: rgb(3,147,189); }
div.DivClassName
{
background-color: #0393BD;
}
.BgClassName
{
background-color: #0393BD;
}
</style>
border-color css
<style>
span { border-color: #0393BD; }
span { border-color: rgb(3,147,189); }
td.TdClassName
{
border-color: #0393BD;
}
.TagClassName
{
border-color: #0393BD;
}
</style>