Shades of Bondi Blue #0598BB
Tints of Bondi Blue #0598BB
RGB
CMYK
RGB Variations
Color information
#0598BB (or 0x0598BB) is known color: Bondi Blue. HEX triplet: 05, 98 and BB. RGB value is (5,152,187). Sum of RGB (Red+Green+Blue) = 5+152+187=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #0598BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598BB is #FA6744. Grayscale: #6F6F6F. Windows color (decimal): -16410437 or 12294149. OLE color: 12294149.
HSL color Cylindrical-coordinate representation of color #0598BB: hue angle of 191.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0598BB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 152 | 187 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.27 |
| HSL | 191.54º | 0.95% | 0.38% | - |
| HSV(B) | 191.54º | 0.97% | 0.73% | - |
| XYZ | 20.26 | 26.08 | 50.98 | - |
| YUV | 112.04 | 170.3 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 187 | 0.97 | 0.19 | 0 | 0.27 | 191.54 | 0.95 | 0.38 |
| Hex | 5 | 98 | BB | 61 | 13 | 0 | 1B | C0 | 5F | 26 |
| Octal | 5 | 230 | 273 | 141 | 23 | 0 | 33 | 300 | 137 | 46 |
| Binary | 101 | 10011000 | 10111011 | 1100001 | 10011 | 0 | 11011 | 11000000 | 1011111 | 100110 |
Color Harmonies of #0598BB
Complementary color
Monochromatic Colors of #0598BB
Black with #0598BB
Text Example
Text Example
White with #0598BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598BB; }
p { color: rgb(5,152,187); }
H1.HeaderClassName
{
color: #0598BB;
}
.AnyTagClassName
{
color: #0598BB;
}
</style>
background-color css
<style>
a { background-color: #0598BB; }
a { background-color: rgb(5,152,187); }
div.DivClassName
{
background-color: #0598BB;
}
.BgClassName
{
background-color: #0598BB;
}
</style>
border-color css
<style>
span { border-color: #0598BB; }
span { border-color: rgb(5,152,187); }
td.TdClassName
{
border-color: #0598BB;
}
.TagClassName
{
border-color: #0598BB;
}
</style>