Shades of Bondi Blue #0298B6
Tints of Bondi Blue #0298B6
RGB
CMYK
RGB Variations
Color information
#0298B6 (or 0x0298B6) is known color: Bondi Blue. HEX triplet: 02, 98 and B6. RGB value is (2,152,182). Sum of RGB (Red+Green+Blue) = 2+152+182=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #0298B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0298B6 is #FD6749. Grayscale: #6E6E6E. Windows color (decimal): -16607050 or 11966466. OLE color: 11966466.
HSL color Cylindrical-coordinate representation of color #0298B6: hue angle of 190º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0298B6 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 152 | 182 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.29 |
| HSL | 190º | 0.98% | 0.36% | - |
| HSV(B) | 190º | 0.99% | 0.71% | - |
| XYZ | 19.7 | 25.85 | 48.21 | - |
| YUV | 110.57 | 168.31 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 182 | 0.99 | 0.16 | 0 | 0.29 | 190 | 0.98 | 0.36 |
| Hex | 2 | 98 | B6 | 63 | 10 | 0 | 1D | BE | 62 | 24 |
| Octal | 2 | 230 | 266 | 143 | 20 | 0 | 35 | 276 | 142 | 44 |
| Binary | 10 | 10011000 | 10110110 | 1100011 | 10000 | 0 | 11101 | 10111110 | 1100010 | 100100 |
Color Harmonies of #0298B6
Complementary color
Monochromatic Colors of #0298B6
Black with #0298B6
Text Example
Text Example
White with #0298B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0298B6; }
p { color: rgb(2,152,182); }
H1.HeaderClassName
{
color: #0298B6;
}
.AnyTagClassName
{
color: #0298B6;
}
</style>
background-color css
<style>
a { background-color: #0298B6; }
a { background-color: rgb(2,152,182); }
div.DivClassName
{
background-color: #0298B6;
}
.BgClassName
{
background-color: #0298B6;
}
</style>
border-color css
<style>
span { border-color: #0298B6; }
span { border-color: rgb(2,152,182); }
td.TdClassName
{
border-color: #0298B6;
}
.TagClassName
{
border-color: #0298B6;
}
</style>