Shades of Bondi Blue #0298B7
Tints of Bondi Blue #0298B7
RGB
CMYK
RGB Variations
Color information
#0298B7 (or 0x0298B7) is known color: Bondi Blue. HEX triplet: 02, 98 and B7. RGB value is (2,152,183). Sum of RGB (Red+Green+Blue) = 2+152+183=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #0298B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0298B7 is #FD6748. Grayscale: #6E6E6E. Windows color (decimal): -16607049 or 12032002. OLE color: 12032002.
HSL color Cylindrical-coordinate representation of color #0298B7: hue angle of 190.28º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0298B7 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 152 | 183 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.28 |
| HSL | 190.28º | 0.98% | 0.36% | - |
| HSV(B) | 190.28º | 0.99% | 0.72% | - |
| XYZ | 19.8 | 25.89 | 48.75 | - |
| YUV | 110.68 | 168.81 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 183 | 0.99 | 0.17 | 0 | 0.28 | 190.28 | 0.98 | 0.36 |
| Hex | 2 | 98 | B7 | 63 | 11 | 0 | 1C | BE | 62 | 24 |
| Octal | 2 | 230 | 267 | 143 | 21 | 0 | 34 | 276 | 142 | 44 |
| Binary | 10 | 10011000 | 10110111 | 1100011 | 10001 | 0 | 11100 | 10111110 | 1100010 | 100100 |
Color Harmonies of #0298B7
Complementary color
Monochromatic Colors of #0298B7
Black with #0298B7
Text Example
Text Example
White with #0298B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0298B7; }
p { color: rgb(2,152,183); }
H1.HeaderClassName
{
color: #0298B7;
}
.AnyTagClassName
{
color: #0298B7;
}
</style>
background-color css
<style>
a { background-color: #0298B7; }
a { background-color: rgb(2,152,183); }
div.DivClassName
{
background-color: #0298B7;
}
.BgClassName
{
background-color: #0298B7;
}
</style>
border-color css
<style>
span { border-color: #0298B7; }
span { border-color: rgb(2,152,183); }
td.TdClassName
{
border-color: #0298B7;
}
.TagClassName
{
border-color: #0298B7;
}
</style>