Shades of Bondi Blue #0598BD
Tints of Bondi Blue #0598BD
RGB
CMYK
RGB Variations
Color information
#0598BD (or 0x0598BD) is known color: Bondi Blue. HEX triplet: 05, 98 and BD. RGB value is (5,152,189). Sum of RGB (Red+Green+Blue) = 5+152+189=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #0598BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598BD is #FA6742. Grayscale: #6F6F6F. Windows color (decimal): -16410435 or 12425221. OLE color: 12425221.
HSL color Cylindrical-coordinate representation of color #0598BD: hue angle of 192.07º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0598BD is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 152 | 189 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.26 |
| HSL | 192.07º | 0.95% | 0.38% | - |
| HSV(B) | 192.07º | 0.97% | 0.74% | - |
| XYZ | 20.48 | 26.16 | 52.11 | - |
| YUV | 112.27 | 171.3 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 189 | 0.97 | 0.20 | 0 | 0.26 | 192.07 | 0.95 | 0.38 |
| Hex | 5 | 98 | BD | 61 | 14 | 0 | 1A | C0 | 5F | 26 |
| Octal | 5 | 230 | 275 | 141 | 24 | 0 | 32 | 300 | 137 | 46 |
| Binary | 101 | 10011000 | 10111101 | 1100001 | 10100 | 0 | 11010 | 11000000 | 1011111 | 100110 |
Color Harmonies of #0598BD
Complementary color
Monochromatic Colors of #0598BD
Black with #0598BD
Text Example
Text Example
White with #0598BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598BD; }
p { color: rgb(5,152,189); }
H1.HeaderClassName
{
color: #0598BD;
}
.AnyTagClassName
{
color: #0598BD;
}
</style>
background-color css
<style>
a { background-color: #0598BD; }
a { background-color: rgb(5,152,189); }
div.DivClassName
{
background-color: #0598BD;
}
.BgClassName
{
background-color: #0598BD;
}
</style>
border-color css
<style>
span { border-color: #0598BD; }
span { border-color: rgb(5,152,189); }
td.TdClassName
{
border-color: #0598BD;
}
.TagClassName
{
border-color: #0598BD;
}
</style>