Shades of Bondi Blue #0593B8
Tints of Bondi Blue #0593B8
RGB
CMYK
RGB Variations
Color information
#0593B8 (or 0x0593B8) is known color: Bondi Blue. HEX triplet: 05, 93 and B8. RGB value is (5,147,184). Sum of RGB (Red+Green+Blue) = 5+147+184=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 184 (72.27% from 255 or 54.76% from 336); Max value from RGB is 184 - color contains mainly: blue. Hex color #0593B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593B8 is #FA6C47. Grayscale: #6C6C6C. Windows color (decimal): -16411720 or 12096261. OLE color: 12096261.
HSL color Cylindrical-coordinate representation of color #0593B8: hue angle of 192.4º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0593B8 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 147 | 184 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.28 |
| HSL | 192.4º | 0.95% | 0.37% | - |
| HSV(B) | 192.4º | 0.97% | 0.72% | - |
| XYZ | 19.15 | 24.36 | 49.04 | - |
| YUV | 108.76 | 170.46 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 184 | 0.97 | 0.20 | 0 | 0.28 | 192.4 | 0.95 | 0.37 |
| Hex | 5 | 93 | B8 | 61 | 14 | 0 | 1C | C0 | 5F | 25 |
| Octal | 5 | 223 | 270 | 141 | 24 | 0 | 34 | 300 | 137 | 45 |
| Binary | 101 | 10010011 | 10111000 | 1100001 | 10100 | 0 | 11100 | 11000000 | 1011111 | 100101 |
Color Harmonies of #0593B8
Complementary color
Monochromatic Colors of #0593B8
Black with #0593B8
Text Example
Text Example
White with #0593B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0593B8; }
p { color: rgb(5,147,184); }
H1.HeaderClassName
{
color: #0593B8;
}
.AnyTagClassName
{
color: #0593B8;
}
</style>
background-color css
<style>
a { background-color: #0593B8; }
a { background-color: rgb(5,147,184); }
div.DivClassName
{
background-color: #0593B8;
}
.BgClassName
{
background-color: #0593B8;
}
</style>
border-color css
<style>
span { border-color: #0593B8; }
span { border-color: rgb(5,147,184); }
td.TdClassName
{
border-color: #0593B8;
}
.TagClassName
{
border-color: #0593B8;
}
</style>