Shades of Bondi Blue #0498AB
Tints of Bondi Blue #0498AB
RGB
CMYK
RGB Variations
Color information
#0498AB (or 0x0498AB) is known color: Bondi Blue. HEX triplet: 04, 98 and AB. RGB value is (4,152,171). Sum of RGB (Red+Green+Blue) = 4+152+171=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #0498AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0498AB is #FB6754. Grayscale: #6D6D6D. Windows color (decimal): -16475989 or 11245572. OLE color: 11245572.
HSL color Cylindrical-coordinate representation of color #0498AB: hue angle of 186.83º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498AB is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 152 | 171 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.33 |
| HSL | 186.83º | 0.95% | 0.34% | - |
| HSV(B) | 186.83º | 0.98% | 0.67% | - |
| XYZ | 18.63 | 25.42 | 42.45 | - |
| YUV | 109.91 | 162.47 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 171 | 0.98 | 0.11 | 0 | 0.33 | 186.83 | 0.95 | 0.34 |
| Hex | 4 | 98 | AB | 62 | B | 0 | 21 | BB | 5F | 22 |
| Octal | 4 | 230 | 253 | 142 | 13 | 0 | 41 | 273 | 137 | 42 |
| Binary | 100 | 10011000 | 10101011 | 1100010 | 1011 | 0 | 100001 | 10111011 | 1011111 | 100010 |
Color Harmonies of #0498AB
Complementary color
Monochromatic Colors of #0498AB
Black with #0498AB
Text Example
Text Example
White with #0498AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0498AB; }
p { color: rgb(4,152,171); }
H1.HeaderClassName
{
color: #0498AB;
}
.AnyTagClassName
{
color: #0498AB;
}
</style>
background-color css
<style>
a { background-color: #0498AB; }
a { background-color: rgb(4,152,171); }
div.DivClassName
{
background-color: #0498AB;
}
.BgClassName
{
background-color: #0498AB;
}
</style>
border-color css
<style>
span { border-color: #0498AB; }
span { border-color: rgb(4,152,171); }
td.TdClassName
{
border-color: #0498AB;
}
.TagClassName
{
border-color: #0498AB;
}
</style>